Shades of Eggplant #8E025A
Tints of Eggplant #8E025A
RGB
CMYK
RGB Variations
Color information
#8E025A (or 0x8E025A) is known color: Eggplant. HEX triplet: 8E, 02 and 5A. RGB value is (142,2,90). Sum of RGB (Red+Green+Blue) = 142+2+90=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E025A is #71FDA5. Grayscale: #353535. Windows color (decimal): -7470502 or 5898894. OLE color: 5898894.
HSL color Cylindrical-coordinate representation of color #8E025A: hue angle of 322.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E025A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.44 |
| HSL | 322.29º | 0.97% | 0.28% | - |
| HSV(B) | 322.29º | 0.99% | 0.56% | - |
| XYZ | 13.02 | 6.53 | 10.25 | - |
| YUV | 53.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 90 | 0 | 0.99 | 0.37 | 0.44 | 322.29 | 0.97 | 0.28 |
| Hex | 8E | 2 | 5A | 0 | 63 | 25 | 2C | 142 | 61 | 1C |
| Octal | 216 | 2 | 132 | 0 | 143 | 45 | 54 | 502 | 141 | 34 |
| Binary | 10001110 | 10 | 1011010 | 0 | 1100011 | 100101 | 101100 | 101000010 | 1100001 | 11100 |
Color Harmonies of #8E025A
Complementary color
Monochromatic Colors of #8E025A
Black with #8E025A
Text Example
Text Example
White with #8E025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E025A; }
p { color: rgb(142,2,90); }
H1.HeaderClassName
{
color: #8E025A;
}
.AnyTagClassName
{
color: #8E025A;
}
</style>
background-color css
<style>
a { background-color: #8E025A; }
a { background-color: rgb(142,2,90); }
div.DivClassName
{
background-color: #8E025A;
}
.BgClassName
{
background-color: #8E025A;
}
</style>
border-color css
<style>
span { border-color: #8E025A; }
span { border-color: rgb(142,2,90); }
td.TdClassName
{
border-color: #8E025A;
}
.TagClassName
{
border-color: #8E025A;
}
</style>