Shades of Eggplant #820D56
Tints of Eggplant #820D56
RGB
CMYK
RGB Variations
Color information
#820D56 (or 0x820D56) is known color: Eggplant. HEX triplet: 82, 0D and 56. RGB value is (130,13,86). Sum of RGB (Red+Green+Blue) = 130+13+86=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820D56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D56 is #7DF2A9. Grayscale: #383838. Windows color (decimal): -8254122 or 5639554. OLE color: 5639554.
HSL color Cylindrical-coordinate representation of color #820D56: hue angle of 322.56º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D56 is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 86 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.49 |
| HSL | 322.56º | 0.82% | 0.28% | - |
| HSV(B) | 322.56º | 0.9% | 0.51% | - |
| XYZ | 11.03 | 5.71 | 9.32 | - |
| YUV | 56.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 86 | 0 | 0.9 | 0.34 | 0.49 | 322.56 | 0.82 | 0.28 |
| Hex | 82 | D | 56 | 0 | 5A | 22 | 31 | 143 | 52 | 1C |
| Octal | 202 | 15 | 126 | 0 | 132 | 42 | 61 | 503 | 122 | 34 |
| Binary | 10000010 | 1101 | 1010110 | 0 | 1011010 | 100010 | 110001 | 101000011 | 1010010 | 11100 |
Color Harmonies of #820D56
Complementary color
Monochromatic Colors of #820D56
Black with #820D56
Text Example
Text Example
White with #820D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D56; }
p { color: rgb(130,13,86); }
H1.HeaderClassName
{
color: #820D56;
}
.AnyTagClassName
{
color: #820D56;
}
</style>
background-color css
<style>
a { background-color: #820D56; }
a { background-color: rgb(130,13,86); }
div.DivClassName
{
background-color: #820D56;
}
.BgClassName
{
background-color: #820D56;
}
</style>
border-color css
<style>
span { border-color: #820D56; }
span { border-color: rgb(130,13,86); }
td.TdClassName
{
border-color: #820D56;
}
.TagClassName
{
border-color: #820D56;
}
</style>