Shades of Dark Magenta #981C9F
Tints of Dark Magenta #981C9F
RGB
CMYK
RGB Variations
Color information
#981C9F (or 0x981C9F) is known color: Dark Magenta. HEX triplet: 98, 1C and 9F. RGB value is (152,28,159). Sum of RGB (Red+Green+Blue) = 152+28+159=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #981C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C9F is #67E360. Grayscale: #4F4F4F. Windows color (decimal): -6808417 or 10427544. OLE color: 10427544.
HSL color Cylindrical-coordinate representation of color #981C9F: hue angle of 296.79º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C9F is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 28 | 159 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.38 |
| HSL | 296.79º | 0.7% | 0.37% | - |
| HSV(B) | 296.79º | 0.82% | 0.62% | - |
| XYZ | 19.62 | 10.01 | 33.7 | - |
| YUV | 80.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 159 | 0.04 | 0.82 | 0 | 0.38 | 296.79 | 0.7 | 0.37 |
| Hex | 98 | 1C | 9F | 4 | 52 | 0 | 26 | 129 | 46 | 25 |
| Octal | 230 | 34 | 237 | 4 | 122 | 0 | 46 | 451 | 106 | 45 |
| Binary | 10011000 | 11100 | 10011111 | 100 | 1010010 | 0 | 100110 | 100101001 | 1000110 | 100101 |
Color Harmonies of #981C9F
Complementary color
Monochromatic Colors of #981C9F
Black with #981C9F
Text Example
Text Example
White with #981C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C9F; }
p { color: rgb(152,28,159); }
H1.HeaderClassName
{
color: #981C9F;
}
.AnyTagClassName
{
color: #981C9F;
}
</style>
background-color css
<style>
a { background-color: #981C9F; }
a { background-color: rgb(152,28,159); }
div.DivClassName
{
background-color: #981C9F;
}
.BgClassName
{
background-color: #981C9F;
}
</style>
border-color css
<style>
span { border-color: #981C9F; }
span { border-color: rgb(152,28,159); }
td.TdClassName
{
border-color: #981C9F;
}
.TagClassName
{
border-color: #981C9F;
}
</style>