Shades of Eggplant #841155
Tints of Eggplant #841155
RGB
CMYK
RGB Variations
Color information
#841155 (or 0x841155) is known color: Eggplant. HEX triplet: 84, 11 and 55. RGB value is (132,17,85). Sum of RGB (Red+Green+Blue) = 132+17+85=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #841155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841155 is #7BEEAA. Grayscale: #3A3A3A. Windows color (decimal): -8122027 or 5575044. OLE color: 5575044.
HSL color Cylindrical-coordinate representation of color #841155: hue angle of 324.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841155 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 85 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.48 |
| HSL | 324.52º | 0.77% | 0.29% | - |
| HSV(B) | 324.52º | 0.87% | 0.52% | - |
| XYZ | 11.36 | 5.96 | 9.15 | - |
| YUV | 59.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 85 | 0 | 0.87 | 0.36 | 0.48 | 324.52 | 0.77 | 0.29 |
| Hex | 84 | 11 | 55 | 0 | 57 | 24 | 30 | 145 | 4D | 1D |
| Octal | 204 | 21 | 125 | 0 | 127 | 44 | 60 | 505 | 115 | 35 |
| Binary | 10000100 | 10001 | 1010101 | 0 | 1010111 | 100100 | 110000 | 101000101 | 1001101 | 11101 |
Color Harmonies of #841155
Complementary color
Monochromatic Colors of #841155
Black with #841155
Text Example
Text Example
White with #841155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841155; }
p { color: rgb(132,17,85); }
H1.HeaderClassName
{
color: #841155;
}
.AnyTagClassName
{
color: #841155;
}
</style>
background-color css
<style>
a { background-color: #841155; }
a { background-color: rgb(132,17,85); }
div.DivClassName
{
background-color: #841155;
}
.BgClassName
{
background-color: #841155;
}
</style>
border-color css
<style>
span { border-color: #841155; }
span { border-color: rgb(132,17,85); }
td.TdClassName
{
border-color: #841155;
}
.TagClassName
{
border-color: #841155;
}
</style>