Shades of Eggplant #820864
Tints of Eggplant #820864
RGB
CMYK
RGB Variations
Color information
#820864 (or 0x820864) is known color: Eggplant. HEX triplet: 82, 08 and 64. RGB value is (130,8,100). Sum of RGB (Red+Green+Blue) = 130+8+100=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #820864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820864 is #7DF79B. Grayscale: #363636. Windows color (decimal): -8255388 or 6555778. OLE color: 6555778.
HSL color Cylindrical-coordinate representation of color #820864: hue angle of 314.75º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820864 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 100 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.49 |
| HSL | 314.75º | 0.88% | 0.27% | - |
| HSV(B) | 314.75º | 0.94% | 0.51% | - |
| XYZ | 11.59 | 5.84 | 12.57 | - |
| YUV | 54.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 100 | 0 | 0.94 | 0.23 | 0.49 | 314.75 | 0.88 | 0.27 |
| Hex | 82 | 8 | 64 | 0 | 5E | 17 | 31 | 13B | 58 | 1B |
| Octal | 202 | 10 | 144 | 0 | 136 | 27 | 61 | 473 | 130 | 33 |
| Binary | 10000010 | 1000 | 1100100 | 0 | 1011110 | 10111 | 110001 | 100111011 | 1011000 | 11011 |
Color Harmonies of #820864
Complementary color
Monochromatic Colors of #820864
Black with #820864
Text Example
Text Example
White with #820864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820864; }
p { color: rgb(130,8,100); }
H1.HeaderClassName
{
color: #820864;
}
.AnyTagClassName
{
color: #820864;
}
</style>
background-color css
<style>
a { background-color: #820864; }
a { background-color: rgb(130,8,100); }
div.DivClassName
{
background-color: #820864;
}
.BgClassName
{
background-color: #820864;
}
</style>
border-color css
<style>
span { border-color: #820864; }
span { border-color: rgb(130,8,100); }
td.TdClassName
{
border-color: #820864;
}
.TagClassName
{
border-color: #820864;
}
</style>