Shades of Eggplant #8E0059
Tints of Eggplant #8E0059
RGB
CMYK
RGB Variations
Color information
#8E0059 (or 0x8E0059) is known color: Eggplant. HEX triplet: 8E, 00 and 59. RGB value is (142,0,89). Sum of RGB (Red+Green+Blue) = 142+0+89=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0059 is #71FFA6. Grayscale: #343434. Windows color (decimal): -7471015 or 5832846. OLE color: 5832846.
HSL color Cylindrical-coordinate representation of color #8E0059: hue angle of 322.39º 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 #8E0059 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.37 | 0.44 |
| HSL | 322.39º | 1% | 0.28% | - |
| HSV(B) | 322.39º | 1% | 0.56% | - |
| XYZ | 12.96 | 6.47 | 10.02 | - |
| YUV | 52.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 89 | 0 | 1 | 0.37 | 0.44 | 322.39 | 1 | 0.28 |
| Hex | 8E | 0 | 59 | 0 | 64 | 25 | 2C | 142 | 64 | 1C |
| Octal | 216 | 0 | 131 | 0 | 144 | 45 | 54 | 502 | 144 | 34 |
| Binary | 10001110 | 0 | 1011001 | 0 | 1100100 | 100101 | 101100 | 101000010 | 1100100 | 11100 |
Color Harmonies of #8E0059
Complementary color
Monochromatic Colors of #8E0059
Black with #8E0059
Text Example
Text Example
White with #8E0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0059; }
p { color: rgb(142,0,89); }
H1.HeaderClassName
{
color: #8E0059;
}
.AnyTagClassName
{
color: #8E0059;
}
</style>
background-color css
<style>
a { background-color: #8E0059; }
a { background-color: rgb(142,0,89); }
div.DivClassName
{
background-color: #8E0059;
}
.BgClassName
{
background-color: #8E0059;
}
</style>
border-color css
<style>
span { border-color: #8E0059; }
span { border-color: rgb(142,0,89); }
td.TdClassName
{
border-color: #8E0059;
}
.TagClassName
{
border-color: #8E0059;
}
</style>