Shades of Eggplant #8E0066
Tints of Eggplant #8E0066
RGB
CMYK
RGB Variations
Color information
#8E0066 (or 0x8E0066) is known color: Eggplant. HEX triplet: 8E, 00 and 66. RGB value is (142,0,102). Sum of RGB (Red+Green+Blue) = 142+0+102=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0066 is #71FF99. Grayscale: #353535. Windows color (decimal): -7471002 or 6684814. OLE color: 6684814.
HSL color Cylindrical-coordinate representation of color #8E0066: hue angle of 316.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0066 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.28 | 0.44 |
| HSL | 316.9º | 1% | 0.28% | - |
| HSV(B) | 316.9º | 1% | 0.56% | - |
| XYZ | 13.55 | 6.71 | 13.15 | - |
| YUV | 54.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 102 | 0 | 1 | 0.28 | 0.44 | 316.9 | 1 | 0.28 |
| Hex | 8E | 0 | 66 | 0 | 64 | 1C | 2C | 13D | 64 | 1C |
| Octal | 216 | 0 | 146 | 0 | 144 | 34 | 54 | 475 | 144 | 34 |
| Binary | 10001110 | 0 | 1100110 | 0 | 1100100 | 11100 | 101100 | 100111101 | 1100100 | 11100 |
Color Harmonies of #8E0066
Complementary color
Monochromatic Colors of #8E0066
Black with #8E0066
Text Example
Text Example
White with #8E0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0066; }
p { color: rgb(142,0,102); }
H1.HeaderClassName
{
color: #8E0066;
}
.AnyTagClassName
{
color: #8E0066;
}
</style>
background-color css
<style>
a { background-color: #8E0066; }
a { background-color: rgb(142,0,102); }
div.DivClassName
{
background-color: #8E0066;
}
.BgClassName
{
background-color: #8E0066;
}
</style>
border-color css
<style>
span { border-color: #8E0066; }
span { border-color: rgb(142,0,102); }
td.TdClassName
{
border-color: #8E0066;
}
.TagClassName
{
border-color: #8E0066;
}
</style>