Shades of Eggplant #8E1168
Tints of Eggplant #8E1168
RGB
CMYK
RGB Variations
Color information
#8E1168 (or 0x8E1168) is known color: Eggplant. HEX triplet: 8E, 11 and 68. RGB value is (142,17,104). Sum of RGB (Red+Green+Blue) = 142+17+104=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1168 is #71EE97. Grayscale: #404040. Windows color (decimal): -7466648 or 6820238. OLE color: 6820238.
HSL color Cylindrical-coordinate representation of color #8E1168: hue angle of 318.24º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1168 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 104 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.44 |
| HSL | 318.24º | 0.79% | 0.31% | - |
| HSV(B) | 318.24º | 0.88% | 0.56% | - |
| XYZ | 13.85 | 7.15 | 13.75 | - |
| YUV | 64.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 104 | 0 | 0.88 | 0.27 | 0.44 | 318.24 | 0.79 | 0.31 |
| Hex | 8E | 11 | 68 | 0 | 58 | 1B | 2C | 13E | 4F | 1F |
| Octal | 216 | 21 | 150 | 0 | 130 | 33 | 54 | 476 | 117 | 37 |
| Binary | 10001110 | 10001 | 1101000 | 0 | 1011000 | 11011 | 101100 | 100111110 | 1001111 | 11111 |
Color Harmonies of #8E1168
Complementary color
Monochromatic Colors of #8E1168
Black with #8E1168
Text Example
Text Example
White with #8E1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1168; }
p { color: rgb(142,17,104); }
H1.HeaderClassName
{
color: #8E1168;
}
.AnyTagClassName
{
color: #8E1168;
}
</style>
background-color css
<style>
a { background-color: #8E1168; }
a { background-color: rgb(142,17,104); }
div.DivClassName
{
background-color: #8E1168;
}
.BgClassName
{
background-color: #8E1168;
}
</style>
border-color css
<style>
span { border-color: #8E1168; }
span { border-color: rgb(142,17,104); }
td.TdClassName
{
border-color: #8E1168;
}
.TagClassName
{
border-color: #8E1168;
}
</style>