Shades of Eggplant #820162
Tints of Eggplant #820162
RGB
CMYK
RGB Variations
Color information
#820162 (or 0x820162) is known color: Eggplant. HEX triplet: 82, 01 and 62. RGB value is (130,1,98). Sum of RGB (Red+Green+Blue) = 130+1+98=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #820162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820162 is #7DFE9D. Grayscale: #323232. Windows color (decimal): -8257182 or 6422914. OLE color: 6422914.
HSL color Cylindrical-coordinate representation of color #820162: hue angle of 314.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820162 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.49 |
| HSL | 314.88º | 0.98% | 0.26% | - |
| HSV(B) | 314.88º | 0.99% | 0.51% | - |
| XYZ | 11.42 | 5.65 | 12.04 | - |
| YUV | 50.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 98 | 0 | 0.99 | 0.25 | 0.49 | 314.88 | 0.98 | 0.26 |
| Hex | 82 | 1 | 62 | 0 | 63 | 19 | 31 | 13B | 62 | 1A |
| Octal | 202 | 1 | 142 | 0 | 143 | 31 | 61 | 473 | 142 | 32 |
| Binary | 10000010 | 1 | 1100010 | 0 | 1100011 | 11001 | 110001 | 100111011 | 1100010 | 11010 |
Color Harmonies of #820162
Complementary color
Monochromatic Colors of #820162
Black with #820162
Text Example
Text Example
White with #820162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820162; }
p { color: rgb(130,1,98); }
H1.HeaderClassName
{
color: #820162;
}
.AnyTagClassName
{
color: #820162;
}
</style>
background-color css
<style>
a { background-color: #820162; }
a { background-color: rgb(130,1,98); }
div.DivClassName
{
background-color: #820162;
}
.BgClassName
{
background-color: #820162;
}
</style>
border-color css
<style>
span { border-color: #820162; }
span { border-color: rgb(130,1,98); }
td.TdClassName
{
border-color: #820162;
}
.TagClassName
{
border-color: #820162;
}
</style>