Shades of Dark Magenta #81179A
Tints of Dark Magenta #81179A
RGB
CMYK
RGB Variations
Color information
#81179A (or 0x81179A) is known color: Dark Magenta. HEX triplet: 81, 17 and 9A. RGB value is (129,23,154). Sum of RGB (Red+Green+Blue) = 129+23+154=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #81179A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81179A is #7EE865. Grayscale: #454545. Windows color (decimal): -8317030 or 10098561. OLE color: 10098561.
HSL color Cylindrical-coordinate representation of color #81179A: hue angle of 288.55º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81179A is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 23 | 154 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.40 |
| HSL | 288.55º | 0.74% | 0.35% | - |
| HSV(B) | 288.55º | 0.85% | 0.6% | - |
| XYZ | 15.19 | 7.61 | 31.24 | - |
| YUV | 69.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 23 | 154 | 0.16 | 0.85 | 0 | 0.40 | 288.55 | 0.74 | 0.35 |
| Hex | 81 | 17 | 9A | 10 | 55 | 0 | 28 | 121 | 4A | 23 |
| Octal | 201 | 27 | 232 | 20 | 125 | 0 | 50 | 441 | 112 | 43 |
| Binary | 10000001 | 10111 | 10011010 | 10000 | 1010101 | 0 | 101000 | 100100001 | 1001010 | 100011 |
Color Harmonies of #81179A
Complementary color
Monochromatic Colors of #81179A
Black with #81179A
Text Example
Text Example
White with #81179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81179A; }
p { color: rgb(129,23,154); }
H1.HeaderClassName
{
color: #81179A;
}
.AnyTagClassName
{
color: #81179A;
}
</style>
background-color css
<style>
a { background-color: #81179A; }
a { background-color: rgb(129,23,154); }
div.DivClassName
{
background-color: #81179A;
}
.BgClassName
{
background-color: #81179A;
}
</style>
border-color css
<style>
span { border-color: #81179A; }
span { border-color: rgb(129,23,154); }
td.TdClassName
{
border-color: #81179A;
}
.TagClassName
{
border-color: #81179A;
}
</style>