Shades of Dark Magenta #81119F
Tints of Dark Magenta #81119F
RGB
CMYK
RGB Variations
Color information
#81119F (or 0x81119F) is known color: Dark Magenta. HEX triplet: 81, 11 and 9F. RGB value is (129,17,159). Sum of RGB (Red+Green+Blue) = 129+17+159=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #81119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81119F is #7EEE60. Grayscale: #424242. Windows color (decimal): -8318561 or 10424705. OLE color: 10424705.
HSL color Cylindrical-coordinate representation of color #81119F: hue angle of 287.32º degrees, saturation: 0.81, 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 #81119F is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 17 | 159 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.38 |
| HSL | 287.32º | 0.81% | 0.35% | - |
| HSV(B) | 287.32º | 0.89% | 0.62% | - |
| XYZ | 15.51 | 7.57 | 33.44 | - |
| YUV | 66.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 159 | 0.19 | 0.89 | 0 | 0.38 | 287.32 | 0.81 | 0.35 |
| Hex | 81 | 11 | 9F | 13 | 59 | 0 | 26 | 11F | 51 | 23 |
| Octal | 201 | 21 | 237 | 23 | 131 | 0 | 46 | 437 | 121 | 43 |
| Binary | 10000001 | 10001 | 10011111 | 10011 | 1011001 | 0 | 100110 | 100011111 | 1010001 | 100011 |
Color Harmonies of #81119F
Complementary color
Monochromatic Colors of #81119F
Black with #81119F
Text Example
Text Example
White with #81119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81119F; }
p { color: rgb(129,17,159); }
H1.HeaderClassName
{
color: #81119F;
}
.AnyTagClassName
{
color: #81119F;
}
</style>
background-color css
<style>
a { background-color: #81119F; }
a { background-color: rgb(129,17,159); }
div.DivClassName
{
background-color: #81119F;
}
.BgClassName
{
background-color: #81119F;
}
</style>
border-color css
<style>
span { border-color: #81119F; }
span { border-color: rgb(129,17,159); }
td.TdClassName
{
border-color: #81119F;
}
.TagClassName
{
border-color: #81119F;
}
</style>