Shades of Dark Magenta #81129B
Tints of Dark Magenta #81129B
RGB
CMYK
RGB Variations
Color information
#81129B (or 0x81129B) is known color: Dark Magenta. HEX triplet: 81, 12 and 9B. RGB value is (129,18,155). Sum of RGB (Red+Green+Blue) = 129+18+155=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #81129B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81129B is #7EED64. Grayscale: #424242. Windows color (decimal): -8318309 or 10162817. OLE color: 10162817.
HSL color Cylindrical-coordinate representation of color #81129B: hue angle of 288.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81129B is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 18 | 155 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.39 |
| HSL | 288.61º | 0.79% | 0.34% | - |
| HSV(B) | 288.61º | 0.88% | 0.61% | - |
| XYZ | 15.19 | 7.47 | 31.65 | - |
| YUV | 66.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 155 | 0.17 | 0.88 | 0 | 0.39 | 288.61 | 0.79 | 0.34 |
| Hex | 81 | 12 | 9B | 11 | 58 | 0 | 27 | 121 | 4F | 22 |
| Octal | 201 | 22 | 233 | 21 | 130 | 0 | 47 | 441 | 117 | 42 |
| Binary | 10000001 | 10010 | 10011011 | 10001 | 1011000 | 0 | 100111 | 100100001 | 1001111 | 100010 |
Color Harmonies of #81129B
Complementary color
Monochromatic Colors of #81129B
Black with #81129B
Text Example
Text Example
White with #81129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81129B; }
p { color: rgb(129,18,155); }
H1.HeaderClassName
{
color: #81129B;
}
.AnyTagClassName
{
color: #81129B;
}
</style>
background-color css
<style>
a { background-color: #81129B; }
a { background-color: rgb(129,18,155); }
div.DivClassName
{
background-color: #81129B;
}
.BgClassName
{
background-color: #81129B;
}
</style>
border-color css
<style>
span { border-color: #81129B; }
span { border-color: rgb(129,18,155); }
td.TdClassName
{
border-color: #81129B;
}
.TagClassName
{
border-color: #81129B;
}
</style>