Shades of Eggplant #8C0860
Tints of Eggplant #8C0860
RGB
CMYK
RGB Variations
Color information
#8C0860 (or 0x8C0860) is known color: Eggplant. HEX triplet: 8C, 08 and 60. RGB value is (140,8,96). Sum of RGB (Red+Green+Blue) = 140+8+96=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0860 is #73F79F. Grayscale: #393939. Windows color (decimal): -7600032 or 6293644. OLE color: 6293644.
HSL color Cylindrical-coordinate representation of color #8C0860: hue angle of 320º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0860 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.45 |
| HSL | 320º | 0.89% | 0.29% | - |
| HSV(B) | 320º | 0.94% | 0.55% | - |
| XYZ | 13.01 | 6.59 | 11.65 | - |
| YUV | 57.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 96 | 0 | 0.94 | 0.31 | 0.45 | 320 | 0.89 | 0.29 |
| Hex | 8C | 8 | 60 | 0 | 5E | 1F | 2D | 140 | 59 | 1D |
| Octal | 214 | 10 | 140 | 0 | 136 | 37 | 55 | 500 | 131 | 35 |
| Binary | 10001100 | 1000 | 1100000 | 0 | 1011110 | 11111 | 101101 | 101000000 | 1011001 | 11101 |
Color Harmonies of #8C0860
Complementary color
Monochromatic Colors of #8C0860
Black with #8C0860
Text Example
Text Example
White with #8C0860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0860; }
p { color: rgb(140,8,96); }
H1.HeaderClassName
{
color: #8C0860;
}
.AnyTagClassName
{
color: #8C0860;
}
</style>
background-color css
<style>
a { background-color: #8C0860; }
a { background-color: rgb(140,8,96); }
div.DivClassName
{
background-color: #8C0860;
}
.BgClassName
{
background-color: #8C0860;
}
</style>
border-color css
<style>
span { border-color: #8C0860; }
span { border-color: rgb(140,8,96); }
td.TdClassName
{
border-color: #8C0860;
}
.TagClassName
{
border-color: #8C0860;
}
</style>