Shades of Eggplant #8E056D
Tints of Eggplant #8E056D
RGB
CMYK
RGB Variations
Color information
#8E056D (or 0x8E056D) is known color: Eggplant. HEX triplet: 8E, 05 and 6D. RGB value is (142,5,109). Sum of RGB (Red+Green+Blue) = 142+5+109=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E056D is #71FA92. Grayscale: #393939. Windows color (decimal): -7469715 or 7144846. OLE color: 7144846.
HSL color Cylindrical-coordinate representation of color #8E056D: hue angle of 314.45º 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 #8E056D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 109 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.44 |
| HSL | 314.45º | 0.93% | 0.29% | - |
| HSV(B) | 314.45º | 0.96% | 0.56% | - |
| XYZ | 13.97 | 6.96 | 15.08 | - |
| YUV | 57.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 109 | 0 | 0.96 | 0.23 | 0.44 | 314.45 | 0.93 | 0.29 |
| Hex | 8E | 5 | 6D | 0 | 60 | 17 | 2C | 13A | 5D | 1D |
| Octal | 216 | 5 | 155 | 0 | 140 | 27 | 54 | 472 | 135 | 35 |
| Binary | 10001110 | 101 | 1101101 | 0 | 1100000 | 10111 | 101100 | 100111010 | 1011101 | 11101 |
Color Harmonies of #8E056D
Complementary color
Monochromatic Colors of #8E056D
Black with #8E056D
Text Example
Text Example
White with #8E056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E056D; }
p { color: rgb(142,5,109); }
H1.HeaderClassName
{
color: #8E056D;
}
.AnyTagClassName
{
color: #8E056D;
}
</style>
background-color css
<style>
a { background-color: #8E056D; }
a { background-color: rgb(142,5,109); }
div.DivClassName
{
background-color: #8E056D;
}
.BgClassName
{
background-color: #8E056D;
}
</style>
border-color css
<style>
span { border-color: #8E056D; }
span { border-color: rgb(142,5,109); }
td.TdClassName
{
border-color: #8E056D;
}
.TagClassName
{
border-color: #8E056D;
}
</style>