Shades of Eggplant #820659
Tints of Eggplant #820659
RGB
CMYK
RGB Variations
Color information
#820659 (or 0x820659) is known color: Eggplant. HEX triplet: 82, 06 and 59. RGB value is (130,6,89). Sum of RGB (Red+Green+Blue) = 130+6+89=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #820659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820659 is #7DF9A6. Grayscale: #343434. Windows color (decimal): -8255911 or 5834370. OLE color: 5834370.
HSL color Cylindrical-coordinate representation of color #820659: hue angle of 319.84º 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 #820659 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 89 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.49 |
| HSL | 319.84º | 0.91% | 0.27% | - |
| HSV(B) | 319.84º | 0.95% | 0.51% | - |
| XYZ | 11.07 | 5.6 | 9.95 | - |
| YUV | 52.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 89 | 0 | 0.95 | 0.32 | 0.49 | 319.84 | 0.91 | 0.27 |
| Hex | 82 | 6 | 59 | 0 | 5F | 20 | 31 | 140 | 5B | 1B |
| Octal | 202 | 6 | 131 | 0 | 137 | 40 | 61 | 500 | 133 | 33 |
| Binary | 10000010 | 110 | 1011001 | 0 | 1011111 | 100000 | 110001 | 101000000 | 1011011 | 11011 |
Color Harmonies of #820659
Complementary color
Monochromatic Colors of #820659
Black with #820659
Text Example
Text Example
White with #820659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820659; }
p { color: rgb(130,6,89); }
H1.HeaderClassName
{
color: #820659;
}
.AnyTagClassName
{
color: #820659;
}
</style>
background-color css
<style>
a { background-color: #820659; }
a { background-color: rgb(130,6,89); }
div.DivClassName
{
background-color: #820659;
}
.BgClassName
{
background-color: #820659;
}
</style>
border-color css
<style>
span { border-color: #820659; }
span { border-color: rgb(130,6,89); }
td.TdClassName
{
border-color: #820659;
}
.TagClassName
{
border-color: #820659;
}
</style>