Shades of Dark Magenta #841191
Tints of Dark Magenta #841191
RGB
CMYK
RGB Variations
Color information
#841191 (or 0x841191) is known color: Dark Magenta. HEX triplet: 84, 11 and 91. RGB value is (132,17,145). Sum of RGB (Red+Green+Blue) = 132+17+145=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #841191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841191 is #7BEE6E. Grayscale: #414141. Windows color (decimal): -8121967 or 9507204. OLE color: 9507204.
HSL color Cylindrical-coordinate representation of color #841191: hue angle of 293.91º 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 #841191 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 17 | 145 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.43 |
| HSL | 293.91º | 0.79% | 0.32% | - |
| HSV(B) | 293.91º | 0.88% | 0.57% | - |
| XYZ | 14.83 | 7.35 | 27.43 | - |
| YUV | 65.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 145 | 0.09 | 0.88 | 0 | 0.43 | 293.91 | 0.79 | 0.32 |
| Hex | 84 | 11 | 91 | 9 | 58 | 0 | 2B | 126 | 4F | 20 |
| Octal | 204 | 21 | 221 | 11 | 130 | 0 | 53 | 446 | 117 | 40 |
| Binary | 10000100 | 10001 | 10010001 | 1001 | 1011000 | 0 | 101011 | 100100110 | 1001111 | 100000 |
Color Harmonies of #841191
Complementary color
Monochromatic Colors of #841191
Black with #841191
Text Example
Text Example
White with #841191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841191; }
p { color: rgb(132,17,145); }
H1.HeaderClassName
{
color: #841191;
}
.AnyTagClassName
{
color: #841191;
}
</style>
background-color css
<style>
a { background-color: #841191; }
a { background-color: rgb(132,17,145); }
div.DivClassName
{
background-color: #841191;
}
.BgClassName
{
background-color: #841191;
}
</style>
border-color css
<style>
span { border-color: #841191; }
span { border-color: rgb(132,17,145); }
td.TdClassName
{
border-color: #841191;
}
.TagClassName
{
border-color: #841191;
}
</style>