Shades of Eggplant #8E014D
Tints of Eggplant #8E014D
RGB
CMYK
RGB Variations
Color information
#8E014D (or 0x8E014D) is known color: Eggplant. HEX triplet: 8E, 01 and 4D. RGB value is (142,1,77). Sum of RGB (Red+Green+Blue) = 142+1+77=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E014D is #71FEB2. Grayscale: #333333. Windows color (decimal): -7470771 or 5046670. OLE color: 5046670.
HSL color Cylindrical-coordinate representation of color #8E014D: hue angle of 327.66º 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 #8E014D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.44 |
| HSL | 327.66º | 0.99% | 0.28% | - |
| HSV(B) | 327.66º | 0.99% | 0.56% | - |
| XYZ | 12.51 | 6.31 | 7.58 | - |
| YUV | 51.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 77 | 0 | 0.99 | 0.46 | 0.44 | 327.66 | 0.99 | 0.28 |
| Hex | 8E | 1 | 4D | 0 | 63 | 2E | 2C | 148 | 63 | 1C |
| Octal | 216 | 1 | 115 | 0 | 143 | 56 | 54 | 510 | 143 | 34 |
| Binary | 10001110 | 1 | 1001101 | 0 | 1100011 | 101110 | 101100 | 101001000 | 1100011 | 11100 |
Color Harmonies of #8E014D
Complementary color
Monochromatic Colors of #8E014D
Black with #8E014D
Text Example
Text Example
White with #8E014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E014D; }
p { color: rgb(142,1,77); }
H1.HeaderClassName
{
color: #8E014D;
}
.AnyTagClassName
{
color: #8E014D;
}
</style>
background-color css
<style>
a { background-color: #8E014D; }
a { background-color: rgb(142,1,77); }
div.DivClassName
{
background-color: #8E014D;
}
.BgClassName
{
background-color: #8E014D;
}
</style>
border-color css
<style>
span { border-color: #8E014D; }
span { border-color: rgb(142,1,77); }
td.TdClassName
{
border-color: #8E014D;
}
.TagClassName
{
border-color: #8E014D;
}
</style>