Shades of Dark Magenta #841698
Tints of Dark Magenta #841698
RGB
CMYK
RGB Variations
Color information
#841698 (or 0x841698) is known color: Dark Magenta. HEX triplet: 84, 16 and 98. RGB value is (132,22,152). Sum of RGB (Red+Green+Blue) = 132+22+152=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #841698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841698 is #7BE967. Grayscale: #454545. Windows color (decimal): -8120680 or 9967236. OLE color: 9967236.
HSL color Cylindrical-coordinate representation of color #841698: hue angle of 290.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841698 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 22 | 152 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.40 |
| HSL | 290.77º | 0.75% | 0.34% | - |
| HSV(B) | 290.77º | 0.86% | 0.6% | - |
| XYZ | 15.47 | 7.75 | 30.39 | - |
| YUV | 69.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 152 | 0.13 | 0.86 | 0 | 0.40 | 290.77 | 0.75 | 0.34 |
| Hex | 84 | 16 | 98 | D | 56 | 0 | 28 | 123 | 4B | 22 |
| Octal | 204 | 26 | 230 | 15 | 126 | 0 | 50 | 443 | 113 | 42 |
| Binary | 10000100 | 10110 | 10011000 | 1101 | 1010110 | 0 | 101000 | 100100011 | 1001011 | 100010 |
Color Harmonies of #841698
Complementary color
Monochromatic Colors of #841698
Black with #841698
Text Example
Text Example
White with #841698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841698; }
p { color: rgb(132,22,152); }
H1.HeaderClassName
{
color: #841698;
}
.AnyTagClassName
{
color: #841698;
}
</style>
background-color css
<style>
a { background-color: #841698; }
a { background-color: rgb(132,22,152); }
div.DivClassName
{
background-color: #841698;
}
.BgClassName
{
background-color: #841698;
}
</style>
border-color css
<style>
span { border-color: #841698; }
span { border-color: rgb(132,22,152); }
td.TdClassName
{
border-color: #841698;
}
.TagClassName
{
border-color: #841698;
}
</style>