Shades of Eggplant #820952
Tints of Eggplant #820952
RGB
CMYK
RGB Variations
Color information
#820952 (or 0x820952) is known color: Eggplant. HEX triplet: 82, 09 and 52. RGB value is (130,9,82). Sum of RGB (Red+Green+Blue) = 130+9+82=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820952 is #7DF6AD. Grayscale: #353535. Windows color (decimal): -8255150 or 5376386. OLE color: 5376386.
HSL color Cylindrical-coordinate representation of color #820952: hue angle of 323.8º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820952 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 82 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.49 |
| HSL | 323.8º | 0.87% | 0.27% | - |
| HSV(B) | 323.8º | 0.93% | 0.51% | - |
| XYZ | 10.83 | 5.55 | 8.48 | - |
| YUV | 53.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 82 | 0 | 0.93 | 0.37 | 0.49 | 323.8 | 0.87 | 0.27 |
| Hex | 82 | 9 | 52 | 0 | 5D | 25 | 31 | 144 | 57 | 1B |
| Octal | 202 | 11 | 122 | 0 | 135 | 45 | 61 | 504 | 127 | 33 |
| Binary | 10000010 | 1001 | 1010010 | 0 | 1011101 | 100101 | 110001 | 101000100 | 1010111 | 11011 |
Color Harmonies of #820952
Complementary color
Monochromatic Colors of #820952
Black with #820952
Text Example
Text Example
White with #820952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820952; }
p { color: rgb(130,9,82); }
H1.HeaderClassName
{
color: #820952;
}
.AnyTagClassName
{
color: #820952;
}
</style>
background-color css
<style>
a { background-color: #820952; }
a { background-color: rgb(130,9,82); }
div.DivClassName
{
background-color: #820952;
}
.BgClassName
{
background-color: #820952;
}
</style>
border-color css
<style>
span { border-color: #820952; }
span { border-color: rgb(130,9,82); }
td.TdClassName
{
border-color: #820952;
}
.TagClassName
{
border-color: #820952;
}
</style>