Shades of Dark Magenta #810999
Tints of Dark Magenta #810999
RGB
CMYK
RGB Variations
Color information
#810999 (or 0x810999) is known color: Dark Magenta. HEX triplet: 81, 09 and 99. RGB value is (129,9,153). Sum of RGB (Red+Green+Blue) = 129+9+153=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #810999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810999 is #7EF666. Grayscale: #3C3C3C. Windows color (decimal): -8320615 or 10029441. OLE color: 10029441.
HSL color Cylindrical-coordinate representation of color #810999: hue angle of 290º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810999 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 9 | 153 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.4 |
| HSL | 290º | 0.89% | 0.32% | - |
| HSV(B) | 290º | 0.94% | 0.6% | - |
| XYZ | 14.9 | 7.16 | 30.73 | - |
| YUV | 61.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 153 | 0.16 | 0.94 | 0 | 0.4 | 290 | 0.89 | 0.32 |
| Hex | 81 | 9 | 99 | 10 | 5E | 0 | 28 | 122 | 59 | 20 |
| Octal | 201 | 11 | 231 | 20 | 136 | 0 | 50 | 442 | 131 | 40 |
| Binary | 10000001 | 1001 | 10011001 | 10000 | 1011110 | 0 | 101000 | 100100010 | 1011001 | 100000 |
Color Harmonies of #810999
Complementary color
Monochromatic Colors of #810999
Black with #810999
Text Example
Text Example
White with #810999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810999; }
p { color: rgb(129,9,153); }
H1.HeaderClassName
{
color: #810999;
}
.AnyTagClassName
{
color: #810999;
}
</style>
background-color css
<style>
a { background-color: #810999; }
a { background-color: rgb(129,9,153); }
div.DivClassName
{
background-color: #810999;
}
.BgClassName
{
background-color: #810999;
}
</style>
border-color css
<style>
span { border-color: #810999; }
span { border-color: rgb(129,9,153); }
td.TdClassName
{
border-color: #810999;
}
.TagClassName
{
border-color: #810999;
}
</style>