Shades of Eggplant #8E006C
Tints of Eggplant #8E006C
RGB
CMYK
RGB Variations
Color information
#8E006C (or 0x8E006C) is known color: Eggplant. HEX triplet: 8E, 00 and 6C. RGB value is (142,0,108). Sum of RGB (Red+Green+Blue) = 142+0+108=250 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 142 - color contains mainly: red. Hex color #8E006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E006C is #71FF93. Grayscale: #363636. Windows color (decimal): -7470996 or 7078030. OLE color: 7078030.
HSL color Cylindrical-coordinate representation of color #8E006C: hue angle of 314.37º 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 #8E006C is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.24 | 0.44 |
| HSL | 314.37º | 1% | 0.28% | - |
| HSV(B) | 314.37º | 1% | 0.56% | - |
| XYZ | 13.86 | 6.83 | 14.78 | - |
| YUV | 54.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 108 | 0 | 1 | 0.24 | 0.44 | 314.37 | 1 | 0.28 |
| Hex | 8E | 0 | 6C | 0 | 64 | 18 | 2C | 13A | 64 | 1C |
| Octal | 216 | 0 | 154 | 0 | 144 | 30 | 54 | 472 | 144 | 34 |
| Binary | 10001110 | 0 | 1101100 | 0 | 1100100 | 11000 | 101100 | 100111010 | 1100100 | 11100 |
Color Harmonies of #8E006C
Complementary color
Monochromatic Colors of #8E006C
Black with #8E006C
Text Example
Text Example
White with #8E006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E006C; }
p { color: rgb(142,0,108); }
H1.HeaderClassName
{
color: #8E006C;
}
.AnyTagClassName
{
color: #8E006C;
}
</style>
background-color css
<style>
a { background-color: #8E006C; }
a { background-color: rgb(142,0,108); }
div.DivClassName
{
background-color: #8E006C;
}
.BgClassName
{
background-color: #8E006C;
}
</style>
border-color css
<style>
span { border-color: #8E006C; }
span { border-color: rgb(142,0,108); }
td.TdClassName
{
border-color: #8E006C;
}
.TagClassName
{
border-color: #8E006C;
}
</style>