Shades of Eggplant #8E005A
Tints of Eggplant #8E005A
RGB
CMYK
RGB Variations
Color information
#8E005A (or 0x8E005A) is known color: Eggplant. HEX triplet: 8E, 00 and 5A. RGB value is (142,0,90). Sum of RGB (Red+Green+Blue) = 142+0+90=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E005A is #71FFA5. Grayscale: #343434. Windows color (decimal): -7471014 or 5898382. OLE color: 5898382.
HSL color Cylindrical-coordinate representation of color #8E005A: hue angle of 321.97º 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 #8E005A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.37 | 0.44 |
| HSL | 321.97º | 1% | 0.28% | - |
| HSV(B) | 321.97º | 1% | 0.56% | - |
| XYZ | 13 | 6.49 | 10.24 | - |
| YUV | 52.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 90 | 0 | 1 | 0.37 | 0.44 | 321.97 | 1 | 0.28 |
| Hex | 8E | 0 | 5A | 0 | 64 | 25 | 2C | 142 | 64 | 1C |
| Octal | 216 | 0 | 132 | 0 | 144 | 45 | 54 | 502 | 144 | 34 |
| Binary | 10001110 | 0 | 1011010 | 0 | 1100100 | 100101 | 101100 | 101000010 | 1100100 | 11100 |
Color Harmonies of #8E005A
Complementary color
Monochromatic Colors of #8E005A
Black with #8E005A
Text Example
Text Example
White with #8E005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E005A; }
p { color: rgb(142,0,90); }
H1.HeaderClassName
{
color: #8E005A;
}
.AnyTagClassName
{
color: #8E005A;
}
</style>
background-color css
<style>
a { background-color: #8E005A; }
a { background-color: rgb(142,0,90); }
div.DivClassName
{
background-color: #8E005A;
}
.BgClassName
{
background-color: #8E005A;
}
</style>
border-color css
<style>
span { border-color: #8E005A; }
span { border-color: rgb(142,0,90); }
td.TdClassName
{
border-color: #8E005A;
}
.TagClassName
{
border-color: #8E005A;
}
</style>