Shades of Dark Magenta #811991
Tints of Dark Magenta #811991
RGB
CMYK
RGB Variations
Color information
#811991 (or 0x811991) is known color: Dark Magenta. HEX triplet: 81, 19 and 91. RGB value is (129,25,145). Sum of RGB (Red+Green+Blue) = 129+25+145=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #811991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811991 is #7EE66E. Grayscale: #454545. Windows color (decimal): -8316527 or 9509249. OLE color: 9509249.
HSL color Cylindrical-coordinate representation of color #811991: hue angle of 292º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811991 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 25 | 145 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.43 |
| HSL | 292º | 0.71% | 0.33% | - |
| HSV(B) | 292º | 0.83% | 0.57% | - |
| XYZ | 14.51 | 7.41 | 27.45 | - |
| YUV | 69.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 145 | 0.11 | 0.83 | 0 | 0.43 | 292 | 0.71 | 0.33 |
| Hex | 81 | 19 | 91 | B | 53 | 0 | 2B | 124 | 47 | 21 |
| Octal | 201 | 31 | 221 | 13 | 123 | 0 | 53 | 444 | 107 | 41 |
| Binary | 10000001 | 11001 | 10010001 | 1011 | 1010011 | 0 | 101011 | 100100100 | 1000111 | 100001 |
Color Harmonies of #811991
Complementary color
Monochromatic Colors of #811991
Black with #811991
Text Example
Text Example
White with #811991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811991; }
p { color: rgb(129,25,145); }
H1.HeaderClassName
{
color: #811991;
}
.AnyTagClassName
{
color: #811991;
}
</style>
background-color css
<style>
a { background-color: #811991; }
a { background-color: rgb(129,25,145); }
div.DivClassName
{
background-color: #811991;
}
.BgClassName
{
background-color: #811991;
}
</style>
border-color css
<style>
span { border-color: #811991; }
span { border-color: rgb(129,25,145); }
td.TdClassName
{
border-color: #811991;
}
.TagClassName
{
border-color: #811991;
}
</style>