Shades of Eggplant #8E0C59
Tints of Eggplant #8E0C59
RGB
CMYK
RGB Variations
Color information
#8E0C59 (or 0x8E0C59) is known color: Eggplant. HEX triplet: 8E, 0C and 59. RGB value is (142,12,89). Sum of RGB (Red+Green+Blue) = 142+12+89=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C59 is #71F3A6. Grayscale: #3B3B3B. Windows color (decimal): -7467943 or 5835918. OLE color: 5835918.
HSL color Cylindrical-coordinate representation of color #8E0C59: hue angle of 324.46º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C59 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 89 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.44 |
| HSL | 324.46º | 0.84% | 0.3% | - |
| HSV(B) | 324.46º | 0.92% | 0.56% | - |
| XYZ | 13.09 | 6.73 | 10.06 | - |
| YUV | 59.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 89 | 0 | 0.92 | 0.37 | 0.44 | 324.46 | 0.84 | 0.3 |
| Hex | 8E | C | 59 | 0 | 5C | 25 | 2C | 144 | 54 | 1E |
| Octal | 216 | 14 | 131 | 0 | 134 | 45 | 54 | 504 | 124 | 36 |
| Binary | 10001110 | 1100 | 1011001 | 0 | 1011100 | 100101 | 101100 | 101000100 | 1010100 | 11110 |
Color Harmonies of #8E0C59
Complementary color
Monochromatic Colors of #8E0C59
Black with #8E0C59
Text Example
Text Example
White with #8E0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C59; }
p { color: rgb(142,12,89); }
H1.HeaderClassName
{
color: #8E0C59;
}
.AnyTagClassName
{
color: #8E0C59;
}
</style>
background-color css
<style>
a { background-color: #8E0C59; }
a { background-color: rgb(142,12,89); }
div.DivClassName
{
background-color: #8E0C59;
}
.BgClassName
{
background-color: #8E0C59;
}
</style>
border-color css
<style>
span { border-color: #8E0C59; }
span { border-color: rgb(142,12,89); }
td.TdClassName
{
border-color: #8E0C59;
}
.TagClassName
{
border-color: #8E0C59;
}
</style>