Shades of Eggplant #840F5A
Tints of Eggplant #840F5A
RGB
CMYK
RGB Variations
Color information
#840F5A (or 0x840F5A) is known color: Eggplant. HEX triplet: 84, 0F and 5A. RGB value is (132,15,90). Sum of RGB (Red+Green+Blue) = 132+15+90=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #840F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F5A is #7BF0A5. Grayscale: #3A3A3A. Windows color (decimal): -8122534 or 5902212. OLE color: 5902212.
HSL color Cylindrical-coordinate representation of color #840F5A: hue angle of 321.54º degrees, saturation: 0.8, 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 #840F5A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 90 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.48 |
| HSL | 321.54º | 0.8% | 0.29% | - |
| HSV(B) | 321.54º | 0.89% | 0.52% | - |
| XYZ | 11.53 | 5.99 | 10.22 | - |
| YUV | 58.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 90 | 0 | 0.89 | 0.32 | 0.48 | 321.54 | 0.8 | 0.29 |
| Hex | 84 | F | 5A | 0 | 59 | 20 | 30 | 142 | 50 | 1D |
| Octal | 204 | 17 | 132 | 0 | 131 | 40 | 60 | 502 | 120 | 35 |
| Binary | 10000100 | 1111 | 1011010 | 0 | 1011001 | 100000 | 110000 | 101000010 | 1010000 | 11101 |
Color Harmonies of #840F5A
Complementary color
Monochromatic Colors of #840F5A
Black with #840F5A
Text Example
Text Example
White with #840F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F5A; }
p { color: rgb(132,15,90); }
H1.HeaderClassName
{
color: #840F5A;
}
.AnyTagClassName
{
color: #840F5A;
}
</style>
background-color css
<style>
a { background-color: #840F5A; }
a { background-color: rgb(132,15,90); }
div.DivClassName
{
background-color: #840F5A;
}
.BgClassName
{
background-color: #840F5A;
}
</style>
border-color css
<style>
span { border-color: #840F5A; }
span { border-color: rgb(132,15,90); }
td.TdClassName
{
border-color: #840F5A;
}
.TagClassName
{
border-color: #840F5A;
}
</style>