Shades of Dark Magenta #841198
Tints of Dark Magenta #841198
RGB
CMYK
RGB Variations
Color information
#841198 (or 0x841198) is known color: Dark Magenta. HEX triplet: 84, 11 and 98. RGB value is (132,17,152). Sum of RGB (Red+Green+Blue) = 132+17+152=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #841198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841198 is #7BEE67. Grayscale: #424242. Windows color (decimal): -8121960 or 9965956. OLE color: 9965956.
HSL color Cylindrical-coordinate representation of color #841198: hue angle of 291.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841198 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 17 | 152 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.40 |
| HSL | 291.11º | 0.8% | 0.33% | - |
| HSV(B) | 291.11º | 0.89% | 0.6% | - |
| XYZ | 15.38 | 7.57 | 30.36 | - |
| YUV | 66.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 152 | 0.13 | 0.89 | 0 | 0.40 | 291.11 | 0.8 | 0.33 |
| Hex | 84 | 11 | 98 | D | 59 | 0 | 28 | 123 | 50 | 21 |
| Octal | 204 | 21 | 230 | 15 | 131 | 0 | 50 | 443 | 120 | 41 |
| Binary | 10000100 | 10001 | 10011000 | 1101 | 1011001 | 0 | 101000 | 100100011 | 1010000 | 100001 |
Color Harmonies of #841198
Complementary color
Monochromatic Colors of #841198
Black with #841198
Text Example
Text Example
White with #841198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841198; }
p { color: rgb(132,17,152); }
H1.HeaderClassName
{
color: #841198;
}
.AnyTagClassName
{
color: #841198;
}
</style>
background-color css
<style>
a { background-color: #841198; }
a { background-color: rgb(132,17,152); }
div.DivClassName
{
background-color: #841198;
}
.BgClassName
{
background-color: #841198;
}
</style>
border-color css
<style>
span { border-color: #841198; }
span { border-color: rgb(132,17,152); }
td.TdClassName
{
border-color: #841198;
}
.TagClassName
{
border-color: #841198;
}
</style>