Shades of Eggplant #810954
Tints of Eggplant #810954
RGB
CMYK
RGB Variations
Color information
#810954 (or 0x810954) is known color: Eggplant. HEX triplet: 81, 09 and 54. RGB value is (129,9,84). Sum of RGB (Red+Green+Blue) = 129+9+84=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #810954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810954 is #7EF6AB. Grayscale: #353535. Windows color (decimal): -8320684 or 5507457. OLE color: 5507457.
HSL color Cylindrical-coordinate representation of color #810954: hue angle of 322.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810954 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 84 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.49 |
| HSL | 322.5º | 0.87% | 0.27% | - |
| HSV(B) | 322.5º | 0.93% | 0.51% | - |
| XYZ | 10.75 | 5.5 | 8.88 | - |
| YUV | 53.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 84 | 0 | 0.93 | 0.35 | 0.49 | 322.5 | 0.87 | 0.27 |
| Hex | 81 | 9 | 54 | 0 | 5D | 23 | 31 | 142 | 57 | 1B |
| Octal | 201 | 11 | 124 | 0 | 135 | 43 | 61 | 502 | 127 | 33 |
| Binary | 10000001 | 1001 | 1010100 | 0 | 1011101 | 100011 | 110001 | 101000010 | 1010111 | 11011 |
Color Harmonies of #810954
Complementary color
Monochromatic Colors of #810954
Black with #810954
Text Example
Text Example
White with #810954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810954; }
p { color: rgb(129,9,84); }
H1.HeaderClassName
{
color: #810954;
}
.AnyTagClassName
{
color: #810954;
}
</style>
background-color css
<style>
a { background-color: #810954; }
a { background-color: rgb(129,9,84); }
div.DivClassName
{
background-color: #810954;
}
.BgClassName
{
background-color: #810954;
}
</style>
border-color css
<style>
span { border-color: #810954; }
span { border-color: rgb(129,9,84); }
td.TdClassName
{
border-color: #810954;
}
.TagClassName
{
border-color: #810954;
}
</style>