Shades of Eggplant #841060
Tints of Eggplant #841060
RGB
CMYK
RGB Variations
Color information
#841060 (or 0x841060) is known color: Eggplant. HEX triplet: 84, 10 and 60. RGB value is (132,16,96). Sum of RGB (Red+Green+Blue) = 132+16+96=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #841060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841060 is #7BEF9F. Grayscale: #3B3B3B. Windows color (decimal): -8122272 or 6295684. OLE color: 6295684.
HSL color Cylindrical-coordinate representation of color #841060: hue angle of 318.62º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841060 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 96 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.48 |
| HSL | 318.62º | 0.78% | 0.29% | - |
| HSV(B) | 318.62º | 0.88% | 0.52% | - |
| XYZ | 11.81 | 6.12 | 11.63 | - |
| YUV | 59.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 96 | 0 | 0.88 | 0.27 | 0.48 | 318.62 | 0.78 | 0.29 |
| Hex | 84 | 10 | 60 | 0 | 58 | 1B | 30 | 13F | 4E | 1D |
| Octal | 204 | 20 | 140 | 0 | 130 | 33 | 60 | 477 | 116 | 35 |
| Binary | 10000100 | 10000 | 1100000 | 0 | 1011000 | 11011 | 110000 | 100111111 | 1001110 | 11101 |
Color Harmonies of #841060
Complementary color
Monochromatic Colors of #841060
Black with #841060
Text Example
Text Example
White with #841060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841060; }
p { color: rgb(132,16,96); }
H1.HeaderClassName
{
color: #841060;
}
.AnyTagClassName
{
color: #841060;
}
</style>
background-color css
<style>
a { background-color: #841060; }
a { background-color: rgb(132,16,96); }
div.DivClassName
{
background-color: #841060;
}
.BgClassName
{
background-color: #841060;
}
</style>
border-color css
<style>
span { border-color: #841060; }
span { border-color: rgb(132,16,96); }
td.TdClassName
{
border-color: #841060;
}
.TagClassName
{
border-color: #841060;
}
</style>