Shades of Eggplant #820966
Tints of Eggplant #820966
RGB
CMYK
RGB Variations
Color information
#820966 (or 0x820966) is known color: Eggplant. HEX triplet: 82, 09 and 66. RGB value is (130,9,102). Sum of RGB (Red+Green+Blue) = 130+9+102=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820966 is #7DF699. Grayscale: #373737. Windows color (decimal): -8255130 or 6687106. OLE color: 6687106.
HSL color Cylindrical-coordinate representation of color #820966: hue angle of 313.88º 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 #820966 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 102 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.49 |
| HSL | 313.88º | 0.87% | 0.27% | - |
| HSV(B) | 313.88º | 0.93% | 0.51% | - |
| XYZ | 11.7 | 5.9 | 13.09 | - |
| YUV | 55.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 102 | 0 | 0.93 | 0.22 | 0.49 | 313.88 | 0.87 | 0.27 |
| Hex | 82 | 9 | 66 | 0 | 5D | 16 | 31 | 13A | 57 | 1B |
| Octal | 202 | 11 | 146 | 0 | 135 | 26 | 61 | 472 | 127 | 33 |
| Binary | 10000010 | 1001 | 1100110 | 0 | 1011101 | 10110 | 110001 | 100111010 | 1010111 | 11011 |
Color Harmonies of #820966
Complementary color
Monochromatic Colors of #820966
Black with #820966
Text Example
Text Example
White with #820966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820966; }
p { color: rgb(130,9,102); }
H1.HeaderClassName
{
color: #820966;
}
.AnyTagClassName
{
color: #820966;
}
</style>
background-color css
<style>
a { background-color: #820966; }
a { background-color: rgb(130,9,102); }
div.DivClassName
{
background-color: #820966;
}
.BgClassName
{
background-color: #820966;
}
</style>
border-color css
<style>
span { border-color: #820966; }
span { border-color: rgb(130,9,102); }
td.TdClassName
{
border-color: #820966;
}
.TagClassName
{
border-color: #820966;
}
</style>