Shades of Dark Magenta #81059F
Tints of Dark Magenta #81059F
RGB
CMYK
RGB Variations
Color information
#81059F (or 0x81059F) is known color: Dark Magenta. HEX triplet: 81, 05 and 9F. RGB value is (129,5,159). Sum of RGB (Red+Green+Blue) = 129+5+159=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #81059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81059F is #7EFA60. Grayscale: #3B3B3B. Windows color (decimal): -8321633 or 10421633. OLE color: 10421633.
HSL color Cylindrical-coordinate representation of color #81059F: hue angle of 288.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81059F is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 5 | 159 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.38 |
| HSL | 288.31º | 0.94% | 0.32% | - |
| HSV(B) | 288.31º | 0.97% | 0.62% | - |
| XYZ | 15.37 | 7.28 | 33.4 | - |
| YUV | 59.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 159 | 0.19 | 0.97 | 0 | 0.38 | 288.31 | 0.94 | 0.32 |
| Hex | 81 | 5 | 9F | 13 | 61 | 0 | 26 | 120 | 5E | 20 |
| Octal | 201 | 5 | 237 | 23 | 141 | 0 | 46 | 440 | 136 | 40 |
| Binary | 10000001 | 101 | 10011111 | 10011 | 1100001 | 0 | 100110 | 100100000 | 1011110 | 100000 |
Color Harmonies of #81059F
Complementary color
Monochromatic Colors of #81059F
Black with #81059F
Text Example
Text Example
White with #81059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81059F; }
p { color: rgb(129,5,159); }
H1.HeaderClassName
{
color: #81059F;
}
.AnyTagClassName
{
color: #81059F;
}
</style>
background-color css
<style>
a { background-color: #81059F; }
a { background-color: rgb(129,5,159); }
div.DivClassName
{
background-color: #81059F;
}
.BgClassName
{
background-color: #81059F;
}
</style>
border-color css
<style>
span { border-color: #81059F; }
span { border-color: rgb(129,5,159); }
td.TdClassName
{
border-color: #81059F;
}
.TagClassName
{
border-color: #81059F;
}
</style>