Shades of Dark Magenta #841397
Tints of Dark Magenta #841397
RGB
CMYK
RGB Variations
Color information
#841397 (or 0x841397) is known color: Dark Magenta. HEX triplet: 84, 13 and 97. RGB value is (132,19,151). Sum of RGB (Red+Green+Blue) = 132+19+151=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #841397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841397 is #7BEC68. Grayscale: #434343. Windows color (decimal): -8121449 or 9900932. OLE color: 9900932.
HSL color Cylindrical-coordinate representation of color #841397: hue angle of 291.36º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841397 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 19 | 151 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.41 |
| HSL | 291.36º | 0.78% | 0.33% | - |
| HSV(B) | 291.36º | 0.87% | 0.59% | - |
| XYZ | 15.33 | 7.61 | 29.94 | - |
| YUV | 67.84 | 174.94 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 151 | 0.13 | 0.87 | 0 | 0.41 | 291.36 | 0.78 | 0.33 |
| Hex | 84 | 13 | 97 | D | 57 | 0 | 29 | 123 | 4E | 21 |
| Octal | 204 | 23 | 227 | 15 | 127 | 0 | 51 | 443 | 116 | 41 |
| Binary | 10000100 | 10011 | 10010111 | 1101 | 1010111 | 0 | 101001 | 100100011 | 1001110 | 100001 |
Color Harmonies of #841397
Complementary color
Monochromatic Colors of #841397
Black with #841397
Text Example
Text Example
White with #841397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841397; }
p { color: rgb(132,19,151); }
H1.HeaderClassName
{
color: #841397;
}
.AnyTagClassName
{
color: #841397;
}
</style>
background-color css
<style>
a { background-color: #841397; }
a { background-color: rgb(132,19,151); }
div.DivClassName
{
background-color: #841397;
}
.BgClassName
{
background-color: #841397;
}
</style>
border-color css
<style>
span { border-color: #841397; }
span { border-color: rgb(132,19,151); }
td.TdClassName
{
border-color: #841397;
}
.TagClassName
{
border-color: #841397;
}
</style>