Shades of Eggplant #841163
Tints of Eggplant #841163
RGB
CMYK
RGB Variations
Color information
#841163 (or 0x841163) is known color: Eggplant. HEX triplet: 84, 11 and 63. RGB value is (132,17,99). Sum of RGB (Red+Green+Blue) = 132+17+99=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #841163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841163 is #7BEE9C. Grayscale: #3C3C3C. Windows color (decimal): -8122013 or 6492548. OLE color: 6492548.
HSL color Cylindrical-coordinate representation of color #841163: hue angle of 317.22º 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 #841163 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 99 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.48 |
| HSL | 317.22º | 0.77% | 0.29% | - |
| HSV(B) | 317.22º | 0.87% | 0.52% | - |
| XYZ | 11.97 | 6.21 | 12.37 | - |
| YUV | 60.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 99 | 0 | 0.87 | 0.25 | 0.48 | 317.22 | 0.77 | 0.29 |
| Hex | 84 | 11 | 63 | 0 | 57 | 19 | 30 | 13D | 4D | 1D |
| Octal | 204 | 21 | 143 | 0 | 127 | 31 | 60 | 475 | 115 | 35 |
| Binary | 10000100 | 10001 | 1100011 | 0 | 1010111 | 11001 | 110000 | 100111101 | 1001101 | 11101 |
Color Harmonies of #841163
Complementary color
Monochromatic Colors of #841163
Black with #841163
Text Example
Text Example
White with #841163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841163; }
p { color: rgb(132,17,99); }
H1.HeaderClassName
{
color: #841163;
}
.AnyTagClassName
{
color: #841163;
}
</style>
background-color css
<style>
a { background-color: #841163; }
a { background-color: rgb(132,17,99); }
div.DivClassName
{
background-color: #841163;
}
.BgClassName
{
background-color: #841163;
}
</style>
border-color css
<style>
span { border-color: #841163; }
span { border-color: rgb(132,17,99); }
td.TdClassName
{
border-color: #841163;
}
.TagClassName
{
border-color: #841163;
}
</style>