Shades of Eggplant #840E55
Tints of Eggplant #840E55
RGB
CMYK
RGB Variations
Color information
#840E55 (or 0x840E55) is known color: Eggplant. HEX triplet: 84, 0E and 55. RGB value is (132,14,85). Sum of RGB (Red+Green+Blue) = 132+14+85=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #840E55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E55 is #7BF1AA. Grayscale: #393939. Windows color (decimal): -8122795 or 5574276. OLE color: 5574276.
HSL color Cylindrical-coordinate representation of color #840E55: hue angle of 323.9º 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 #840E55 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 85 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.48 |
| HSL | 323.9º | 0.81% | 0.29% | - |
| HSV(B) | 323.9º | 0.89% | 0.52% | - |
| XYZ | 11.31 | 5.88 | 9.13 | - |
| YUV | 57.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 85 | 0 | 0.89 | 0.36 | 0.48 | 323.9 | 0.81 | 0.29 |
| Hex | 84 | E | 55 | 0 | 59 | 24 | 30 | 144 | 51 | 1D |
| Octal | 204 | 16 | 125 | 0 | 131 | 44 | 60 | 504 | 121 | 35 |
| Binary | 10000100 | 1110 | 1010101 | 0 | 1011001 | 100100 | 110000 | 101000100 | 1010001 | 11101 |
Color Harmonies of #840E55
Complementary color
Monochromatic Colors of #840E55
Black with #840E55
Text Example
Text Example
White with #840E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E55; }
p { color: rgb(132,14,85); }
H1.HeaderClassName
{
color: #840E55;
}
.AnyTagClassName
{
color: #840E55;
}
</style>
background-color css
<style>
a { background-color: #840E55; }
a { background-color: rgb(132,14,85); }
div.DivClassName
{
background-color: #840E55;
}
.BgClassName
{
background-color: #840E55;
}
</style>
border-color css
<style>
span { border-color: #840E55; }
span { border-color: rgb(132,14,85); }
td.TdClassName
{
border-color: #840E55;
}
.TagClassName
{
border-color: #840E55;
}
</style>