Shades of Eggplant #8E115D
Tints of Eggplant #8E115D
RGB
CMYK
RGB Variations
Color information
#8E115D (or 0x8E115D) is known color: Eggplant. HEX triplet: 8E, 11 and 5D. RGB value is (142,17,93). Sum of RGB (Red+Green+Blue) = 142+17+93=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E115D is #71EEA2. Grayscale: #3E3E3E. Windows color (decimal): -7466659 or 6099342. OLE color: 6099342.
HSL color Cylindrical-coordinate representation of color #8E115D: hue angle of 323.52º 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 #8E115D is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 17 | 93 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.44 |
| HSL | 323.52º | 0.79% | 0.31% | - |
| HSV(B) | 323.52º | 0.88% | 0.56% | - |
| XYZ | 13.33 | 6.94 | 10.99 | - |
| YUV | 63.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 93 | 0 | 0.88 | 0.35 | 0.44 | 323.52 | 0.79 | 0.31 |
| Hex | 8E | 11 | 5D | 0 | 58 | 23 | 2C | 144 | 4F | 1F |
| Octal | 216 | 21 | 135 | 0 | 130 | 43 | 54 | 504 | 117 | 37 |
| Binary | 10001110 | 10001 | 1011101 | 0 | 1011000 | 100011 | 101100 | 101000100 | 1001111 | 11111 |
Color Harmonies of #8E115D
Complementary color
Monochromatic Colors of #8E115D
Black with #8E115D
Text Example
Text Example
White with #8E115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E115D; }
p { color: rgb(142,17,93); }
H1.HeaderClassName
{
color: #8E115D;
}
.AnyTagClassName
{
color: #8E115D;
}
</style>
background-color css
<style>
a { background-color: #8E115D; }
a { background-color: rgb(142,17,93); }
div.DivClassName
{
background-color: #8E115D;
}
.BgClassName
{
background-color: #8E115D;
}
</style>
border-color css
<style>
span { border-color: #8E115D; }
span { border-color: rgb(142,17,93); }
td.TdClassName
{
border-color: #8E115D;
}
.TagClassName
{
border-color: #8E115D;
}
</style>