Shades of Eggplant #840555
Tints of Eggplant #840555
RGB
CMYK
RGB Variations
Color information
#840555 (or 0x840555) is known color: Eggplant. HEX triplet: 84, 05 and 55. RGB value is (132,5,85). Sum of RGB (Red+Green+Blue) = 132+5+85=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840555 is #7BFAAA. Grayscale: #333333. Windows color (decimal): -8125099 or 5571972. OLE color: 5571972.
HSL color Cylindrical-coordinate representation of color #840555: hue angle of 322.2º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840555 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 85 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.48 |
| HSL | 322.2º | 0.93% | 0.27% | - |
| HSV(B) | 322.2º | 0.96% | 0.52% | - |
| XYZ | 11.21 | 5.67 | 9.1 | - |
| YUV | 52.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 85 | 0 | 0.96 | 0.36 | 0.48 | 322.2 | 0.93 | 0.27 |
| Hex | 84 | 5 | 55 | 0 | 60 | 24 | 30 | 142 | 5D | 1B |
| Octal | 204 | 5 | 125 | 0 | 140 | 44 | 60 | 502 | 135 | 33 |
| Binary | 10000100 | 101 | 1010101 | 0 | 1100000 | 100100 | 110000 | 101000010 | 1011101 | 11011 |
Color Harmonies of #840555
Complementary color
Monochromatic Colors of #840555
Black with #840555
Text Example
Text Example
White with #840555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840555; }
p { color: rgb(132,5,85); }
H1.HeaderClassName
{
color: #840555;
}
.AnyTagClassName
{
color: #840555;
}
</style>
background-color css
<style>
a { background-color: #840555; }
a { background-color: rgb(132,5,85); }
div.DivClassName
{
background-color: #840555;
}
.BgClassName
{
background-color: #840555;
}
</style>
border-color css
<style>
span { border-color: #840555; }
span { border-color: rgb(132,5,85); }
td.TdClassName
{
border-color: #840555;
}
.TagClassName
{
border-color: #840555;
}
</style>