Shades of Eggplant #810C5A
Tints of Eggplant #810C5A
RGB
CMYK
RGB Variations
Color information
#810C5A (or 0x810C5A) is known color: Eggplant. HEX triplet: 81, 0C and 5A. RGB value is (129,12,90). Sum of RGB (Red+Green+Blue) = 129+12+90=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #810C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C5A is #7EF3A5. Grayscale: #373737. Windows color (decimal): -8319910 or 5901441. OLE color: 5901441.
HSL color Cylindrical-coordinate representation of color #810C5A: hue angle of 320º 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 #810C5A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 90 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.49 |
| HSL | 320º | 0.83% | 0.28% | - |
| HSV(B) | 320º | 0.91% | 0.51% | - |
| XYZ | 11.03 | 5.67 | 10.19 | - |
| YUV | 55.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 90 | 0 | 0.91 | 0.30 | 0.49 | 320 | 0.83 | 0.28 |
| Hex | 81 | C | 5A | 0 | 5B | 1E | 31 | 140 | 53 | 1C |
| Octal | 201 | 14 | 132 | 0 | 133 | 36 | 61 | 500 | 123 | 34 |
| Binary | 10000001 | 1100 | 1011010 | 0 | 1011011 | 11110 | 110001 | 101000000 | 1010011 | 11100 |
Color Harmonies of #810C5A
Complementary color
Monochromatic Colors of #810C5A
Black with #810C5A
Text Example
Text Example
White with #810C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C5A; }
p { color: rgb(129,12,90); }
H1.HeaderClassName
{
color: #810C5A;
}
.AnyTagClassName
{
color: #810C5A;
}
</style>
background-color css
<style>
a { background-color: #810C5A; }
a { background-color: rgb(129,12,90); }
div.DivClassName
{
background-color: #810C5A;
}
.BgClassName
{
background-color: #810C5A;
}
</style>
border-color css
<style>
span { border-color: #810C5A; }
span { border-color: rgb(129,12,90); }
td.TdClassName
{
border-color: #810C5A;
}
.TagClassName
{
border-color: #810C5A;
}
</style>