Shades of Dark Magenta #841394
Tints of Dark Magenta #841394
RGB
CMYK
RGB Variations
Color information
#841394 (or 0x841394) is known color: Dark Magenta. HEX triplet: 84, 13 and 94. RGB value is (132,19,148). Sum of RGB (Red+Green+Blue) = 132+19+148=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #841394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841394 is #7BEC6B. Grayscale: #434343. Windows color (decimal): -8121452 or 9704324. OLE color: 9704324.
HSL color Cylindrical-coordinate representation of color #841394: hue angle of 292.56º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841394 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 19 | 148 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.42 |
| HSL | 292.56º | 0.77% | 0.33% | - |
| HSV(B) | 292.56º | 0.87% | 0.58% | - |
| XYZ | 15.09 | 7.51 | 28.67 | - |
| YUV | 67.49 | 173.44 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 148 | 0.11 | 0.87 | 0 | 0.42 | 292.56 | 0.77 | 0.33 |
| Hex | 84 | 13 | 94 | B | 57 | 0 | 2A | 125 | 4D | 21 |
| Octal | 204 | 23 | 224 | 13 | 127 | 0 | 52 | 445 | 115 | 41 |
| Binary | 10000100 | 10011 | 10010100 | 1011 | 1010111 | 0 | 101010 | 100100101 | 1001101 | 100001 |
Color Harmonies of #841394
Complementary color
Monochromatic Colors of #841394
Black with #841394
Text Example
Text Example
White with #841394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841394; }
p { color: rgb(132,19,148); }
H1.HeaderClassName
{
color: #841394;
}
.AnyTagClassName
{
color: #841394;
}
</style>
background-color css
<style>
a { background-color: #841394; }
a { background-color: rgb(132,19,148); }
div.DivClassName
{
background-color: #841394;
}
.BgClassName
{
background-color: #841394;
}
</style>
border-color css
<style>
span { border-color: #841394; }
span { border-color: rgb(132,19,148); }
td.TdClassName
{
border-color: #841394;
}
.TagClassName
{
border-color: #841394;
}
</style>