Shades of Eggplant #841063
Tints of Eggplant #841063
RGB
CMYK
RGB Variations
Color information
#841063 (or 0x841063) is known color: Eggplant. HEX triplet: 84, 10 and 63. RGB value is (132,16,99). Sum of RGB (Red+Green+Blue) = 132+16+99=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #841063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841063 is #7BEF9C. Grayscale: #3B3B3B. Windows color (decimal): -8122269 or 6492292. OLE color: 6492292.
HSL color Cylindrical-coordinate representation of color #841063: hue angle of 317.07º 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 #841063 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 99 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.48 |
| HSL | 317.07º | 0.78% | 0.29% | - |
| HSV(B) | 317.07º | 0.88% | 0.52% | - |
| XYZ | 11.95 | 6.18 | 12.37 | - |
| YUV | 60.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 99 | 0 | 0.88 | 0.25 | 0.48 | 317.07 | 0.78 | 0.29 |
| Hex | 84 | 10 | 63 | 0 | 58 | 19 | 30 | 13D | 4E | 1D |
| Octal | 204 | 20 | 143 | 0 | 130 | 31 | 60 | 475 | 116 | 35 |
| Binary | 10000100 | 10000 | 1100011 | 0 | 1011000 | 11001 | 110000 | 100111101 | 1001110 | 11101 |
Color Harmonies of #841063
Complementary color
Monochromatic Colors of #841063
Black with #841063
Text Example
Text Example
White with #841063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841063; }
p { color: rgb(132,16,99); }
H1.HeaderClassName
{
color: #841063;
}
.AnyTagClassName
{
color: #841063;
}
</style>
background-color css
<style>
a { background-color: #841063; }
a { background-color: rgb(132,16,99); }
div.DivClassName
{
background-color: #841063;
}
.BgClassName
{
background-color: #841063;
}
</style>
border-color css
<style>
span { border-color: #841063; }
span { border-color: rgb(132,16,99); }
td.TdClassName
{
border-color: #841063;
}
.TagClassName
{
border-color: #841063;
}
</style>