Shades of Eggplant #8E056B
Tints of Eggplant #8E056B
RGB
CMYK
RGB Variations
Color information
#8E056B (or 0x8E056B) is known color: Eggplant. HEX triplet: 8E, 05 and 6B. RGB value is (142,5,107). Sum of RGB (Red+Green+Blue) = 142+5+107=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E056B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E056B is #71FA94. Grayscale: #393939. Windows color (decimal): -7469717 or 7013774. OLE color: 7013774.
HSL color Cylindrical-coordinate representation of color #8E056B: hue angle of 315.33º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E056B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 107 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.44 |
| HSL | 315.33º | 0.93% | 0.29% | - |
| HSV(B) | 315.33º | 0.96% | 0.56% | - |
| XYZ | 13.86 | 6.92 | 14.52 | - |
| YUV | 57.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 107 | 0 | 0.96 | 0.25 | 0.44 | 315.33 | 0.93 | 0.29 |
| Hex | 8E | 5 | 6B | 0 | 60 | 19 | 2C | 13B | 5D | 1D |
| Octal | 216 | 5 | 153 | 0 | 140 | 31 | 54 | 473 | 135 | 35 |
| Binary | 10001110 | 101 | 1101011 | 0 | 1100000 | 11001 | 101100 | 100111011 | 1011101 | 11101 |
Color Harmonies of #8E056B
Complementary color
Monochromatic Colors of #8E056B
Black with #8E056B
Text Example
Text Example
White with #8E056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E056B; }
p { color: rgb(142,5,107); }
H1.HeaderClassName
{
color: #8E056B;
}
.AnyTagClassName
{
color: #8E056B;
}
</style>
background-color css
<style>
a { background-color: #8E056B; }
a { background-color: rgb(142,5,107); }
div.DivClassName
{
background-color: #8E056B;
}
.BgClassName
{
background-color: #8E056B;
}
</style>
border-color css
<style>
span { border-color: #8E056B; }
span { border-color: rgb(142,5,107); }
td.TdClassName
{
border-color: #8E056B;
}
.TagClassName
{
border-color: #8E056B;
}
</style>