Color: #8A608E

#8A608E Color Information

#8A608E is a dark color. The closest websafe version is #8A608E. A complement of this color would be #658F61, perceived brightness is 0.45, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 295°,a saturation of 19%, and a lightness of 47%.The HSV representation shows a hue of 295°, a saturation of 32%, and a value of 56%.

In a RGB color space, #8A608E is composed of 54% red, 38% green and 56% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 32% magenta, 0% yellow and 44% black.

In the Yxy color space, this color is represented as Y: 15.68, x: 0.3478, and y: 0.2803.

Color Code #8A608E

#8A608Ergb(138, 96, 142)
HEX
#8A608E
RGB
rgb(138, 96, 142)
HSL
hsl(295, 19%, 47%)
HSV
hsv(295, 32%, 56%)
CMYK
3%, 32%, 0%, 44%
XYZ
X: 19.46, Y: 15.68, Z: 20.81
Lab
L: 46.55, a: 23.65, b: -18.51
Name

Shades of Color #8A608E

Shades are created by darkening the original color #8A608E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #8A608E

Tints are created by lightening the original color #8A608E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#8A608Ergb(138, 96, 142)

About #8A608E Color Code

In the HSL color space, this color has a hue angle of 295°, a saturation of 19%, and a lightness of 47%. The HSV representation shows a hue of 295°, a saturation of 32%, and a value of 56%.

  • HEX: #8A608E
  • RGB: rgb(138, 96, 142)
  • HSL: hsl(295, 19%, 47%)
  • HSV: hsv(295, 32%, 56%)
  • CMYK: 3.00% cyan, 32.00% magenta, 0.00% yellow, 44.00% black
  • XYZ: 19.46, 15.68, 20.81
  • Yxy: 15.68, 0.3478, 0.2803
  • Hunter Lab: 46.55, 23.65, -18.51
  • CIE-Lab: 46.55, 23.65, -18.51

In the XYZ color space, this color is represented as X: 19.46, Y: 15.68, Z: 20.81. The Yxy representation further refines this as Y: 15.68, x: 0.3478, and y: 0.2803.

In the Hunter Lab color space, this color is represented as L: 46.55, a: 23.65, and b: -18.51. Similarly, in the CIE-Lab color space, it is represented as L: 46.55, a: 23.65, and b: -18.51.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #8A608E

Triadic colors are three colors evenly spaced around the color wheel, including #8A608E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #8A608E

Analogous colors are adjacent to #8A608E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #8A608E

Split complementary colors are two colors adjacent to the complementary color of #8A608E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #8A608E

Tetradic colors form a rectangle on the color wheel, including #8A608E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #8A608E

Monochromatic colors are variations of #8A608E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #8A608E

The complementary color of #8A608E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #8A608E

/* Using HEX */
body {
  background-color: #8a608e;
}
/* Using RGB */
body {
  background-color: rgb(138, 96, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(138, 96, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(295, 19%, 47%);
}
/* Text color */
p {
  color: #8a608e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8a608e;
}
/* Border color */
.box {
  border: 4px solid #8a608e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8a608e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8a608e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8A608E
On Black Background
#8A608E
On White Background
#8A608E

HTML Examples of #8A608E

<!-- Using HEX -->
<div style="background-color: #8a608e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(138, 96, 142); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(138, 96, 142, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(295, 19%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #8a608e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #8a608e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #8a608e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #8a608e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #8a608e; color: #fff; padding: 16px; border-radius: 8px;">
  #8A608E
</div>
#8A608E
On Black Background
#8A608E
On White Background
#8A608E

Related Colors of #8A608E

These colors are similar to #8A608E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.