Shades of Eggplant #8E0B71
Tints of Eggplant #8E0B71
RGB
CMYK
RGB Variations
Color information
#8E0B71 (or 0x8E0B71) is known color: Eggplant. HEX triplet: 8E, 0B and 71. RGB value is (142,11,113). Sum of RGB (Red+Green+Blue) = 142+11+113=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B71 is #71F48E. Grayscale: #3D3D3D. Windows color (decimal): -7468175 or 7408526. OLE color: 7408526.
HSL color Cylindrical-coordinate representation of color #8E0B71: hue angle of 313.28º degrees, saturation: 0.86, 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 #8E0B71 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 113 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.44 |
| HSL | 313.28º | 0.86% | 0.3% | - |
| HSV(B) | 313.28º | 0.92% | 0.56% | - |
| XYZ | 14.26 | 7.18 | 16.26 | - |
| YUV | 61.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 113 | 0 | 0.92 | 0.20 | 0.44 | 313.28 | 0.86 | 0.3 |
| Hex | 8E | B | 71 | 0 | 5C | 14 | 2C | 139 | 56 | 1E |
| Octal | 216 | 13 | 161 | 0 | 134 | 24 | 54 | 471 | 126 | 36 |
| Binary | 10001110 | 1011 | 1110001 | 0 | 1011100 | 10100 | 101100 | 100111001 | 1010110 | 11110 |
Color Harmonies of #8E0B71
Complementary color
Monochromatic Colors of #8E0B71
Black with #8E0B71
Text Example
Text Example
White with #8E0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B71; }
p { color: rgb(142,11,113); }
H1.HeaderClassName
{
color: #8E0B71;
}
.AnyTagClassName
{
color: #8E0B71;
}
</style>
background-color css
<style>
a { background-color: #8E0B71; }
a { background-color: rgb(142,11,113); }
div.DivClassName
{
background-color: #8E0B71;
}
.BgClassName
{
background-color: #8E0B71;
}
</style>
border-color css
<style>
span { border-color: #8E0B71; }
span { border-color: rgb(142,11,113); }
td.TdClassName
{
border-color: #8E0B71;
}
.TagClassName
{
border-color: #8E0B71;
}
</style>