Shades of Eggplant #810F61
Tints of Eggplant #810F61
RGB
CMYK
RGB Variations
Color information
#810F61 (or 0x810F61) is known color: Eggplant. HEX triplet: 81, 0F and 61. RGB value is (129,15,97). Sum of RGB (Red+Green+Blue) = 129+15+97=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #810F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F61 is #7EF09E. Grayscale: #3A3A3A. Windows color (decimal): -8319135 or 6360961. OLE color: 6360961.
HSL color Cylindrical-coordinate representation of color #810F61: hue angle of 316.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F61 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 97 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.49 |
| HSL | 316.84º | 0.79% | 0.28% | - |
| HSV(B) | 316.84º | 0.88% | 0.51% | - |
| XYZ | 11.38 | 5.87 | 11.84 | - |
| YUV | 58.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 97 | 0 | 0.88 | 0.25 | 0.49 | 316.84 | 0.79 | 0.28 |
| Hex | 81 | F | 61 | 0 | 58 | 19 | 31 | 13D | 4F | 1C |
| Octal | 201 | 17 | 141 | 0 | 130 | 31 | 61 | 475 | 117 | 34 |
| Binary | 10000001 | 1111 | 1100001 | 0 | 1011000 | 11001 | 110001 | 100111101 | 1001111 | 11100 |
Color Harmonies of #810F61
Complementary color
Monochromatic Colors of #810F61
Black with #810F61
Text Example
Text Example
White with #810F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F61; }
p { color: rgb(129,15,97); }
H1.HeaderClassName
{
color: #810F61;
}
.AnyTagClassName
{
color: #810F61;
}
</style>
background-color css
<style>
a { background-color: #810F61; }
a { background-color: rgb(129,15,97); }
div.DivClassName
{
background-color: #810F61;
}
.BgClassName
{
background-color: #810F61;
}
</style>
border-color css
<style>
span { border-color: #810F61; }
span { border-color: rgb(129,15,97); }
td.TdClassName
{
border-color: #810F61;
}
.TagClassName
{
border-color: #810F61;
}
</style>