Shades of Eggplant #8E006F
Tints of Eggplant #8E006F
RGB
CMYK
RGB Variations
Color information
#8E006F (or 0x8E006F) is known color: Eggplant. HEX triplet: 8E, 00 and 6F. RGB value is (142,0,111). Sum of RGB (Red+Green+Blue) = 142+0+111=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E006F is #71FF90. Grayscale: #363636. Windows color (decimal): -7470993 or 7274638. OLE color: 7274638.
HSL color Cylindrical-coordinate representation of color #8E006F: hue angle of 313.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E006F is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.22 | 0.44 |
| HSL | 313.1º | 1% | 0.28% | - |
| HSV(B) | 313.1º | 1% | 0.56% | - |
| XYZ | 14.02 | 6.9 | 15.63 | - |
| YUV | 55.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 111 | 0 | 1 | 0.22 | 0.44 | 313.1 | 1 | 0.28 |
| Hex | 8E | 0 | 6F | 0 | 64 | 16 | 2C | 139 | 64 | 1C |
| Octal | 216 | 0 | 157 | 0 | 144 | 26 | 54 | 471 | 144 | 34 |
| Binary | 10001110 | 0 | 1101111 | 0 | 1100100 | 10110 | 101100 | 100111001 | 1100100 | 11100 |
Color Harmonies of #8E006F
Complementary color
Monochromatic Colors of #8E006F
Black with #8E006F
Text Example
Text Example
White with #8E006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E006F; }
p { color: rgb(142,0,111); }
H1.HeaderClassName
{
color: #8E006F;
}
.AnyTagClassName
{
color: #8E006F;
}
</style>
background-color css
<style>
a { background-color: #8E006F; }
a { background-color: rgb(142,0,111); }
div.DivClassName
{
background-color: #8E006F;
}
.BgClassName
{
background-color: #8E006F;
}
</style>
border-color css
<style>
span { border-color: #8E006F; }
span { border-color: rgb(142,0,111); }
td.TdClassName
{
border-color: #8E006F;
}
.TagClassName
{
border-color: #8E006F;
}
</style>