Shades of Dark Magenta #81129F
Tints of Dark Magenta #81129F
RGB
CMYK
RGB Variations
Color information
#81129F (or 0x81129F) is known color: Dark Magenta. HEX triplet: 81, 12 and 9F. RGB value is (129,18,159). Sum of RGB (Red+Green+Blue) = 129+18+159=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #81129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81129F is #7EED60. Grayscale: #424242. Windows color (decimal): -8318305 or 10424961. OLE color: 10424961.
HSL color Cylindrical-coordinate representation of color #81129F: hue angle of 287.23º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81129F is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 18 | 159 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.38 |
| HSL | 287.23º | 0.8% | 0.35% | - |
| HSV(B) | 287.23º | 0.89% | 0.62% | - |
| XYZ | 15.53 | 7.6 | 33.45 | - |
| YUV | 67.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 159 | 0.19 | 0.89 | 0 | 0.38 | 287.23 | 0.8 | 0.35 |
| Hex | 81 | 12 | 9F | 13 | 59 | 0 | 26 | 11F | 50 | 23 |
| Octal | 201 | 22 | 237 | 23 | 131 | 0 | 46 | 437 | 120 | 43 |
| Binary | 10000001 | 10010 | 10011111 | 10011 | 1011001 | 0 | 100110 | 100011111 | 1010000 | 100011 |
Color Harmonies of #81129F
Complementary color
Monochromatic Colors of #81129F
Black with #81129F
Text Example
Text Example
White with #81129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81129F; }
p { color: rgb(129,18,159); }
H1.HeaderClassName
{
color: #81129F;
}
.AnyTagClassName
{
color: #81129F;
}
</style>
background-color css
<style>
a { background-color: #81129F; }
a { background-color: rgb(129,18,159); }
div.DivClassName
{
background-color: #81129F;
}
.BgClassName
{
background-color: #81129F;
}
</style>
border-color css
<style>
span { border-color: #81129F; }
span { border-color: rgb(129,18,159); }
td.TdClassName
{
border-color: #81129F;
}
.TagClassName
{
border-color: #81129F;
}
</style>