Shades of Eggplant #820C64
Tints of Eggplant #820C64
RGB
CMYK
RGB Variations
Color information
#820C64 (or 0x820C64) is known color: Eggplant. HEX triplet: 82, 0C and 64. RGB value is (130,12,100). Sum of RGB (Red+Green+Blue) = 130+12+100=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #820C64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C64 is #7DF39B. Grayscale: #393939. Windows color (decimal): -8254364 or 6556802. OLE color: 6556802.
HSL color Cylindrical-coordinate representation of color #820C64: hue angle of 315.25º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C64 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 100 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.49 |
| HSL | 315.25º | 0.83% | 0.28% | - |
| HSV(B) | 315.25º | 0.91% | 0.51% | - |
| XYZ | 11.64 | 5.93 | 12.59 | - |
| YUV | 57.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 100 | 0 | 0.91 | 0.23 | 0.49 | 315.25 | 0.83 | 0.28 |
| Hex | 82 | C | 64 | 0 | 5B | 17 | 31 | 13B | 53 | 1C |
| Octal | 202 | 14 | 144 | 0 | 133 | 27 | 61 | 473 | 123 | 34 |
| Binary | 10000010 | 1100 | 1100100 | 0 | 1011011 | 10111 | 110001 | 100111011 | 1010011 | 11100 |
Color Harmonies of #820C64
Complementary color
Monochromatic Colors of #820C64
Black with #820C64
Text Example
Text Example
White with #820C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C64; }
p { color: rgb(130,12,100); }
H1.HeaderClassName
{
color: #820C64;
}
.AnyTagClassName
{
color: #820C64;
}
</style>
background-color css
<style>
a { background-color: #820C64; }
a { background-color: rgb(130,12,100); }
div.DivClassName
{
background-color: #820C64;
}
.BgClassName
{
background-color: #820C64;
}
</style>
border-color css
<style>
span { border-color: #820C64; }
span { border-color: rgb(130,12,100); }
td.TdClassName
{
border-color: #820C64;
}
.TagClassName
{
border-color: #820C64;
}
</style>