Shades of Dark Magenta #841799
Tints of Dark Magenta #841799
RGB
CMYK
RGB Variations
Color information
#841799 (or 0x841799) is known color: Dark Magenta. HEX triplet: 84, 17 and 99. RGB value is (132,23,153). Sum of RGB (Red+Green+Blue) = 132+23+153=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #841799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841799 is #7BE866. Grayscale: #464646. Windows color (decimal): -8120423 or 10033028. OLE color: 10033028.
HSL color Cylindrical-coordinate representation of color #841799: hue angle of 290.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841799 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 23 | 153 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.4 |
| HSL | 290.31º | 0.74% | 0.35% | - |
| HSV(B) | 290.31º | 0.85% | 0.6% | - |
| XYZ | 15.57 | 7.82 | 30.83 | - |
| YUV | 70.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 153 | 0.14 | 0.85 | 0 | 0.4 | 290.31 | 0.74 | 0.35 |
| Hex | 84 | 17 | 99 | E | 55 | 0 | 28 | 122 | 4A | 23 |
| Octal | 204 | 27 | 231 | 16 | 125 | 0 | 50 | 442 | 112 | 43 |
| Binary | 10000100 | 10111 | 10011001 | 1110 | 1010101 | 0 | 101000 | 100100010 | 1001010 | 100011 |
Color Harmonies of #841799
Complementary color
Monochromatic Colors of #841799
Black with #841799
Text Example
Text Example
White with #841799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841799; }
p { color: rgb(132,23,153); }
H1.HeaderClassName
{
color: #841799;
}
.AnyTagClassName
{
color: #841799;
}
</style>
background-color css
<style>
a { background-color: #841799; }
a { background-color: rgb(132,23,153); }
div.DivClassName
{
background-color: #841799;
}
.BgClassName
{
background-color: #841799;
}
</style>
border-color css
<style>
span { border-color: #841799; }
span { border-color: rgb(132,23,153); }
td.TdClassName
{
border-color: #841799;
}
.TagClassName
{
border-color: #841799;
}
</style>