Shades of Dark Magenta #810391
Tints of Dark Magenta #810391
RGB
CMYK
RGB Variations
Color information
#810391 (or 0x810391) is known color: Dark Magenta. HEX triplet: 81, 03 and 91. RGB value is (129,3,145). Sum of RGB (Red+Green+Blue) = 129+3+145=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #810391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810391 is #7EFC6E. Grayscale: #383838. Windows color (decimal): -8322159 or 9503617. OLE color: 9503617.
HSL color Cylindrical-coordinate representation of color #810391: hue angle of 293.24º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810391 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 3 | 145 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.43 |
| HSL | 293.24º | 0.96% | 0.29% | - |
| HSV(B) | 293.24º | 0.98% | 0.57% | - |
| XYZ | 14.2 | 6.78 | 27.35 | - |
| YUV | 56.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 145 | 0.11 | 0.98 | 0 | 0.43 | 293.24 | 0.96 | 0.29 |
| Hex | 81 | 3 | 91 | B | 62 | 0 | 2B | 125 | 60 | 1D |
| Octal | 201 | 3 | 221 | 13 | 142 | 0 | 53 | 445 | 140 | 35 |
| Binary | 10000001 | 11 | 10010001 | 1011 | 1100010 | 0 | 101011 | 100100101 | 1100000 | 11101 |
Color Harmonies of #810391
Complementary color
Monochromatic Colors of #810391
Black with #810391
Text Example
Text Example
White with #810391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810391; }
p { color: rgb(129,3,145); }
H1.HeaderClassName
{
color: #810391;
}
.AnyTagClassName
{
color: #810391;
}
</style>
background-color css
<style>
a { background-color: #810391; }
a { background-color: rgb(129,3,145); }
div.DivClassName
{
background-color: #810391;
}
.BgClassName
{
background-color: #810391;
}
</style>
border-color css
<style>
span { border-color: #810391; }
span { border-color: rgb(129,3,145); }
td.TdClassName
{
border-color: #810391;
}
.TagClassName
{
border-color: #810391;
}
</style>