Shades of Eggplant #820066
Tints of Eggplant #820066
RGB
CMYK
RGB Variations
Color information
#820066 (or 0x820066) is known color: Eggplant. HEX triplet: 82, 00 and 66. RGB value is (130,0,102). Sum of RGB (Red+Green+Blue) = 130+0+102=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #820066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820066 is #7DFF99. Grayscale: #323232. Windows color (decimal): -8257434 or 6684802. OLE color: 6684802.
HSL color Cylindrical-coordinate representation of color #820066: hue angle of 312.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820066 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.22 | 0.49 |
| HSL | 312.92º | 1% | 0.25% | - |
| HSV(B) | 312.92º | 1% | 0.51% | - |
| XYZ | 11.6 | 5.71 | 13.06 | - |
| YUV | 50.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 102 | 0 | 1 | 0.22 | 0.49 | 312.92 | 1 | 0.25 |
| Hex | 82 | 0 | 66 | 0 | 64 | 16 | 31 | 139 | 64 | 19 |
| Octal | 202 | 0 | 146 | 0 | 144 | 26 | 61 | 471 | 144 | 31 |
| Binary | 10000010 | 0 | 1100110 | 0 | 1100100 | 10110 | 110001 | 100111001 | 1100100 | 11001 |
Color Harmonies of #820066
Complementary color
Monochromatic Colors of #820066
Black with #820066
Text Example
Text Example
White with #820066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820066; }
p { color: rgb(130,0,102); }
H1.HeaderClassName
{
color: #820066;
}
.AnyTagClassName
{
color: #820066;
}
</style>
background-color css
<style>
a { background-color: #820066; }
a { background-color: rgb(130,0,102); }
div.DivClassName
{
background-color: #820066;
}
.BgClassName
{
background-color: #820066;
}
</style>
border-color css
<style>
span { border-color: #820066; }
span { border-color: rgb(130,0,102); }
td.TdClassName
{
border-color: #820066;
}
.TagClassName
{
border-color: #820066;
}
</style>