Shades of Eggplant #820C63
Tints of Eggplant #820C63
RGB
CMYK
RGB Variations
Color information
#820C63 (or 0x820C63) is known color: Eggplant. HEX triplet: 82, 0C and 63. RGB value is (130,12,99). Sum of RGB (Red+Green+Blue) = 130+12+99=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #820C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C63 is #7DF39C. Grayscale: #383838. Windows color (decimal): -8254365 or 6491266. OLE color: 6491266.
HSL color Cylindrical-coordinate representation of color #820C63: hue angle of 315.76º 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 #820C63 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 99 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.49 |
| HSL | 315.76º | 0.83% | 0.28% | - |
| HSV(B) | 315.76º | 0.91% | 0.51% | - |
| XYZ | 11.59 | 5.91 | 12.33 | - |
| YUV | 57.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 99 | 0 | 0.91 | 0.24 | 0.49 | 315.76 | 0.83 | 0.28 |
| Hex | 82 | C | 63 | 0 | 5B | 18 | 31 | 13C | 53 | 1C |
| Octal | 202 | 14 | 143 | 0 | 133 | 30 | 61 | 474 | 123 | 34 |
| Binary | 10000010 | 1100 | 1100011 | 0 | 1011011 | 11000 | 110001 | 100111100 | 1010011 | 11100 |
Color Harmonies of #820C63
Complementary color
Monochromatic Colors of #820C63
Black with #820C63
Text Example
Text Example
White with #820C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C63; }
p { color: rgb(130,12,99); }
H1.HeaderClassName
{
color: #820C63;
}
.AnyTagClassName
{
color: #820C63;
}
</style>
background-color css
<style>
a { background-color: #820C63; }
a { background-color: rgb(130,12,99); }
div.DivClassName
{
background-color: #820C63;
}
.BgClassName
{
background-color: #820C63;
}
</style>
border-color css
<style>
span { border-color: #820C63; }
span { border-color: rgb(130,12,99); }
td.TdClassName
{
border-color: #820C63;
}
.TagClassName
{
border-color: #820C63;
}
</style>