Shades of Eggplant #820D5C
Tints of Eggplant #820D5C
RGB
CMYK
RGB Variations
Color information
#820D5C (or 0x820D5C) is known color: Eggplant. HEX triplet: 82, 0D and 5C. RGB value is (130,13,92). Sum of RGB (Red+Green+Blue) = 130+13+92=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #820D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820D5C is #7DF2A3. Grayscale: #383838. Windows color (decimal): -8254116 or 6032770. OLE color: 6032770.
HSL color Cylindrical-coordinate representation of color #820D5C: hue angle of 319.49º 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 #820D5C is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 13 | 92 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.49 |
| HSL | 319.49º | 0.82% | 0.28% | - |
| HSV(B) | 319.49º | 0.9% | 0.51% | - |
| XYZ | 11.28 | 5.81 | 10.65 | - |
| YUV | 56.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 13 | 92 | 0 | 0.9 | 0.29 | 0.49 | 319.49 | 0.82 | 0.28 |
| Hex | 82 | D | 5C | 0 | 5A | 1D | 31 | 13F | 52 | 1C |
| Octal | 202 | 15 | 134 | 0 | 132 | 35 | 61 | 477 | 122 | 34 |
| Binary | 10000010 | 1101 | 1011100 | 0 | 1011010 | 11101 | 110001 | 100111111 | 1010010 | 11100 |
Color Harmonies of #820D5C
Complementary color
Monochromatic Colors of #820D5C
Black with #820D5C
Text Example
Text Example
White with #820D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820D5C; }
p { color: rgb(130,13,92); }
H1.HeaderClassName
{
color: #820D5C;
}
.AnyTagClassName
{
color: #820D5C;
}
</style>
background-color css
<style>
a { background-color: #820D5C; }
a { background-color: rgb(130,13,92); }
div.DivClassName
{
background-color: #820D5C;
}
.BgClassName
{
background-color: #820D5C;
}
</style>
border-color css
<style>
span { border-color: #820D5C; }
span { border-color: rgb(130,13,92); }
td.TdClassName
{
border-color: #820D5C;
}
.TagClassName
{
border-color: #820D5C;
}
</style>