Shades of Eggplant #8E0C6E
Tints of Eggplant #8E0C6E
RGB
CMYK
RGB Variations
Color information
#8E0C6E (or 0x8E0C6E) is known color: Eggplant. HEX triplet: 8E, 0C and 6E. RGB value is (142,12,110). Sum of RGB (Red+Green+Blue) = 142+12+110=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0C6E is #71F391. Grayscale: #3D3D3D. Windows color (decimal): -7467922 or 7212174. OLE color: 7212174.
HSL color Cylindrical-coordinate representation of color #8E0C6E: hue angle of 314.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C6E is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 110 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.44 |
| HSL | 314.77º | 0.84% | 0.3% | - |
| HSV(B) | 314.77º | 0.92% | 0.56% | - |
| XYZ | 14.1 | 7.14 | 15.39 | - |
| YUV | 62.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 110 | 0 | 0.92 | 0.23 | 0.44 | 314.77 | 0.84 | 0.3 |
| Hex | 8E | C | 6E | 0 | 5C | 17 | 2C | 13B | 54 | 1E |
| Octal | 216 | 14 | 156 | 0 | 134 | 27 | 54 | 473 | 124 | 36 |
| Binary | 10001110 | 1100 | 1101110 | 0 | 1011100 | 10111 | 101100 | 100111011 | 1010100 | 11110 |
Color Harmonies of #8E0C6E
Complementary color
Monochromatic Colors of #8E0C6E
Black with #8E0C6E
Text Example
Text Example
White with #8E0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C6E; }
p { color: rgb(142,12,110); }
H1.HeaderClassName
{
color: #8E0C6E;
}
.AnyTagClassName
{
color: #8E0C6E;
}
</style>
background-color css
<style>
a { background-color: #8E0C6E; }
a { background-color: rgb(142,12,110); }
div.DivClassName
{
background-color: #8E0C6E;
}
.BgClassName
{
background-color: #8E0C6E;
}
</style>
border-color css
<style>
span { border-color: #8E0C6E; }
span { border-color: rgb(142,12,110); }
td.TdClassName
{
border-color: #8E0C6E;
}
.TagClassName
{
border-color: #8E0C6E;
}
</style>