Shades of Eggplant #821060
Tints of Eggplant #821060
RGB
CMYK
RGB Variations
Color information
#821060 (or 0x821060) is known color: Eggplant. HEX triplet: 82, 10 and 60. RGB value is (130,16,96). Sum of RGB (Red+Green+Blue) = 130+16+96=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #821060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821060 is #7DEF9F. Grayscale: #3B3B3B. Windows color (decimal): -8253344 or 6295682. OLE color: 6295682.
HSL color Cylindrical-coordinate representation of color #821060: hue angle of 317.89º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821060 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 96 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.49 |
| HSL | 317.89º | 0.78% | 0.29% | - |
| HSV(B) | 317.89º | 0.88% | 0.51% | - |
| XYZ | 11.5 | 5.96 | 11.61 | - |
| YUV | 59.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 96 | 0 | 0.88 | 0.26 | 0.49 | 317.89 | 0.78 | 0.29 |
| Hex | 82 | 10 | 60 | 0 | 58 | 1A | 31 | 13E | 4E | 1D |
| Octal | 202 | 20 | 140 | 0 | 130 | 32 | 61 | 476 | 116 | 35 |
| Binary | 10000010 | 10000 | 1100000 | 0 | 1011000 | 11010 | 110001 | 100111110 | 1001110 | 11101 |
Color Harmonies of #821060
Complementary color
Monochromatic Colors of #821060
Black with #821060
Text Example
Text Example
White with #821060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821060; }
p { color: rgb(130,16,96); }
H1.HeaderClassName
{
color: #821060;
}
.AnyTagClassName
{
color: #821060;
}
</style>
background-color css
<style>
a { background-color: #821060; }
a { background-color: rgb(130,16,96); }
div.DivClassName
{
background-color: #821060;
}
.BgClassName
{
background-color: #821060;
}
</style>
border-color css
<style>
span { border-color: #821060; }
span { border-color: rgb(130,16,96); }
td.TdClassName
{
border-color: #821060;
}
.TagClassName
{
border-color: #821060;
}
</style>