Shades of Eggplant #841054
Tints of Eggplant #841054
RGB
CMYK
RGB Variations
Color information
#841054 (or 0x841054) is known color: Eggplant. HEX triplet: 84, 10 and 54. RGB value is (132,16,84). Sum of RGB (Red+Green+Blue) = 132+16+84=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #841054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841054 is #7BEFAB. Grayscale: #3A3A3A. Windows color (decimal): -8122284 or 5509252. OLE color: 5509252.
HSL color Cylindrical-coordinate representation of color #841054: hue angle of 324.83º 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 #841054 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 84 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.48 |
| HSL | 324.83º | 0.78% | 0.29% | - |
| HSV(B) | 324.83º | 0.88% | 0.52% | - |
| XYZ | 11.3 | 5.92 | 8.93 | - |
| YUV | 58.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 84 | 0 | 0.88 | 0.36 | 0.48 | 324.83 | 0.78 | 0.29 |
| Hex | 84 | 10 | 54 | 0 | 58 | 24 | 30 | 145 | 4E | 1D |
| Octal | 204 | 20 | 124 | 0 | 130 | 44 | 60 | 505 | 116 | 35 |
| Binary | 10000100 | 10000 | 1010100 | 0 | 1011000 | 100100 | 110000 | 101000101 | 1001110 | 11101 |
Color Harmonies of #841054
Complementary color
Monochromatic Colors of #841054
Black with #841054
Text Example
Text Example
White with #841054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841054; }
p { color: rgb(132,16,84); }
H1.HeaderClassName
{
color: #841054;
}
.AnyTagClassName
{
color: #841054;
}
</style>
background-color css
<style>
a { background-color: #841054; }
a { background-color: rgb(132,16,84); }
div.DivClassName
{
background-color: #841054;
}
.BgClassName
{
background-color: #841054;
}
</style>
border-color css
<style>
span { border-color: #841054; }
span { border-color: rgb(132,16,84); }
td.TdClassName
{
border-color: #841054;
}
.TagClassName
{
border-color: #841054;
}
</style>