Shades of Eggplant #810C64
Tints of Eggplant #810C64
RGB
CMYK
RGB Variations
Color information
#810C64 (or 0x810C64) is known color: Eggplant. HEX triplet: 81, 0C and 64. RGB value is (129,12,100). Sum of RGB (Red+Green+Blue) = 129+12+100=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #810C64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C64 is #7EF39B. Grayscale: #383838. Windows color (decimal): -8319900 or 6556801. OLE color: 6556801.
HSL color Cylindrical-coordinate representation of color #810C64: hue angle of 314.87º 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 #810C64 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 100 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.49 |
| HSL | 314.87º | 0.83% | 0.28% | - |
| HSV(B) | 314.87º | 0.91% | 0.51% | - |
| XYZ | 11.48 | 5.85 | 12.58 | - |
| YUV | 57.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 100 | 0 | 0.91 | 0.22 | 0.49 | 314.87 | 0.83 | 0.28 |
| Hex | 81 | C | 64 | 0 | 5B | 16 | 31 | 13B | 53 | 1C |
| Octal | 201 | 14 | 144 | 0 | 133 | 26 | 61 | 473 | 123 | 34 |
| Binary | 10000001 | 1100 | 1100100 | 0 | 1011011 | 10110 | 110001 | 100111011 | 1010011 | 11100 |
Color Harmonies of #810C64
Complementary color
Monochromatic Colors of #810C64
Black with #810C64
Text Example
Text Example
White with #810C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C64; }
p { color: rgb(129,12,100); }
H1.HeaderClassName
{
color: #810C64;
}
.AnyTagClassName
{
color: #810C64;
}
</style>
background-color css
<style>
a { background-color: #810C64; }
a { background-color: rgb(129,12,100); }
div.DivClassName
{
background-color: #810C64;
}
.BgClassName
{
background-color: #810C64;
}
</style>
border-color css
<style>
span { border-color: #810C64; }
span { border-color: rgb(129,12,100); }
td.TdClassName
{
border-color: #810C64;
}
.TagClassName
{
border-color: #810C64;
}
</style>