Shades of Dark Magenta #841996
Tints of Dark Magenta #841996
RGB
CMYK
RGB Variations
Color information
#841996 (or 0x841996) is known color: Dark Magenta. HEX triplet: 84, 19 and 96. RGB value is (132,25,150). Sum of RGB (Red+Green+Blue) = 132+25+150=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #841996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841996 is #7BE669. Grayscale: #464646. Windows color (decimal): -8119914 or 9836932. OLE color: 9836932.
HSL color Cylindrical-coordinate representation of color #841996: hue angle of 291.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841996 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 25 | 150 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.41 |
| HSL | 291.36º | 0.71% | 0.34% | - |
| HSV(B) | 291.36º | 0.83% | 0.59% | - |
| XYZ | 15.37 | 7.8 | 29.55 | - |
| YUV | 71.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 150 | 0.12 | 0.83 | 0 | 0.41 | 291.36 | 0.71 | 0.34 |
| Hex | 84 | 19 | 96 | C | 53 | 0 | 29 | 123 | 47 | 22 |
| Octal | 204 | 31 | 226 | 14 | 123 | 0 | 51 | 443 | 107 | 42 |
| Binary | 10000100 | 11001 | 10010110 | 1100 | 1010011 | 0 | 101001 | 100100011 | 1000111 | 100010 |
Color Harmonies of #841996
Complementary color
Monochromatic Colors of #841996
Black with #841996
Text Example
Text Example
White with #841996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841996; }
p { color: rgb(132,25,150); }
H1.HeaderClassName
{
color: #841996;
}
.AnyTagClassName
{
color: #841996;
}
</style>
background-color css
<style>
a { background-color: #841996; }
a { background-color: rgb(132,25,150); }
div.DivClassName
{
background-color: #841996;
}
.BgClassName
{
background-color: #841996;
}
</style>
border-color css
<style>
span { border-color: #841996; }
span { border-color: rgb(132,25,150); }
td.TdClassName
{
border-color: #841996;
}
.TagClassName
{
border-color: #841996;
}
</style>