Shades of Eggplant #821155
Tints of Eggplant #821155
RGB
CMYK
RGB Variations
Color information
#821155 (or 0x821155) is known color: Eggplant. HEX triplet: 82, 11 and 55. RGB value is (130,17,85). Sum of RGB (Red+Green+Blue) = 130+17+85=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #821155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821155 is #7DEEAA. Grayscale: #3A3A3A. Windows color (decimal): -8253099 or 5575042. OLE color: 5575042.
HSL color Cylindrical-coordinate representation of color #821155: hue angle of 323.89º 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 #821155 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 85 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.49 |
| HSL | 323.89º | 0.77% | 0.29% | - |
| HSV(B) | 323.89º | 0.87% | 0.51% | - |
| XYZ | 11.05 | 5.8 | 9.13 | - |
| YUV | 58.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 85 | 0 | 0.87 | 0.35 | 0.49 | 323.89 | 0.77 | 0.29 |
| Hex | 82 | 11 | 55 | 0 | 57 | 23 | 31 | 144 | 4D | 1D |
| Octal | 202 | 21 | 125 | 0 | 127 | 43 | 61 | 504 | 115 | 35 |
| Binary | 10000010 | 10001 | 1010101 | 0 | 1010111 | 100011 | 110001 | 101000100 | 1001101 | 11101 |
Color Harmonies of #821155
Complementary color
Monochromatic Colors of #821155
Black with #821155
Text Example
Text Example
White with #821155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821155; }
p { color: rgb(130,17,85); }
H1.HeaderClassName
{
color: #821155;
}
.AnyTagClassName
{
color: #821155;
}
</style>
background-color css
<style>
a { background-color: #821155; }
a { background-color: rgb(130,17,85); }
div.DivClassName
{
background-color: #821155;
}
.BgClassName
{
background-color: #821155;
}
</style>
border-color css
<style>
span { border-color: #821155; }
span { border-color: rgb(130,17,85); }
td.TdClassName
{
border-color: #821155;
}
.TagClassName
{
border-color: #821155;
}
</style>