Shades of Dark Magenta #811192
Tints of Dark Magenta #811192
RGB
CMYK
RGB Variations
Color information
#811192 (or 0x811192) is known color: Dark Magenta. HEX triplet: 81, 11 and 92. RGB value is (129,17,146). Sum of RGB (Red+Green+Blue) = 129+17+146=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #811192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811192 is #7EEE6D. Grayscale: #404040. Windows color (decimal): -8318574 or 9572737. OLE color: 9572737.
HSL color Cylindrical-coordinate representation of color #811192: hue angle of 292.09º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811192 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 17 | 146 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.43 |
| HSL | 292.09º | 0.79% | 0.32% | - |
| HSV(B) | 292.09º | 0.88% | 0.57% | - |
| XYZ | 14.44 | 7.14 | 27.81 | - |
| YUV | 65.19 | 173.61 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 146 | 0.12 | 0.88 | 0 | 0.43 | 292.09 | 0.79 | 0.32 |
| Hex | 81 | 11 | 92 | C | 58 | 0 | 2B | 124 | 4F | 20 |
| Octal | 201 | 21 | 222 | 14 | 130 | 0 | 53 | 444 | 117 | 40 |
| Binary | 10000001 | 10001 | 10010010 | 1100 | 1011000 | 0 | 101011 | 100100100 | 1001111 | 100000 |
Color Harmonies of #811192
Complementary color
Monochromatic Colors of #811192
Black with #811192
Text Example
Text Example
White with #811192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811192; }
p { color: rgb(129,17,146); }
H1.HeaderClassName
{
color: #811192;
}
.AnyTagClassName
{
color: #811192;
}
</style>
background-color css
<style>
a { background-color: #811192; }
a { background-color: rgb(129,17,146); }
div.DivClassName
{
background-color: #811192;
}
.BgClassName
{
background-color: #811192;
}
</style>
border-color css
<style>
span { border-color: #811192; }
span { border-color: rgb(129,17,146); }
td.TdClassName
{
border-color: #811192;
}
.TagClassName
{
border-color: #811192;
}
</style>