Shades of Eggplant #820456
Tints of Eggplant #820456
RGB
CMYK
RGB Variations
Color information
#820456 (or 0x820456) is known color: Eggplant. HEX triplet: 82, 04 and 56. RGB value is (130,4,86). Sum of RGB (Red+Green+Blue) = 130+4+86=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820456 is #7DFBA9. Grayscale: #323232. Windows color (decimal): -8256426 or 5637250. OLE color: 5637250.
HSL color Cylindrical-coordinate representation of color #820456: hue angle of 320.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820456 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 4 | 86 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.49 |
| HSL | 320.95º | 0.94% | 0.26% | - |
| HSV(B) | 320.95º | 0.97% | 0.51% | - |
| XYZ | 10.93 | 5.5 | 9.29 | - |
| YUV | 51.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 86 | 0 | 0.97 | 0.34 | 0.49 | 320.95 | 0.94 | 0.26 |
| Hex | 82 | 4 | 56 | 0 | 61 | 22 | 31 | 141 | 5E | 1A |
| Octal | 202 | 4 | 126 | 0 | 141 | 42 | 61 | 501 | 136 | 32 |
| Binary | 10000010 | 100 | 1010110 | 0 | 1100001 | 100010 | 110001 | 101000001 | 1011110 | 11010 |
Color Harmonies of #820456
Complementary color
Monochromatic Colors of #820456
Black with #820456
Text Example
Text Example
White with #820456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820456; }
p { color: rgb(130,4,86); }
H1.HeaderClassName
{
color: #820456;
}
.AnyTagClassName
{
color: #820456;
}
</style>
background-color css
<style>
a { background-color: #820456; }
a { background-color: rgb(130,4,86); }
div.DivClassName
{
background-color: #820456;
}
.BgClassName
{
background-color: #820456;
}
</style>
border-color css
<style>
span { border-color: #820456; }
span { border-color: rgb(130,4,86); }
td.TdClassName
{
border-color: #820456;
}
.TagClassName
{
border-color: #820456;
}
</style>