Shades of Eggplant #820B56
Tints of Eggplant #820B56
RGB
CMYK
RGB Variations
Color information
#820B56 (or 0x820B56) is known color: Eggplant. HEX triplet: 82, 0B and 56. RGB value is (130,11,86). Sum of RGB (Red+Green+Blue) = 130+11+86=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #820B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B56 is #7DF4A9. Grayscale: #363636. Windows color (decimal): -8254634 or 5639042. OLE color: 5639042.
HSL color Cylindrical-coordinate representation of color #820B56: hue angle of 322.18º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B56 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 86 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.49 |
| HSL | 322.18º | 0.84% | 0.28% | - |
| HSV(B) | 322.18º | 0.92% | 0.51% | - |
| XYZ | 11.01 | 5.66 | 9.32 | - |
| YUV | 55.13 | 145.42 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 86 | 0 | 0.92 | 0.34 | 0.49 | 322.18 | 0.84 | 0.28 |
| Hex | 82 | B | 56 | 0 | 5C | 22 | 31 | 142 | 54 | 1C |
| Octal | 202 | 13 | 126 | 0 | 134 | 42 | 61 | 502 | 124 | 34 |
| Binary | 10000010 | 1011 | 1010110 | 0 | 1011100 | 100010 | 110001 | 101000010 | 1010100 | 11100 |
Color Harmonies of #820B56
Complementary color
Monochromatic Colors of #820B56
Black with #820B56
Text Example
Text Example
White with #820B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B56; }
p { color: rgb(130,11,86); }
H1.HeaderClassName
{
color: #820B56;
}
.AnyTagClassName
{
color: #820B56;
}
</style>
background-color css
<style>
a { background-color: #820B56; }
a { background-color: rgb(130,11,86); }
div.DivClassName
{
background-color: #820B56;
}
.BgClassName
{
background-color: #820B56;
}
</style>
border-color css
<style>
span { border-color: #820B56; }
span { border-color: rgb(130,11,86); }
td.TdClassName
{
border-color: #820B56;
}
.TagClassName
{
border-color: #820B56;
}
</style>