Shades of Eggplant #840E58
Tints of Eggplant #840E58
RGB
CMYK
RGB Variations
Color information
#840E58 (or 0x840E58) is known color: Eggplant. HEX triplet: 84, 0E and 58. RGB value is (132,14,88). Sum of RGB (Red+Green+Blue) = 132+14+88=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #840E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E58 is #7BF1A7. Grayscale: #393939. Windows color (decimal): -8122792 or 5770884. OLE color: 5770884.
HSL color Cylindrical-coordinate representation of color #840E58: hue angle of 322.37º 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 #840E58 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 88 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.48 |
| HSL | 322.37º | 0.81% | 0.29% | - |
| HSV(B) | 322.37º | 0.89% | 0.52% | - |
| XYZ | 11.43 | 5.92 | 9.77 | - |
| YUV | 57.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 88 | 0 | 0.89 | 0.33 | 0.48 | 322.37 | 0.81 | 0.29 |
| Hex | 84 | E | 58 | 0 | 59 | 21 | 30 | 142 | 51 | 1D |
| Octal | 204 | 16 | 130 | 0 | 131 | 41 | 60 | 502 | 121 | 35 |
| Binary | 10000100 | 1110 | 1011000 | 0 | 1011001 | 100001 | 110000 | 101000010 | 1010001 | 11101 |
Color Harmonies of #840E58
Complementary color
Monochromatic Colors of #840E58
Black with #840E58
Text Example
Text Example
White with #840E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E58; }
p { color: rgb(132,14,88); }
H1.HeaderClassName
{
color: #840E58;
}
.AnyTagClassName
{
color: #840E58;
}
</style>
background-color css
<style>
a { background-color: #840E58; }
a { background-color: rgb(132,14,88); }
div.DivClassName
{
background-color: #840E58;
}
.BgClassName
{
background-color: #840E58;
}
</style>
border-color css
<style>
span { border-color: #840E58; }
span { border-color: rgb(132,14,88); }
td.TdClassName
{
border-color: #840E58;
}
.TagClassName
{
border-color: #840E58;
}
</style>