Shades of Dark Magenta #810595
Tints of Dark Magenta #810595
RGB
CMYK
RGB Variations
Color information
#810595 (or 0x810595) is known color: Dark Magenta. HEX triplet: 81, 05 and 95. RGB value is (129,5,149). Sum of RGB (Red+Green+Blue) = 129+5+149=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #810595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810595 is #7EFA6A. Grayscale: #3A3A3A. Windows color (decimal): -8321643 or 9766273. OLE color: 9766273.
HSL color Cylindrical-coordinate representation of color #810595: hue angle of 291.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810595 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 5 | 149 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.42 |
| HSL | 291.67º | 0.94% | 0.3% | - |
| HSV(B) | 291.67º | 0.97% | 0.58% | - |
| XYZ | 14.53 | 6.95 | 29.01 | - |
| YUV | 58.49 | 179.08 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 149 | 0.13 | 0.97 | 0 | 0.42 | 291.67 | 0.94 | 0.3 |
| Hex | 81 | 5 | 95 | D | 61 | 0 | 2A | 124 | 5E | 1E |
| Octal | 201 | 5 | 225 | 15 | 141 | 0 | 52 | 444 | 136 | 36 |
| Binary | 10000001 | 101 | 10010101 | 1101 | 1100001 | 0 | 101010 | 100100100 | 1011110 | 11110 |
Color Harmonies of #810595
Complementary color
Monochromatic Colors of #810595
Black with #810595
Text Example
Text Example
White with #810595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810595; }
p { color: rgb(129,5,149); }
H1.HeaderClassName
{
color: #810595;
}
.AnyTagClassName
{
color: #810595;
}
</style>
background-color css
<style>
a { background-color: #810595; }
a { background-color: rgb(129,5,149); }
div.DivClassName
{
background-color: #810595;
}
.BgClassName
{
background-color: #810595;
}
</style>
border-color css
<style>
span { border-color: #810595; }
span { border-color: rgb(129,5,149); }
td.TdClassName
{
border-color: #810595;
}
.TagClassName
{
border-color: #810595;
}
</style>