Shades of Eggplant #8E005E
Tints of Eggplant #8E005E
RGB
CMYK
RGB Variations
Color information
#8E005E (or 0x8E005E) is known color: Eggplant. HEX triplet: 8E, 00 and 5E. RGB value is (142,0,94). Sum of RGB (Red+Green+Blue) = 142+0+94=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E005E is #71FFA1. Grayscale: #343434. Windows color (decimal): -7471010 or 6160526. OLE color: 6160526.
HSL color Cylindrical-coordinate representation of color #8E005E: hue angle of 320.28º 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 #8E005E is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.34 | 0.44 |
| HSL | 320.28º | 1% | 0.28% | - |
| HSV(B) | 320.28º | 1% | 0.56% | - |
| XYZ | 13.18 | 6.56 | 11.16 | - |
| YUV | 53.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 94 | 0 | 1 | 0.34 | 0.44 | 320.28 | 1 | 0.28 |
| Hex | 8E | 0 | 5E | 0 | 64 | 22 | 2C | 140 | 64 | 1C |
| Octal | 216 | 0 | 136 | 0 | 144 | 42 | 54 | 500 | 144 | 34 |
| Binary | 10001110 | 0 | 1011110 | 0 | 1100100 | 100010 | 101100 | 101000000 | 1100100 | 11100 |
Color Harmonies of #8E005E
Complementary color
Monochromatic Colors of #8E005E
Black with #8E005E
Text Example
Text Example
White with #8E005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E005E; }
p { color: rgb(142,0,94); }
H1.HeaderClassName
{
color: #8E005E;
}
.AnyTagClassName
{
color: #8E005E;
}
</style>
background-color css
<style>
a { background-color: #8E005E; }
a { background-color: rgb(142,0,94); }
div.DivClassName
{
background-color: #8E005E;
}
.BgClassName
{
background-color: #8E005E;
}
</style>
border-color css
<style>
span { border-color: #8E005E; }
span { border-color: rgb(142,0,94); }
td.TdClassName
{
border-color: #8E005E;
}
.TagClassName
{
border-color: #8E005E;
}
</style>