Shades of Eggplant #820A5E
Tints of Eggplant #820A5E
RGB
CMYK
RGB Variations
Color information
#820A5E (or 0x820A5E) is known color: Eggplant. HEX triplet: 82, 0A and 5E. RGB value is (130,10,94). Sum of RGB (Red+Green+Blue) = 130+10+94=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #820A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A5E is #7DF5A1. Grayscale: #373737. Windows color (decimal): -8254882 or 6163074. OLE color: 6163074.
HSL color Cylindrical-coordinate representation of color #820A5E: hue angle of 318º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A5E is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 94 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.49 |
| HSL | 318º | 0.86% | 0.27% | - |
| HSV(B) | 318º | 0.92% | 0.51% | - |
| XYZ | 11.33 | 5.77 | 11.11 | - |
| YUV | 55.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 94 | 0 | 0.92 | 0.28 | 0.49 | 318 | 0.86 | 0.27 |
| Hex | 82 | A | 5E | 0 | 5C | 1C | 31 | 13E | 56 | 1B |
| Octal | 202 | 12 | 136 | 0 | 134 | 34 | 61 | 476 | 126 | 33 |
| Binary | 10000010 | 1010 | 1011110 | 0 | 1011100 | 11100 | 110001 | 100111110 | 1010110 | 11011 |
Color Harmonies of #820A5E
Complementary color
Monochromatic Colors of #820A5E
Black with #820A5E
Text Example
Text Example
White with #820A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A5E; }
p { color: rgb(130,10,94); }
H1.HeaderClassName
{
color: #820A5E;
}
.AnyTagClassName
{
color: #820A5E;
}
</style>
background-color css
<style>
a { background-color: #820A5E; }
a { background-color: rgb(130,10,94); }
div.DivClassName
{
background-color: #820A5E;
}
.BgClassName
{
background-color: #820A5E;
}
</style>
border-color css
<style>
span { border-color: #820A5E; }
span { border-color: rgb(130,10,94); }
td.TdClassName
{
border-color: #820A5E;
}
.TagClassName
{
border-color: #820A5E;
}
</style>