Shades of Eggplant #8E0870
Tints of Eggplant #8E0870
RGB
CMYK
RGB Variations
Color information
#8E0870 (or 0x8E0870) is known color: Eggplant. HEX triplet: 8E, 08 and 70. RGB value is (142,8,112). Sum of RGB (Red+Green+Blue) = 142+8+112=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0870 is #71F78F. Grayscale: #3B3B3B. Windows color (decimal): -7468944 or 7342222. OLE color: 7342222.
HSL color Cylindrical-coordinate representation of color #8E0870: hue angle of 313.43º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0870 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 112 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.44 |
| HSL | 313.43º | 0.89% | 0.29% | - |
| HSV(B) | 313.43º | 0.94% | 0.56% | - |
| XYZ | 14.17 | 7.09 | 15.95 | - |
| YUV | 59.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 112 | 0 | 0.94 | 0.21 | 0.44 | 313.43 | 0.89 | 0.29 |
| Hex | 8E | 8 | 70 | 0 | 5E | 15 | 2C | 139 | 59 | 1D |
| Octal | 216 | 10 | 160 | 0 | 136 | 25 | 54 | 471 | 131 | 35 |
| Binary | 10001110 | 1000 | 1110000 | 0 | 1011110 | 10101 | 101100 | 100111001 | 1011001 | 11101 |
Color Harmonies of #8E0870
Complementary color
Monochromatic Colors of #8E0870
Black with #8E0870
Text Example
Text Example
White with #8E0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0870; }
p { color: rgb(142,8,112); }
H1.HeaderClassName
{
color: #8E0870;
}
.AnyTagClassName
{
color: #8E0870;
}
</style>
background-color css
<style>
a { background-color: #8E0870; }
a { background-color: rgb(142,8,112); }
div.DivClassName
{
background-color: #8E0870;
}
.BgClassName
{
background-color: #8E0870;
}
</style>
border-color css
<style>
span { border-color: #8E0870; }
span { border-color: rgb(142,8,112); }
td.TdClassName
{
border-color: #8E0870;
}
.TagClassName
{
border-color: #8E0870;
}
</style>