Shades of Eggplant #810C54
Tints of Eggplant #810C54
RGB
CMYK
RGB Variations
Color information
#810C54 (or 0x810C54) is known color: Eggplant. HEX triplet: 81, 0C and 54. RGB value is (129,12,84). Sum of RGB (Red+Green+Blue) = 129+12+84=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #810C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C54 is #7EF3AB. Grayscale: #373737. Windows color (decimal): -8319916 or 5508225. OLE color: 5508225.
HSL color Cylindrical-coordinate representation of color #810C54: hue angle of 323.08º 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 #810C54 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 12 | 84 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.49 |
| HSL | 323.08º | 0.83% | 0.28% | - |
| HSV(B) | 323.08º | 0.91% | 0.51% | - |
| XYZ | 10.78 | 5.57 | 8.89 | - |
| YUV | 55.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 84 | 0 | 0.91 | 0.35 | 0.49 | 323.08 | 0.83 | 0.28 |
| Hex | 81 | C | 54 | 0 | 5B | 23 | 31 | 143 | 53 | 1C |
| Octal | 201 | 14 | 124 | 0 | 133 | 43 | 61 | 503 | 123 | 34 |
| Binary | 10000001 | 1100 | 1010100 | 0 | 1011011 | 100011 | 110001 | 101000011 | 1010011 | 11100 |
Color Harmonies of #810C54
Complementary color
Monochromatic Colors of #810C54
Black with #810C54
Text Example
Text Example
White with #810C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C54; }
p { color: rgb(129,12,84); }
H1.HeaderClassName
{
color: #810C54;
}
.AnyTagClassName
{
color: #810C54;
}
</style>
background-color css
<style>
a { background-color: #810C54; }
a { background-color: rgb(129,12,84); }
div.DivClassName
{
background-color: #810C54;
}
.BgClassName
{
background-color: #810C54;
}
</style>
border-color css
<style>
span { border-color: #810C54; }
span { border-color: rgb(129,12,84); }
td.TdClassName
{
border-color: #810C54;
}
.TagClassName
{
border-color: #810C54;
}
</style>