Shades of Eggplant #821159
Tints of Eggplant #821159
RGB
CMYK
RGB Variations
Color information
#821159 (or 0x821159) is known color: Eggplant. HEX triplet: 82, 11 and 59. RGB value is (130,17,89). Sum of RGB (Red+Green+Blue) = 130+17+89=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #821159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821159 is #7DEEA6. Grayscale: #3A3A3A. Windows color (decimal): -8253095 or 5837186. OLE color: 5837186.
HSL color Cylindrical-coordinate representation of color #821159: hue angle of 321.77º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821159 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 89 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.49 |
| HSL | 321.77º | 0.77% | 0.29% | - |
| HSV(B) | 321.77º | 0.87% | 0.51% | - |
| XYZ | 11.21 | 5.87 | 9.99 | - |
| YUV | 59 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 89 | 0 | 0.87 | 0.32 | 0.49 | 321.77 | 0.77 | 0.29 |
| Hex | 82 | 11 | 59 | 0 | 57 | 20 | 31 | 142 | 4D | 1D |
| Octal | 202 | 21 | 131 | 0 | 127 | 40 | 61 | 502 | 115 | 35 |
| Binary | 10000010 | 10001 | 1011001 | 0 | 1010111 | 100000 | 110001 | 101000010 | 1001101 | 11101 |
Color Harmonies of #821159
Complementary color
Monochromatic Colors of #821159
Black with #821159
Text Example
Text Example
White with #821159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821159; }
p { color: rgb(130,17,89); }
H1.HeaderClassName
{
color: #821159;
}
.AnyTagClassName
{
color: #821159;
}
</style>
background-color css
<style>
a { background-color: #821159; }
a { background-color: rgb(130,17,89); }
div.DivClassName
{
background-color: #821159;
}
.BgClassName
{
background-color: #821159;
}
</style>
border-color css
<style>
span { border-color: #821159; }
span { border-color: rgb(130,17,89); }
td.TdClassName
{
border-color: #821159;
}
.TagClassName
{
border-color: #821159;
}
</style>