Shades of Eggplant #820852
Tints of Eggplant #820852
RGB
CMYK
RGB Variations
Color information
#820852 (or 0x820852) is known color: Eggplant. HEX triplet: 82, 08 and 52. RGB value is (130,8,82). Sum of RGB (Red+Green+Blue) = 130+8+82=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820852 is #7DF7AD. Grayscale: #343434. Windows color (decimal): -8255406 or 5376130. OLE color: 5376130.
HSL color Cylindrical-coordinate representation of color #820852: hue angle of 323.61º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820852 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 82 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.49 |
| HSL | 323.61º | 0.88% | 0.27% | - |
| HSV(B) | 323.61º | 0.94% | 0.51% | - |
| XYZ | 10.82 | 5.53 | 8.48 | - |
| YUV | 52.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 82 | 0 | 0.94 | 0.37 | 0.49 | 323.61 | 0.88 | 0.27 |
| Hex | 82 | 8 | 52 | 0 | 5E | 25 | 31 | 144 | 58 | 1B |
| Octal | 202 | 10 | 122 | 0 | 136 | 45 | 61 | 504 | 130 | 33 |
| Binary | 10000010 | 1000 | 1010010 | 0 | 1011110 | 100101 | 110001 | 101000100 | 1011000 | 11011 |
Color Harmonies of #820852
Complementary color
Monochromatic Colors of #820852
Black with #820852
Text Example
Text Example
White with #820852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820852; }
p { color: rgb(130,8,82); }
H1.HeaderClassName
{
color: #820852;
}
.AnyTagClassName
{
color: #820852;
}
</style>
background-color css
<style>
a { background-color: #820852; }
a { background-color: rgb(130,8,82); }
div.DivClassName
{
background-color: #820852;
}
.BgClassName
{
background-color: #820852;
}
</style>
border-color css
<style>
span { border-color: #820852; }
span { border-color: rgb(130,8,82); }
td.TdClassName
{
border-color: #820852;
}
.TagClassName
{
border-color: #820852;
}
</style>