Shades of Eggplant #840E59
Tints of Eggplant #840E59
RGB
CMYK
RGB Variations
Color information
#840E59 (or 0x840E59) is known color: Eggplant. HEX triplet: 84, 0E and 59. RGB value is (132,14,89). Sum of RGB (Red+Green+Blue) = 132+14+89=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #840E59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E59 is #7BF1A6. Grayscale: #393939. Windows color (decimal): -8122791 or 5836420. OLE color: 5836420.
HSL color Cylindrical-coordinate representation of color #840E59: hue angle of 321.86º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E59 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 89 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.48 |
| HSL | 321.86º | 0.81% | 0.29% | - |
| HSV(B) | 321.86º | 0.89% | 0.52% | - |
| XYZ | 11.48 | 5.94 | 9.99 | - |
| YUV | 57.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 89 | 0 | 0.89 | 0.33 | 0.48 | 321.86 | 0.81 | 0.29 |
| Hex | 84 | E | 59 | 0 | 59 | 21 | 30 | 142 | 51 | 1D |
| Octal | 204 | 16 | 131 | 0 | 131 | 41 | 60 | 502 | 121 | 35 |
| Binary | 10000100 | 1110 | 1011001 | 0 | 1011001 | 100001 | 110000 | 101000010 | 1010001 | 11101 |
Color Harmonies of #840E59
Complementary color
Monochromatic Colors of #840E59
Black with #840E59
Text Example
Text Example
White with #840E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E59; }
p { color: rgb(132,14,89); }
H1.HeaderClassName
{
color: #840E59;
}
.AnyTagClassName
{
color: #840E59;
}
</style>
background-color css
<style>
a { background-color: #840E59; }
a { background-color: rgb(132,14,89); }
div.DivClassName
{
background-color: #840E59;
}
.BgClassName
{
background-color: #840E59;
}
</style>
border-color css
<style>
span { border-color: #840E59; }
span { border-color: rgb(132,14,89); }
td.TdClassName
{
border-color: #840E59;
}
.TagClassName
{
border-color: #840E59;
}
</style>