Shades of Dark Magenta #841098
Tints of Dark Magenta #841098
RGB
CMYK
RGB Variations
Color information
#841098 (or 0x841098) is known color: Dark Magenta. HEX triplet: 84, 10 and 98. RGB value is (132,16,152). Sum of RGB (Red+Green+Blue) = 132+16+152=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #841098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841098 is #7BEF67. Grayscale: #414141. Windows color (decimal): -8122216 or 9965700. OLE color: 9965700.
HSL color Cylindrical-coordinate representation of color #841098: hue angle of 291.18º degrees, saturation: 0.81, 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 #841098 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 16 | 152 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.40 |
| HSL | 291.18º | 0.81% | 0.33% | - |
| HSV(B) | 291.18º | 0.89% | 0.6% | - |
| XYZ | 15.37 | 7.54 | 30.35 | - |
| YUV | 66.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 152 | 0.13 | 0.89 | 0 | 0.40 | 291.18 | 0.81 | 0.33 |
| Hex | 84 | 10 | 98 | D | 59 | 0 | 28 | 123 | 51 | 21 |
| Octal | 204 | 20 | 230 | 15 | 131 | 0 | 50 | 443 | 121 | 41 |
| Binary | 10000100 | 10000 | 10011000 | 1101 | 1011001 | 0 | 101000 | 100100011 | 1010001 | 100001 |
Color Harmonies of #841098
Complementary color
Monochromatic Colors of #841098
Black with #841098
Text Example
Text Example
White with #841098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841098; }
p { color: rgb(132,16,152); }
H1.HeaderClassName
{
color: #841098;
}
.AnyTagClassName
{
color: #841098;
}
</style>
background-color css
<style>
a { background-color: #841098; }
a { background-color: rgb(132,16,152); }
div.DivClassName
{
background-color: #841098;
}
.BgClassName
{
background-color: #841098;
}
</style>
border-color css
<style>
span { border-color: #841098; }
span { border-color: rgb(132,16,152); }
td.TdClassName
{
border-color: #841098;
}
.TagClassName
{
border-color: #841098;
}
</style>