Shades of Eggplant #8E016D
Tints of Eggplant #8E016D
RGB
CMYK
RGB Variations
Color information
#8E016D (or 0x8E016D) is known color: Eggplant. HEX triplet: 8E, 01 and 6D. RGB value is (142,1,109). Sum of RGB (Red+Green+Blue) = 142+1+109=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E016D is #71FE92. Grayscale: #373737. Windows color (decimal): -7470739 or 7143822. OLE color: 7143822.
HSL color Cylindrical-coordinate representation of color #8E016D: hue angle of 314.04º degrees, saturation: 0.99, 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 #8E016D is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.44 |
| HSL | 314.04º | 0.99% | 0.28% | - |
| HSV(B) | 314.04º | 0.99% | 0.56% | - |
| XYZ | 13.93 | 6.88 | 15.06 | - |
| YUV | 55.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 109 | 0 | 0.99 | 0.23 | 0.44 | 314.04 | 0.99 | 0.28 |
| Hex | 8E | 1 | 6D | 0 | 63 | 17 | 2C | 13A | 63 | 1C |
| Octal | 216 | 1 | 155 | 0 | 143 | 27 | 54 | 472 | 143 | 34 |
| Binary | 10001110 | 1 | 1101101 | 0 | 1100011 | 10111 | 101100 | 100111010 | 1100011 | 11100 |
Color Harmonies of #8E016D
Complementary color
Monochromatic Colors of #8E016D
Black with #8E016D
Text Example
Text Example
White with #8E016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E016D; }
p { color: rgb(142,1,109); }
H1.HeaderClassName
{
color: #8E016D;
}
.AnyTagClassName
{
color: #8E016D;
}
</style>
background-color css
<style>
a { background-color: #8E016D; }
a { background-color: rgb(142,1,109); }
div.DivClassName
{
background-color: #8E016D;
}
.BgClassName
{
background-color: #8E016D;
}
</style>
border-color css
<style>
span { border-color: #8E016D; }
span { border-color: rgb(142,1,109); }
td.TdClassName
{
border-color: #8E016D;
}
.TagClassName
{
border-color: #8E016D;
}
</style>