Shades of Eggplant #820666
Tints of Eggplant #820666
RGB
CMYK
RGB Variations
Color information
#820666 (or 0x820666) is known color: Eggplant. HEX triplet: 82, 06 and 66. RGB value is (130,6,102). Sum of RGB (Red+Green+Blue) = 130+6+102=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820666 is #7DF999. Grayscale: #353535. Windows color (decimal): -8255898 or 6686338. OLE color: 6686338.
HSL color Cylindrical-coordinate representation of color #820666: hue angle of 313.55º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820666 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 102 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.49 |
| HSL | 313.55º | 0.91% | 0.27% | - |
| HSV(B) | 313.55º | 0.95% | 0.51% | - |
| XYZ | 11.67 | 5.84 | 13.08 | - |
| YUV | 54.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 102 | 0 | 0.95 | 0.22 | 0.49 | 313.55 | 0.91 | 0.27 |
| Hex | 82 | 6 | 66 | 0 | 5F | 16 | 31 | 13A | 5B | 1B |
| Octal | 202 | 6 | 146 | 0 | 137 | 26 | 61 | 472 | 133 | 33 |
| Binary | 10000010 | 110 | 1100110 | 0 | 1011111 | 10110 | 110001 | 100111010 | 1011011 | 11011 |
Color Harmonies of #820666
Complementary color
Monochromatic Colors of #820666
Black with #820666
Text Example
Text Example
White with #820666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820666; }
p { color: rgb(130,6,102); }
H1.HeaderClassName
{
color: #820666;
}
.AnyTagClassName
{
color: #820666;
}
</style>
background-color css
<style>
a { background-color: #820666; }
a { background-color: rgb(130,6,102); }
div.DivClassName
{
background-color: #820666;
}
.BgClassName
{
background-color: #820666;
}
</style>
border-color css
<style>
span { border-color: #820666; }
span { border-color: rgb(130,6,102); }
td.TdClassName
{
border-color: #820666;
}
.TagClassName
{
border-color: #820666;
}
</style>