Shades of Eggplant #820D53
Tints of Eggplant #820D53
RGB
CMYK
RGB Variations
Color information
#820D53 (or 0x820D53) is known color: Eggplant. HEX triplet: 82, 0D and 53. RGB value is (130,13,83). Sum of RGB (Red+Green+Blue) = 130+13+83=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #820D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D53 is #7DF2AC. Grayscale: #373737. Windows color (decimal): -8254125 or 5442946. OLE color: 5442946.
HSL color Cylindrical-coordinate representation of color #820D53: hue angle of 324.1º 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 #820D53 is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 83 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.49 |
| HSL | 324.1º | 0.82% | 0.28% | - |
| HSV(B) | 324.1º | 0.9% | 0.51% | - |
| XYZ | 10.91 | 5.66 | 8.7 | - |
| YUV | 55.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 83 | 0 | 0.9 | 0.36 | 0.49 | 324.1 | 0.82 | 0.28 |
| Hex | 82 | D | 53 | 0 | 5A | 24 | 31 | 144 | 52 | 1C |
| Octal | 202 | 15 | 123 | 0 | 132 | 44 | 61 | 504 | 122 | 34 |
| Binary | 10000010 | 1101 | 1010011 | 0 | 1011010 | 100100 | 110001 | 101000100 | 1010010 | 11100 |
Color Harmonies of #820D53
Complementary color
Monochromatic Colors of #820D53
Black with #820D53
Text Example
Text Example
White with #820D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D53; }
p { color: rgb(130,13,83); }
H1.HeaderClassName
{
color: #820D53;
}
.AnyTagClassName
{
color: #820D53;
}
</style>
background-color css
<style>
a { background-color: #820D53; }
a { background-color: rgb(130,13,83); }
div.DivClassName
{
background-color: #820D53;
}
.BgClassName
{
background-color: #820D53;
}
</style>
border-color css
<style>
span { border-color: #820D53; }
span { border-color: rgb(130,13,83); }
td.TdClassName
{
border-color: #820D53;
}
.TagClassName
{
border-color: #820D53;
}
</style>