Shades of Eggplant #820164
Tints of Eggplant #820164
RGB
CMYK
RGB Variations
Color information
#820164 (or 0x820164) is known color: Eggplant. HEX triplet: 82, 01 and 64. RGB value is (130,1,100). Sum of RGB (Red+Green+Blue) = 130+1+100=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #820164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820164 is #7DFE9B. Grayscale: #323232. Windows color (decimal): -8257180 or 6553986. OLE color: 6553986.
HSL color Cylindrical-coordinate representation of color #820164: hue angle of 313.95º 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 #820164 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.49 |
| HSL | 313.95º | 0.98% | 0.26% | - |
| HSV(B) | 313.95º | 0.99% | 0.51% | - |
| XYZ | 11.52 | 5.69 | 12.55 | - |
| YUV | 50.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 100 | 0 | 0.99 | 0.23 | 0.49 | 313.95 | 0.98 | 0.26 |
| Hex | 82 | 1 | 64 | 0 | 63 | 17 | 31 | 13A | 62 | 1A |
| Octal | 202 | 1 | 144 | 0 | 143 | 27 | 61 | 472 | 142 | 32 |
| Binary | 10000010 | 1 | 1100100 | 0 | 1100011 | 10111 | 110001 | 100111010 | 1100010 | 11010 |
Color Harmonies of #820164
Complementary color
Monochromatic Colors of #820164
Black with #820164
Text Example
Text Example
White with #820164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820164; }
p { color: rgb(130,1,100); }
H1.HeaderClassName
{
color: #820164;
}
.AnyTagClassName
{
color: #820164;
}
</style>
background-color css
<style>
a { background-color: #820164; }
a { background-color: rgb(130,1,100); }
div.DivClassName
{
background-color: #820164;
}
.BgClassName
{
background-color: #820164;
}
</style>
border-color css
<style>
span { border-color: #820164; }
span { border-color: rgb(130,1,100); }
td.TdClassName
{
border-color: #820164;
}
.TagClassName
{
border-color: #820164;
}
</style>