Shades of Dark Magenta #841399
Tints of Dark Magenta #841399
RGB
CMYK
RGB Variations
Color information
#841399 (or 0x841399) is known color: Dark Magenta. HEX triplet: 84, 13 and 99. RGB value is (132,19,153). Sum of RGB (Red+Green+Blue) = 132+19+153=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #841399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841399 is #7BEC66. Grayscale: #434343. Windows color (decimal): -8121447 or 10032004. OLE color: 10032004.
HSL color Cylindrical-coordinate representation of color #841399: hue angle of 290.6º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841399 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 19 | 153 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.4 |
| HSL | 290.6º | 0.78% | 0.34% | - |
| HSV(B) | 290.6º | 0.88% | 0.6% | - |
| XYZ | 15.5 | 7.67 | 30.8 | - |
| YUV | 68.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 153 | 0.14 | 0.88 | 0 | 0.4 | 290.6 | 0.78 | 0.34 |
| Hex | 84 | 13 | 99 | E | 58 | 0 | 28 | 123 | 4E | 22 |
| Octal | 204 | 23 | 231 | 16 | 130 | 0 | 50 | 443 | 116 | 42 |
| Binary | 10000100 | 10011 | 10011001 | 1110 | 1011000 | 0 | 101000 | 100100011 | 1001110 | 100010 |
Color Harmonies of #841399
Complementary color
Monochromatic Colors of #841399
Black with #841399
Text Example
Text Example
White with #841399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841399; }
p { color: rgb(132,19,153); }
H1.HeaderClassName
{
color: #841399;
}
.AnyTagClassName
{
color: #841399;
}
</style>
background-color css
<style>
a { background-color: #841399; }
a { background-color: rgb(132,19,153); }
div.DivClassName
{
background-color: #841399;
}
.BgClassName
{
background-color: #841399;
}
</style>
border-color css
<style>
span { border-color: #841399; }
span { border-color: rgb(132,19,153); }
td.TdClassName
{
border-color: #841399;
}
.TagClassName
{
border-color: #841399;
}
</style>