Shades of Eggplant #810C63
Tints of Eggplant #810C63
RGB
CMYK
RGB Variations
Color information
#810C63 (or 0x810C63) is known color: Eggplant. HEX triplet: 81, 0C and 63. RGB value is (129,12,99). Sum of RGB (Red+Green+Blue) = 129+12+99=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #810C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C63 is #7EF39C. Grayscale: #383838. Windows color (decimal): -8319901 or 6491265. OLE color: 6491265.
HSL color Cylindrical-coordinate representation of color #810C63: hue angle of 315.38º 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 #810C63 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 99 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.49 |
| HSL | 315.38º | 0.83% | 0.28% | - |
| HSV(B) | 315.38º | 0.91% | 0.51% | - |
| XYZ | 11.44 | 5.83 | 12.33 | - |
| YUV | 56.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 99 | 0 | 0.91 | 0.23 | 0.49 | 315.38 | 0.83 | 0.28 |
| Hex | 81 | C | 63 | 0 | 5B | 17 | 31 | 13B | 53 | 1C |
| Octal | 201 | 14 | 143 | 0 | 133 | 27 | 61 | 473 | 123 | 34 |
| Binary | 10000001 | 1100 | 1100011 | 0 | 1011011 | 10111 | 110001 | 100111011 | 1010011 | 11100 |
Color Harmonies of #810C63
Complementary color
Monochromatic Colors of #810C63
Black with #810C63
Text Example
Text Example
White with #810C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C63; }
p { color: rgb(129,12,99); }
H1.HeaderClassName
{
color: #810C63;
}
.AnyTagClassName
{
color: #810C63;
}
</style>
background-color css
<style>
a { background-color: #810C63; }
a { background-color: rgb(129,12,99); }
div.DivClassName
{
background-color: #810C63;
}
.BgClassName
{
background-color: #810C63;
}
</style>
border-color css
<style>
span { border-color: #810C63; }
span { border-color: rgb(129,12,99); }
td.TdClassName
{
border-color: #810C63;
}
.TagClassName
{
border-color: #810C63;
}
</style>