Shades of Dark Magenta #981797
Tints of Dark Magenta #981797
RGB
CMYK
RGB Variations
Color information
#981797 (or 0x981797) is known color: Dark Magenta. HEX triplet: 98, 17 and 97. RGB value is (152,23,151). Sum of RGB (Red+Green+Blue) = 152+23+151=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #981797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981797 is #67E868. Grayscale: #4B4B4B. Windows color (decimal): -6809705 or 9901976. OLE color: 9901976.
HSL color Cylindrical-coordinate representation of color #981797: hue angle of 300.47º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981797 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 151 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.40 |
| HSL | 300.47º | 0.74% | 0.34% | - |
| HSV(B) | 300.47º | 0.85% | 0.6% | - |
| XYZ | 18.84 | 9.52 | 30.12 | - |
| YUV | 76.16 | 170.24 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 151 | 0 | 0.85 | 0.01 | 0.40 | 300.47 | 0.74 | 0.34 |
| Hex | 98 | 17 | 97 | 0 | 55 | 1 | 28 | 12C | 4A | 22 |
| Octal | 230 | 27 | 227 | 0 | 125 | 1 | 50 | 454 | 112 | 42 |
| Binary | 10011000 | 10111 | 10010111 | 0 | 1010101 | 1 | 101000 | 100101100 | 1001010 | 100010 |
Color Harmonies of #981797
Complementary color
Monochromatic Colors of #981797
Black with #981797
Text Example
Text Example
White with #981797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981797; }
p { color: rgb(152,23,151); }
H1.HeaderClassName
{
color: #981797;
}
.AnyTagClassName
{
color: #981797;
}
</style>
background-color css
<style>
a { background-color: #981797; }
a { background-color: rgb(152,23,151); }
div.DivClassName
{
background-color: #981797;
}
.BgClassName
{
background-color: #981797;
}
</style>
border-color css
<style>
span { border-color: #981797; }
span { border-color: rgb(152,23,151); }
td.TdClassName
{
border-color: #981797;
}
.TagClassName
{
border-color: #981797;
}
</style>