Color: #86477C
#86477C Color Information
#86477C is a dark color. The closest websafe version is #86477C. A complement of this color would be #468651, perceived brightness is 0.38, and the grayscale version is #676767.
In the HSL color space, this color has a hue angle of 310°,a saturation of 31%, and a lightness of 40%.The HSV representation shows a hue of 310°, a saturation of 47%, and a value of 53%.
In a RGB color space, #86477C is composed of 53% red, 28% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 47% magenta, 7% yellow and 47% black.
In the Yxy color space, this color is represented as Y: 11.04, x: 0.3732, and y: 0.2623.
Color Code #86477C
Shades of Color #86477C
Shades are created by darkening the original color #86477C 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 #86477C
Tints are created by lightening the original color #86477C 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.
About #86477C Color Code
In the HSL color space, this color has a hue angle of 310°, a saturation of 31%, and a lightness of 40%. The HSV representation shows a hue of 310°, a saturation of 47%, and a value of 53%.
- HEX: #86477C
- RGB: rgb(134, 71, 124)
- HSL: hsl(310, 31%, 40%)
- HSV: hsv(310, 47%, 53%)
- CMYK: 0.00% cyan, 47.00% magenta, 7.00% yellow, 47.00% black
- XYZ: 15.71, 11.04, 15.34
- Yxy: 11.04, 0.3732, 0.2623
- Hunter Lab: 39.65, 33.18, -18.19
- CIE-Lab: 39.65, 33.18, -18.19
In the XYZ color space, this color is represented as X: 15.71, Y: 11.04, Z: 15.34. The Yxy representation further refines this as Y: 11.04, x: 0.3732, and y: 0.2623.
In the Hunter Lab color space, this color is represented as L: 39.65, a: 33.18, and b: -18.19. Similarly, in the CIE-Lab color space, it is represented as L: 39.65, a: 33.18, and b: -18.19.
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 #86477C
Triadic colors are three colors evenly spaced around the color wheel, including #86477C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #86477C
Monochromatic colors are variations of #86477C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #86477C
The complementary color of #86477C 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 #86477C
/* Using HEX */ body { background-color: #86477c; }
/* Using RGB */ body { background-color: rgb(134, 71, 124); }
/* Using RGB with opacity */ body { background-color: rgba(134, 71, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(310, 31%, 40%); }
/* Text color */ p { color: #86477c; }
/* Box shadow */ div { box-shadow: 4px 4px #86477c; }
/* Border color */ .box { border: 4px solid #86477c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #86477c; }
/* Background with text */ div { background: #86477c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #86477C
<!-- Using HEX --> <div style="background-color: #86477c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(134, 71, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(134, 71, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(310, 31%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #86477c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #86477c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #86477c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #86477c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #86477c; color: #fff; padding: 16px; border-radius: 8px;"> #86477C </div>
Related Colors of #86477C
These colors are similar to #86477C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.