Shades of Dark Magenta #841087
Tints of Dark Magenta #841087
RGB
CMYK
RGB Variations
Color information
#841087 (or 0x841087) is known color: Dark Magenta. HEX triplet: 84, 10 and 87. RGB value is (132,16,135). Sum of RGB (Red+Green+Blue) = 132+16+135=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #841087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841087 is #7BEF78. Grayscale: #3F3F3F. Windows color (decimal): -8122233 or 8851588. OLE color: 8851588.
HSL color Cylindrical-coordinate representation of color #841087: hue angle of 298.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841087 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 16 | 135 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.47 |
| HSL | 298.49º | 0.79% | 0.3% | - |
| HSV(B) | 298.49º | 0.88% | 0.53% | - |
| XYZ | 14.07 | 7.03 | 23.54 | - |
| YUV | 64.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 135 | 0.02 | 0.88 | 0 | 0.47 | 298.49 | 0.79 | 0.3 |
| Hex | 84 | 10 | 87 | 2 | 58 | 0 | 2F | 12A | 4F | 1E |
| Octal | 204 | 20 | 207 | 2 | 130 | 0 | 57 | 452 | 117 | 36 |
| Binary | 10000100 | 10000 | 10000111 | 10 | 1011000 | 0 | 101111 | 100101010 | 1001111 | 11110 |
Color Harmonies of #841087
Complementary color
Monochromatic Colors of #841087
Black with #841087
Text Example
Text Example
White with #841087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841087; }
p { color: rgb(132,16,135); }
H1.HeaderClassName
{
color: #841087;
}
.AnyTagClassName
{
color: #841087;
}
</style>
background-color css
<style>
a { background-color: #841087; }
a { background-color: rgb(132,16,135); }
div.DivClassName
{
background-color: #841087;
}
.BgClassName
{
background-color: #841087;
}
</style>
border-color css
<style>
span { border-color: #841087; }
span { border-color: rgb(132,16,135); }
td.TdClassName
{
border-color: #841087;
}
.TagClassName
{
border-color: #841087;
}
</style>