Shades of Dark Magenta #841089
Tints of Dark Magenta #841089
RGB
CMYK
RGB Variations
Color information
#841089 (or 0x841089) is known color: Dark Magenta. HEX triplet: 84, 10 and 89. RGB value is (132,16,137). Sum of RGB (Red+Green+Blue) = 132+16+137=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #841089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841089 is #7BEF76. Grayscale: #404040. Windows color (decimal): -8122231 or 8982660. OLE color: 8982660.
HSL color Cylindrical-coordinate representation of color #841089: hue angle of 297.52º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841089 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 16 | 137 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.46 |
| HSL | 297.52º | 0.79% | 0.3% | - |
| HSV(B) | 297.52º | 0.88% | 0.54% | - |
| XYZ | 14.22 | 7.08 | 24.28 | - |
| YUV | 64.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 137 | 0.04 | 0.88 | 0 | 0.46 | 297.52 | 0.79 | 0.3 |
| Hex | 84 | 10 | 89 | 4 | 58 | 0 | 2E | 12A | 4F | 1E |
| Octal | 204 | 20 | 211 | 4 | 130 | 0 | 56 | 452 | 117 | 36 |
| Binary | 10000100 | 10000 | 10001001 | 100 | 1011000 | 0 | 101110 | 100101010 | 1001111 | 11110 |
Color Harmonies of #841089
Complementary color
Monochromatic Colors of #841089
Black with #841089
Text Example
Text Example
White with #841089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841089; }
p { color: rgb(132,16,137); }
H1.HeaderClassName
{
color: #841089;
}
.AnyTagClassName
{
color: #841089;
}
</style>
background-color css
<style>
a { background-color: #841089; }
a { background-color: rgb(132,16,137); }
div.DivClassName
{
background-color: #841089;
}
.BgClassName
{
background-color: #841089;
}
</style>
border-color css
<style>
span { border-color: #841089; }
span { border-color: rgb(132,16,137); }
td.TdClassName
{
border-color: #841089;
}
.TagClassName
{
border-color: #841089;
}
</style>