Shades of Eggplant #840852
Tints of Eggplant #840852
RGB
CMYK
RGB Variations
Color information
#840852 (or 0x840852) is known color: Eggplant. HEX triplet: 84, 08 and 52. RGB value is (132,8,82). Sum of RGB (Red+Green+Blue) = 132+8+82=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840852 is #7BF7AD. Grayscale: #353535. Windows color (decimal): -8124334 or 5376132. OLE color: 5376132.
HSL color Cylindrical-coordinate representation of color #840852: hue angle of 324.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840852 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 82 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.48 |
| HSL | 324.19º | 0.89% | 0.27% | - |
| HSV(B) | 324.19º | 0.94% | 0.52% | - |
| XYZ | 11.13 | 5.69 | 8.49 | - |
| YUV | 53.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 82 | 0 | 0.94 | 0.38 | 0.48 | 324.19 | 0.89 | 0.27 |
| Hex | 84 | 8 | 52 | 0 | 5E | 26 | 30 | 144 | 59 | 1B |
| Octal | 204 | 10 | 122 | 0 | 136 | 46 | 60 | 504 | 131 | 33 |
| Binary | 10000100 | 1000 | 1010010 | 0 | 1011110 | 100110 | 110000 | 101000100 | 1011001 | 11011 |
Color Harmonies of #840852
Complementary color
Monochromatic Colors of #840852
Black with #840852
Text Example
Text Example
White with #840852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840852; }
p { color: rgb(132,8,82); }
H1.HeaderClassName
{
color: #840852;
}
.AnyTagClassName
{
color: #840852;
}
</style>
background-color css
<style>
a { background-color: #840852; }
a { background-color: rgb(132,8,82); }
div.DivClassName
{
background-color: #840852;
}
.BgClassName
{
background-color: #840852;
}
</style>
border-color css
<style>
span { border-color: #840852; }
span { border-color: rgb(132,8,82); }
td.TdClassName
{
border-color: #840852;
}
.TagClassName
{
border-color: #840852;
}
</style>