Shades of Dark Magenta #981096
Tints of Dark Magenta #981096
RGB
CMYK
RGB Variations
Color information
#981096 (or 0x981096) is known color: Dark Magenta. HEX triplet: 98, 10 and 96. RGB value is (152,16,150). Sum of RGB (Red+Green+Blue) = 152+16+150=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #981096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981096 is #67EF69. Grayscale: #474747. Windows color (decimal): -6811498 or 9834648. OLE color: 9834648.
HSL color Cylindrical-coordinate representation of color #981096: hue angle of 300.88º 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 #981096 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 150 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.40 |
| HSL | 300.88º | 0.81% | 0.33% | - |
| HSV(B) | 300.88º | 0.89% | 0.6% | - |
| XYZ | 18.64 | 9.25 | 29.66 | - |
| YUV | 71.94 | 172.06 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 150 | 0 | 0.89 | 0.01 | 0.40 | 300.88 | 0.81 | 0.33 |
| Hex | 98 | 10 | 96 | 0 | 59 | 1 | 28 | 12D | 51 | 21 |
| Octal | 230 | 20 | 226 | 0 | 131 | 1 | 50 | 455 | 121 | 41 |
| Binary | 10011000 | 10000 | 10010110 | 0 | 1011001 | 1 | 101000 | 100101101 | 1010001 | 100001 |
Color Harmonies of #981096
Complementary color
Monochromatic Colors of #981096
Black with #981096
Text Example
Text Example
White with #981096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981096; }
p { color: rgb(152,16,150); }
H1.HeaderClassName
{
color: #981096;
}
.AnyTagClassName
{
color: #981096;
}
</style>
background-color css
<style>
a { background-color: #981096; }
a { background-color: rgb(152,16,150); }
div.DivClassName
{
background-color: #981096;
}
.BgClassName
{
background-color: #981096;
}
</style>
border-color css
<style>
span { border-color: #981096; }
span { border-color: rgb(152,16,150); }
td.TdClassName
{
border-color: #981096;
}
.TagClassName
{
border-color: #981096;
}
</style>