Shades of Eggplant #820D65
Tints of Eggplant #820D65
RGB
CMYK
RGB Variations
Color information
#820D65 (or 0x820D65) is known color: Eggplant. HEX triplet: 82, 0D and 65. RGB value is (130,13,101). Sum of RGB (Red+Green+Blue) = 130+13+101=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #820D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D65 is #7DF29A. Grayscale: #393939. Windows color (decimal): -8254107 or 6622594. OLE color: 6622594.
HSL color Cylindrical-coordinate representation of color #820D65: hue angle of 314.87º 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 #820D65 is Cyan = 0, Magento = 0.9, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 101 | - |
| CMYK | 0 | 0.9 | 0.22 | 0.49 |
| HSL | 314.87º | 0.82% | 0.28% | - |
| HSV(B) | 314.87º | 0.9% | 0.51% | - |
| XYZ | 11.7 | 5.97 | 12.85 | - |
| YUV | 58.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 101 | 0 | 0.9 | 0.22 | 0.49 | 314.87 | 0.82 | 0.28 |
| Hex | 82 | D | 65 | 0 | 5A | 16 | 31 | 13B | 52 | 1C |
| Octal | 202 | 15 | 145 | 0 | 132 | 26 | 61 | 473 | 122 | 34 |
| Binary | 10000010 | 1101 | 1100101 | 0 | 1011010 | 10110 | 110001 | 100111011 | 1010010 | 11100 |
Color Harmonies of #820D65
Complementary color
Monochromatic Colors of #820D65
Black with #820D65
Text Example
Text Example
White with #820D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D65; }
p { color: rgb(130,13,101); }
H1.HeaderClassName
{
color: #820D65;
}
.AnyTagClassName
{
color: #820D65;
}
</style>
background-color css
<style>
a { background-color: #820D65; }
a { background-color: rgb(130,13,101); }
div.DivClassName
{
background-color: #820D65;
}
.BgClassName
{
background-color: #820D65;
}
</style>
border-color css
<style>
span { border-color: #820D65; }
span { border-color: rgb(130,13,101); }
td.TdClassName
{
border-color: #820D65;
}
.TagClassName
{
border-color: #820D65;
}
</style>