Shades of Dark Magenta #981691
Tints of Dark Magenta #981691
RGB
CMYK
RGB Variations
Color information
#981691 (or 0x981691) is known color: Dark Magenta. HEX triplet: 98, 16 and 91. RGB value is (152,22,145). Sum of RGB (Red+Green+Blue) = 152+22+145=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #981691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981691 is #67E96E. Grayscale: #4A4A4A. Windows color (decimal): -6809967 or 9508504. OLE color: 9508504.
HSL color Cylindrical-coordinate representation of color #981691: hue angle of 303.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981691 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 22 | 145 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.40 |
| HSL | 303.23º | 0.75% | 0.34% | - |
| HSV(B) | 303.23º | 0.86% | 0.6% | - |
| XYZ | 18.35 | 9.29 | 27.61 | - |
| YUV | 74.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 145 | 0 | 0.86 | 0.05 | 0.40 | 303.23 | 0.75 | 0.34 |
| Hex | 98 | 16 | 91 | 0 | 56 | 5 | 28 | 12F | 4B | 22 |
| Octal | 230 | 26 | 221 | 0 | 126 | 5 | 50 | 457 | 113 | 42 |
| Binary | 10011000 | 10110 | 10010001 | 0 | 1010110 | 101 | 101000 | 100101111 | 1001011 | 100010 |
Color Harmonies of #981691
Complementary color
Monochromatic Colors of #981691
Black with #981691
Text Example
Text Example
White with #981691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981691; }
p { color: rgb(152,22,145); }
H1.HeaderClassName
{
color: #981691;
}
.AnyTagClassName
{
color: #981691;
}
</style>
background-color css
<style>
a { background-color: #981691; }
a { background-color: rgb(152,22,145); }
div.DivClassName
{
background-color: #981691;
}
.BgClassName
{
background-color: #981691;
}
</style>
border-color css
<style>
span { border-color: #981691; }
span { border-color: rgb(152,22,145); }
td.TdClassName
{
border-color: #981691;
}
.TagClassName
{
border-color: #981691;
}
</style>