Shades of Eggplant #821359
Tints of Eggplant #821359
RGB
CMYK
RGB Variations
Color information
#821359 (or 0x821359) is known color: Eggplant. HEX triplet: 82, 13 and 59. RGB value is (130,19,89). Sum of RGB (Red+Green+Blue) = 130+19+89=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #821359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821359 is #7DECA6. Grayscale: #3C3C3C. Windows color (decimal): -8252583 or 5837698. OLE color: 5837698.
HSL color Cylindrical-coordinate representation of color #821359: hue angle of 322.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821359 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 19 | 89 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.49 |
| HSL | 322.16º | 0.74% | 0.29% | - |
| HSV(B) | 322.16º | 0.85% | 0.51% | - |
| XYZ | 11.24 | 5.93 | 10 | - |
| YUV | 60.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 19 | 89 | 0 | 0.85 | 0.32 | 0.49 | 322.16 | 0.74 | 0.29 |
| Hex | 82 | 13 | 59 | 0 | 55 | 20 | 31 | 142 | 4A | 1D |
| Octal | 202 | 23 | 131 | 0 | 125 | 40 | 61 | 502 | 112 | 35 |
| Binary | 10000010 | 10011 | 1011001 | 0 | 1010101 | 100000 | 110001 | 101000010 | 1001010 | 11101 |
Color Harmonies of #821359
Complementary color
Monochromatic Colors of #821359
Black with #821359
Text Example
Text Example
White with #821359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821359; }
p { color: rgb(130,19,89); }
H1.HeaderClassName
{
color: #821359;
}
.AnyTagClassName
{
color: #821359;
}
</style>
background-color css
<style>
a { background-color: #821359; }
a { background-color: rgb(130,19,89); }
div.DivClassName
{
background-color: #821359;
}
.BgClassName
{
background-color: #821359;
}
</style>
border-color css
<style>
span { border-color: #821359; }
span { border-color: rgb(130,19,89); }
td.TdClassName
{
border-color: #821359;
}
.TagClassName
{
border-color: #821359;
}
</style>