Shades of Eggplant #8E066D
Tints of Eggplant #8E066D
RGB
CMYK
RGB Variations
Color information
#8E066D (or 0x8E066D) is known color: Eggplant. HEX triplet: 8E, 06 and 6D. RGB value is (142,6,109). Sum of RGB (Red+Green+Blue) = 142+6+109=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E066D is #71F992. Grayscale: #3A3A3A. Windows color (decimal): -7469459 or 7145102. OLE color: 7145102.
HSL color Cylindrical-coordinate representation of color #8E066D: hue angle of 314.56º degrees, saturation: 0.92, 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 #8E066D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 6 | 109 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.44 |
| HSL | 314.56º | 0.92% | 0.29% | - |
| HSV(B) | 314.56º | 0.96% | 0.56% | - |
| XYZ | 13.98 | 6.99 | 15.08 | - |
| YUV | 58.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 109 | 0 | 0.96 | 0.23 | 0.44 | 314.56 | 0.92 | 0.29 |
| Hex | 8E | 6 | 6D | 0 | 60 | 17 | 2C | 13B | 5C | 1D |
| Octal | 216 | 6 | 155 | 0 | 140 | 27 | 54 | 473 | 134 | 35 |
| Binary | 10001110 | 110 | 1101101 | 0 | 1100000 | 10111 | 101100 | 100111011 | 1011100 | 11101 |
Color Harmonies of #8E066D
Complementary color
Monochromatic Colors of #8E066D
Black with #8E066D
Text Example
Text Example
White with #8E066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E066D; }
p { color: rgb(142,6,109); }
H1.HeaderClassName
{
color: #8E066D;
}
.AnyTagClassName
{
color: #8E066D;
}
</style>
background-color css
<style>
a { background-color: #8E066D; }
a { background-color: rgb(142,6,109); }
div.DivClassName
{
background-color: #8E066D;
}
.BgClassName
{
background-color: #8E066D;
}
</style>
border-color css
<style>
span { border-color: #8E066D; }
span { border-color: rgb(142,6,109); }
td.TdClassName
{
border-color: #8E066D;
}
.TagClassName
{
border-color: #8E066D;
}
</style>