Shades of Eggplant #8E0572
Tints of Eggplant #8E0572
RGB
CMYK
RGB Variations
Color information
#8E0572 (or 0x8E0572) is known color: Eggplant. HEX triplet: 8E, 05 and 72. RGB value is (142,5,114). Sum of RGB (Red+Green+Blue) = 142+5+114=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0572 is #71FA8D. Grayscale: #3A3A3A. Windows color (decimal): -7469710 or 7472526. OLE color: 7472526.
HSL color Cylindrical-coordinate representation of color #8E0572: hue angle of 312.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0572 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 114 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.44 |
| HSL | 312.26º | 0.93% | 0.29% | - |
| HSV(B) | 312.26º | 0.96% | 0.56% | - |
| XYZ | 14.25 | 7.07 | 16.53 | - |
| YUV | 58.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 114 | 0 | 0.96 | 0.20 | 0.44 | 312.26 | 0.93 | 0.29 |
| Hex | 8E | 5 | 72 | 0 | 60 | 14 | 2C | 138 | 5D | 1D |
| Octal | 216 | 5 | 162 | 0 | 140 | 24 | 54 | 470 | 135 | 35 |
| Binary | 10001110 | 101 | 1110010 | 0 | 1100000 | 10100 | 101100 | 100111000 | 1011101 | 11101 |
Color Harmonies of #8E0572
Complementary color
Monochromatic Colors of #8E0572
Black with #8E0572
Text Example
Text Example
White with #8E0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0572; }
p { color: rgb(142,5,114); }
H1.HeaderClassName
{
color: #8E0572;
}
.AnyTagClassName
{
color: #8E0572;
}
</style>
background-color css
<style>
a { background-color: #8E0572; }
a { background-color: rgb(142,5,114); }
div.DivClassName
{
background-color: #8E0572;
}
.BgClassName
{
background-color: #8E0572;
}
</style>
border-color css
<style>
span { border-color: #8E0572; }
span { border-color: rgb(142,5,114); }
td.TdClassName
{
border-color: #8E0572;
}
.TagClassName
{
border-color: #8E0572;
}
</style>