Shades of Dark Magenta #981993
Tints of Dark Magenta #981993
RGB
CMYK
RGB Variations
Color information
#981993 (or 0x981993) is known color: Dark Magenta. HEX triplet: 98, 19 and 93. RGB value is (152,25,147). Sum of RGB (Red+Green+Blue) = 152+25+147=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #981993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981993 is #67E66C. Grayscale: #4C4C4C. Windows color (decimal): -6809197 or 9640344. OLE color: 9640344.
HSL color Cylindrical-coordinate representation of color #981993: hue angle of 302.36º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981993 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 25 | 147 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.40 |
| HSL | 302.36º | 0.72% | 0.35% | - |
| HSV(B) | 302.36º | 0.84% | 0.6% | - |
| XYZ | 18.56 | 9.48 | 28.45 | - |
| YUV | 76.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 25 | 147 | 0 | 0.84 | 0.03 | 0.40 | 302.36 | 0.72 | 0.35 |
| Hex | 98 | 19 | 93 | 0 | 54 | 3 | 28 | 12E | 48 | 23 |
| Octal | 230 | 31 | 223 | 0 | 124 | 3 | 50 | 456 | 110 | 43 |
| Binary | 10011000 | 11001 | 10010011 | 0 | 1010100 | 11 | 101000 | 100101110 | 1001000 | 100011 |
Color Harmonies of #981993
Complementary color
Monochromatic Colors of #981993
Black with #981993
Text Example
Text Example
White with #981993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981993; }
p { color: rgb(152,25,147); }
H1.HeaderClassName
{
color: #981993;
}
.AnyTagClassName
{
color: #981993;
}
</style>
background-color css
<style>
a { background-color: #981993; }
a { background-color: rgb(152,25,147); }
div.DivClassName
{
background-color: #981993;
}
.BgClassName
{
background-color: #981993;
}
</style>
border-color css
<style>
span { border-color: #981993; }
span { border-color: rgb(152,25,147); }
td.TdClassName
{
border-color: #981993;
}
.TagClassName
{
border-color: #981993;
}
</style>