Shades of Eggplant #8E0859
Tints of Eggplant #8E0859
RGB
CMYK
RGB Variations
Color information
#8E0859 (or 0x8E0859) is known color: Eggplant. HEX triplet: 8E, 08 and 59. RGB value is (142,8,89). Sum of RGB (Red+Green+Blue) = 142+8+89=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0859 is #71F7A6. Grayscale: #393939. Windows color (decimal): -7468967 or 5834894. OLE color: 5834894.
HSL color Cylindrical-coordinate representation of color #8E0859: hue angle of 323.73º 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 #8E0859 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 89 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.44 |
| HSL | 323.73º | 0.89% | 0.29% | - |
| HSV(B) | 323.73º | 0.94% | 0.56% | - |
| XYZ | 13.05 | 6.65 | 10.05 | - |
| YUV | 57.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 89 | 0 | 0.94 | 0.37 | 0.44 | 323.73 | 0.89 | 0.29 |
| Hex | 8E | 8 | 59 | 0 | 5E | 25 | 2C | 144 | 59 | 1D |
| Octal | 216 | 10 | 131 | 0 | 136 | 45 | 54 | 504 | 131 | 35 |
| Binary | 10001110 | 1000 | 1011001 | 0 | 1011110 | 100101 | 101100 | 101000100 | 1011001 | 11101 |
Color Harmonies of #8E0859
Complementary color
Monochromatic Colors of #8E0859
Black with #8E0859
Text Example
Text Example
White with #8E0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0859; }
p { color: rgb(142,8,89); }
H1.HeaderClassName
{
color: #8E0859;
}
.AnyTagClassName
{
color: #8E0859;
}
</style>
background-color css
<style>
a { background-color: #8E0859; }
a { background-color: rgb(142,8,89); }
div.DivClassName
{
background-color: #8E0859;
}
.BgClassName
{
background-color: #8E0859;
}
</style>
border-color css
<style>
span { border-color: #8E0859; }
span { border-color: rgb(142,8,89); }
td.TdClassName
{
border-color: #8E0859;
}
.TagClassName
{
border-color: #8E0859;
}
</style>