Shades of Eggplant #8E0D66
Tints of Eggplant #8E0D66
RGB
CMYK
RGB Variations
Color information
#8E0D66 (or 0x8E0D66) is known color: Eggplant. HEX triplet: 8E, 0D and 66. RGB value is (142,13,102). Sum of RGB (Red+Green+Blue) = 142+13+102=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D66 is #71F299. Grayscale: #3D3D3D. Windows color (decimal): -7467674 or 6688142. OLE color: 6688142.
HSL color Cylindrical-coordinate representation of color #8E0D66: hue angle of 318.6º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D66 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 102 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.44 |
| HSL | 318.6º | 0.83% | 0.3% | - |
| HSV(B) | 318.6º | 0.91% | 0.56% | - |
| XYZ | 13.7 | 7 | 13.2 | - |
| YUV | 61.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 102 | 0 | 0.91 | 0.28 | 0.44 | 318.6 | 0.83 | 0.3 |
| Hex | 8E | D | 66 | 0 | 5B | 1C | 2C | 13F | 53 | 1E |
| Octal | 216 | 15 | 146 | 0 | 133 | 34 | 54 | 477 | 123 | 36 |
| Binary | 10001110 | 1101 | 1100110 | 0 | 1011011 | 11100 | 101100 | 100111111 | 1010011 | 11110 |
Color Harmonies of #8E0D66
Complementary color
Monochromatic Colors of #8E0D66
Black with #8E0D66
Text Example
Text Example
White with #8E0D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D66; }
p { color: rgb(142,13,102); }
H1.HeaderClassName
{
color: #8E0D66;
}
.AnyTagClassName
{
color: #8E0D66;
}
</style>
background-color css
<style>
a { background-color: #8E0D66; }
a { background-color: rgb(142,13,102); }
div.DivClassName
{
background-color: #8E0D66;
}
.BgClassName
{
background-color: #8E0D66;
}
</style>
border-color css
<style>
span { border-color: #8E0D66; }
span { border-color: rgb(142,13,102); }
td.TdClassName
{
border-color: #8E0D66;
}
.TagClassName
{
border-color: #8E0D66;
}
</style>