Shades of Dark Magenta #981087
Tints of Dark Magenta #981087
RGB
CMYK
RGB Variations
Color information
#981087 (or 0x981087) is known color: Dark Magenta. HEX triplet: 98, 10 and 87. RGB value is (152,16,135). Sum of RGB (Red+Green+Blue) = 152+16+135=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #981087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981087 is #67EF78. Grayscale: #454545. Windows color (decimal): -6811513 or 8851608. OLE color: 8851608.
HSL color Cylindrical-coordinate representation of color #981087: hue angle of 307.5º 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 #981087 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 135 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.40 |
| HSL | 307.5º | 0.81% | 0.33% | - |
| HSV(B) | 307.5º | 0.89% | 0.6% | - |
| XYZ | 17.51 | 8.8 | 23.7 | - |
| YUV | 70.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 135 | 0 | 0.89 | 0.11 | 0.40 | 307.5 | 0.81 | 0.33 |
| Hex | 98 | 10 | 87 | 0 | 59 | B | 28 | 134 | 51 | 21 |
| Octal | 230 | 20 | 207 | 0 | 131 | 13 | 50 | 464 | 121 | 41 |
| Binary | 10011000 | 10000 | 10000111 | 0 | 1011001 | 1011 | 101000 | 100110100 | 1010001 | 100001 |
Color Harmonies of #981087
Complementary color
Monochromatic Colors of #981087
Black with #981087
Text Example
Text Example
White with #981087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981087; }
p { color: rgb(152,16,135); }
H1.HeaderClassName
{
color: #981087;
}
.AnyTagClassName
{
color: #981087;
}
</style>
background-color css
<style>
a { background-color: #981087; }
a { background-color: rgb(152,16,135); }
div.DivClassName
{
background-color: #981087;
}
.BgClassName
{
background-color: #981087;
}
</style>
border-color css
<style>
span { border-color: #981087; }
span { border-color: rgb(152,16,135); }
td.TdClassName
{
border-color: #981087;
}
.TagClassName
{
border-color: #981087;
}
</style>