Shades of Dark Magenta #841097
Tints of Dark Magenta #841097
RGB
CMYK
RGB Variations
Color information
#841097 (or 0x841097) is known color: Dark Magenta. HEX triplet: 84, 10 and 97. RGB value is (132,16,151). Sum of RGB (Red+Green+Blue) = 132+16+151=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #841097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841097 is #7BEF68. Grayscale: #414141. Windows color (decimal): -8122217 or 9900164. OLE color: 9900164.
HSL color Cylindrical-coordinate representation of color #841097: hue angle of 291.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841097 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 16 | 151 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.41 |
| HSL | 291.56º | 0.81% | 0.33% | - |
| HSV(B) | 291.56º | 0.89% | 0.59% | - |
| XYZ | 15.29 | 7.51 | 29.92 | - |
| YUV | 66.07 | 175.93 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 151 | 0.13 | 0.89 | 0 | 0.41 | 291.56 | 0.81 | 0.33 |
| Hex | 84 | 10 | 97 | D | 59 | 0 | 29 | 124 | 51 | 21 |
| Octal | 204 | 20 | 227 | 15 | 131 | 0 | 51 | 444 | 121 | 41 |
| Binary | 10000100 | 10000 | 10010111 | 1101 | 1011001 | 0 | 101001 | 100100100 | 1010001 | 100001 |
Color Harmonies of #841097
Complementary color
Monochromatic Colors of #841097
Black with #841097
Text Example
Text Example
White with #841097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841097; }
p { color: rgb(132,16,151); }
H1.HeaderClassName
{
color: #841097;
}
.AnyTagClassName
{
color: #841097;
}
</style>
background-color css
<style>
a { background-color: #841097; }
a { background-color: rgb(132,16,151); }
div.DivClassName
{
background-color: #841097;
}
.BgClassName
{
background-color: #841097;
}
</style>
border-color css
<style>
span { border-color: #841097; }
span { border-color: rgb(132,16,151); }
td.TdClassName
{
border-color: #841097;
}
.TagClassName
{
border-color: #841097;
}
</style>