Shades of Dark Magenta #81059D
Tints of Dark Magenta #81059D
RGB
CMYK
RGB Variations
Color information
#81059D (or 0x81059D) is known color: Dark Magenta. HEX triplet: 81, 05 and 9D. RGB value is (129,5,157). Sum of RGB (Red+Green+Blue) = 129+5+157=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #81059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81059D is #7EFA62. Grayscale: #3A3A3A. Windows color (decimal): -8321635 or 10290561. OLE color: 10290561.
HSL color Cylindrical-coordinate representation of color #81059D: hue angle of 288.95º 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 #81059D is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 5 | 157 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.38 |
| HSL | 288.95º | 0.94% | 0.32% | - |
| HSV(B) | 288.95º | 0.97% | 0.62% | - |
| XYZ | 15.19 | 7.21 | 32.49 | - |
| YUV | 59.4 | 183.08 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 157 | 0.18 | 0.97 | 0 | 0.38 | 288.95 | 0.94 | 0.32 |
| Hex | 81 | 5 | 9D | 12 | 61 | 0 | 26 | 121 | 5E | 20 |
| Octal | 201 | 5 | 235 | 22 | 141 | 0 | 46 | 441 | 136 | 40 |
| Binary | 10000001 | 101 | 10011101 | 10010 | 1100001 | 0 | 100110 | 100100001 | 1011110 | 100000 |
Color Harmonies of #81059D
Complementary color
Monochromatic Colors of #81059D
Black with #81059D
Text Example
Text Example
White with #81059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81059D; }
p { color: rgb(129,5,157); }
H1.HeaderClassName
{
color: #81059D;
}
.AnyTagClassName
{
color: #81059D;
}
</style>
background-color css
<style>
a { background-color: #81059D; }
a { background-color: rgb(129,5,157); }
div.DivClassName
{
background-color: #81059D;
}
.BgClassName
{
background-color: #81059D;
}
</style>
border-color css
<style>
span { border-color: #81059D; }
span { border-color: rgb(129,5,157); }
td.TdClassName
{
border-color: #81059D;
}
.TagClassName
{
border-color: #81059D;
}
</style>