Shades of Dark Magenta #981C94
Tints of Dark Magenta #981C94
RGB
CMYK
RGB Variations
Color information
#981C94 (or 0x981C94) is known color: Dark Magenta. HEX triplet: 98, 1C and 94. RGB value is (152,28,148). Sum of RGB (Red+Green+Blue) = 152+28+148=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #981C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C94 is #67E36B. Grayscale: #4E4E4E. Windows color (decimal): -6808428 or 9706648. OLE color: 9706648.
HSL color Cylindrical-coordinate representation of color #981C94: hue angle of 301.94º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C94 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 28 | 148 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.40 |
| HSL | 301.94º | 0.69% | 0.35% | - |
| HSV(B) | 301.94º | 0.82% | 0.6% | - |
| XYZ | 18.71 | 9.64 | 28.89 | - |
| YUV | 78.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 28 | 148 | 0 | 0.82 | 0.03 | 0.40 | 301.94 | 0.69 | 0.35 |
| Hex | 98 | 1C | 94 | 0 | 52 | 3 | 28 | 12E | 45 | 23 |
| Octal | 230 | 34 | 224 | 0 | 122 | 3 | 50 | 456 | 105 | 43 |
| Binary | 10011000 | 11100 | 10010100 | 0 | 1010010 | 11 | 101000 | 100101110 | 1000101 | 100011 |
Color Harmonies of #981C94
Complementary color
Monochromatic Colors of #981C94
Black with #981C94
Text Example
Text Example
White with #981C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981C94; }
p { color: rgb(152,28,148); }
H1.HeaderClassName
{
color: #981C94;
}
.AnyTagClassName
{
color: #981C94;
}
</style>
background-color css
<style>
a { background-color: #981C94; }
a { background-color: rgb(152,28,148); }
div.DivClassName
{
background-color: #981C94;
}
.BgClassName
{
background-color: #981C94;
}
</style>
border-color css
<style>
span { border-color: #981C94; }
span { border-color: rgb(152,28,148); }
td.TdClassName
{
border-color: #981C94;
}
.TagClassName
{
border-color: #981C94;
}
</style>