Shades of Eggplant #8E045A
Tints of Eggplant #8E045A
RGB
CMYK
RGB Variations
Color information
#8E045A (or 0x8E045A) is known color: Eggplant. HEX triplet: 8E, 04 and 5A. RGB value is (142,4,90). Sum of RGB (Red+Green+Blue) = 142+4+90=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E045A is #71FBA5. Grayscale: #363636. Windows color (decimal): -7469990 or 5899406. OLE color: 5899406.
HSL color Cylindrical-coordinate representation of color #8E045A: hue angle of 322.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E045A is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.44 |
| HSL | 322.61º | 0.95% | 0.29% | - |
| HSV(B) | 322.61º | 0.97% | 0.56% | - |
| XYZ | 13.04 | 6.58 | 10.25 | - |
| YUV | 55.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 90 | 0 | 0.97 | 0.37 | 0.44 | 322.61 | 0.95 | 0.29 |
| Hex | 8E | 4 | 5A | 0 | 61 | 25 | 2C | 143 | 5F | 1D |
| Octal | 216 | 4 | 132 | 0 | 141 | 45 | 54 | 503 | 137 | 35 |
| Binary | 10001110 | 100 | 1011010 | 0 | 1100001 | 100101 | 101100 | 101000011 | 1011111 | 11101 |
Color Harmonies of #8E045A
Complementary color
Monochromatic Colors of #8E045A
Black with #8E045A
Text Example
Text Example
White with #8E045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E045A; }
p { color: rgb(142,4,90); }
H1.HeaderClassName
{
color: #8E045A;
}
.AnyTagClassName
{
color: #8E045A;
}
</style>
background-color css
<style>
a { background-color: #8E045A; }
a { background-color: rgb(142,4,90); }
div.DivClassName
{
background-color: #8E045A;
}
.BgClassName
{
background-color: #8E045A;
}
</style>
border-color css
<style>
span { border-color: #8E045A; }
span { border-color: rgb(142,4,90); }
td.TdClassName
{
border-color: #8E045A;
}
.TagClassName
{
border-color: #8E045A;
}
</style>