Shades of Eggplant #8E0E59
Tints of Eggplant #8E0E59
RGB
CMYK
RGB Variations
Color information
#8E0E59 (or 0x8E0E59) is known color: Eggplant. HEX triplet: 8E, 0E and 59. RGB value is (142,14,89). Sum of RGB (Red+Green+Blue) = 142+14+89=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E59 is #71F1A6. Grayscale: #3C3C3C. Windows color (decimal): -7467431 or 5836430. OLE color: 5836430.
HSL color Cylindrical-coordinate representation of color #8E0E59: hue angle of 324.84º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E59 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 89 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.44 |
| HSL | 324.84º | 0.82% | 0.31% | - |
| HSV(B) | 324.84º | 0.9% | 0.56% | - |
| XYZ | 13.12 | 6.79 | 10.07 | - |
| YUV | 60.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 89 | 0 | 0.90 | 0.37 | 0.44 | 324.84 | 0.82 | 0.31 |
| Hex | 8E | E | 59 | 0 | 5A | 25 | 2C | 145 | 52 | 1F |
| Octal | 216 | 16 | 131 | 0 | 132 | 45 | 54 | 505 | 122 | 37 |
| Binary | 10001110 | 1110 | 1011001 | 0 | 1011010 | 100101 | 101100 | 101000101 | 1010010 | 11111 |
Color Harmonies of #8E0E59
Complementary color
Monochromatic Colors of #8E0E59
Black with #8E0E59
Text Example
Text Example
White with #8E0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E59; }
p { color: rgb(142,14,89); }
H1.HeaderClassName
{
color: #8E0E59;
}
.AnyTagClassName
{
color: #8E0E59;
}
</style>
background-color css
<style>
a { background-color: #8E0E59; }
a { background-color: rgb(142,14,89); }
div.DivClassName
{
background-color: #8E0E59;
}
.BgClassName
{
background-color: #8E0E59;
}
</style>
border-color css
<style>
span { border-color: #8E0E59; }
span { border-color: rgb(142,14,89); }
td.TdClassName
{
border-color: #8E0E59;
}
.TagClassName
{
border-color: #8E0E59;
}
</style>