Shades of Dark Magenta #81129E
Tints of Dark Magenta #81129E
RGB
CMYK
RGB Variations
Color information
#81129E (or 0x81129E) is known color: Dark Magenta. HEX triplet: 81, 12 and 9E. RGB value is (129,18,158). Sum of RGB (Red+Green+Blue) = 129+18+158=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #81129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81129E is #7EED61. Grayscale: #424242. Windows color (decimal): -8318306 or 10359425. OLE color: 10359425.
HSL color Cylindrical-coordinate representation of color #81129E: hue angle of 287.57º 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 #81129E is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 18 | 158 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.38 |
| HSL | 287.57º | 0.8% | 0.35% | - |
| HSV(B) | 287.57º | 0.89% | 0.62% | - |
| XYZ | 15.44 | 7.57 | 32.99 | - |
| YUV | 67.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 158 | 0.18 | 0.89 | 0 | 0.38 | 287.57 | 0.8 | 0.35 |
| Hex | 81 | 12 | 9E | 12 | 59 | 0 | 26 | 120 | 50 | 23 |
| Octal | 201 | 22 | 236 | 22 | 131 | 0 | 46 | 440 | 120 | 43 |
| Binary | 10000001 | 10010 | 10011110 | 10010 | 1011001 | 0 | 100110 | 100100000 | 1010000 | 100011 |
Color Harmonies of #81129E
Complementary color
Monochromatic Colors of #81129E
Black with #81129E
Text Example
Text Example
White with #81129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81129E; }
p { color: rgb(129,18,158); }
H1.HeaderClassName
{
color: #81129E;
}
.AnyTagClassName
{
color: #81129E;
}
</style>
background-color css
<style>
a { background-color: #81129E; }
a { background-color: rgb(129,18,158); }
div.DivClassName
{
background-color: #81129E;
}
.BgClassName
{
background-color: #81129E;
}
</style>
border-color css
<style>
span { border-color: #81129E; }
span { border-color: rgb(129,18,158); }
td.TdClassName
{
border-color: #81129E;
}
.TagClassName
{
border-color: #81129E;
}
</style>