Shades of Eggplant #820356
Tints of Eggplant #820356
RGB
CMYK
RGB Variations
Color information
#820356 (or 0x820356) is known color: Eggplant. HEX triplet: 82, 03 and 56. RGB value is (130,3,86). Sum of RGB (Red+Green+Blue) = 130+3+86=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820356 is #7DFCA9. Grayscale: #323232. Windows color (decimal): -8256682 or 5636994. OLE color: 5636994.
HSL color Cylindrical-coordinate representation of color #820356: hue angle of 320.79º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820356 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.49 |
| HSL | 320.79º | 0.95% | 0.26% | - |
| HSV(B) | 320.79º | 0.98% | 0.51% | - |
| XYZ | 10.92 | 5.48 | 9.29 | - |
| YUV | 50.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 86 | 0 | 0.98 | 0.34 | 0.49 | 320.79 | 0.95 | 0.26 |
| Hex | 82 | 3 | 56 | 0 | 62 | 22 | 31 | 141 | 5F | 1A |
| Octal | 202 | 3 | 126 | 0 | 142 | 42 | 61 | 501 | 137 | 32 |
| Binary | 10000010 | 11 | 1010110 | 0 | 1100010 | 100010 | 110001 | 101000001 | 1011111 | 11010 |
Color Harmonies of #820356
Complementary color
Monochromatic Colors of #820356
Black with #820356
Text Example
Text Example
White with #820356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820356; }
p { color: rgb(130,3,86); }
H1.HeaderClassName
{
color: #820356;
}
.AnyTagClassName
{
color: #820356;
}
</style>
background-color css
<style>
a { background-color: #820356; }
a { background-color: rgb(130,3,86); }
div.DivClassName
{
background-color: #820356;
}
.BgClassName
{
background-color: #820356;
}
</style>
border-color css
<style>
span { border-color: #820356; }
span { border-color: rgb(130,3,86); }
td.TdClassName
{
border-color: #820356;
}
.TagClassName
{
border-color: #820356;
}
</style>