Shades of Dark Magenta #981593
Tints of Dark Magenta #981593
RGB
CMYK
RGB Variations
Color information
#981593 (or 0x981593) is known color: Dark Magenta. HEX triplet: 98, 15 and 93. RGB value is (152,21,147). Sum of RGB (Red+Green+Blue) = 152+21+147=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 152 - color contains mainly: red. Hex color #981593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981593 is #67EA6C. Grayscale: #4A4A4A. Windows color (decimal): -6810221 or 9639320. OLE color: 9639320.
HSL color Cylindrical-coordinate representation of color #981593: hue angle of 302.29º degrees, saturation: 0.76, 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 #981593 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 147 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.40 |
| HSL | 302.29º | 0.76% | 0.34% | - |
| HSV(B) | 302.29º | 0.86% | 0.6% | - |
| XYZ | 18.48 | 9.32 | 28.43 | - |
| YUV | 74.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 147 | 0 | 0.86 | 0.03 | 0.40 | 302.29 | 0.76 | 0.34 |
| Hex | 98 | 15 | 93 | 0 | 56 | 3 | 28 | 12E | 4C | 22 |
| Octal | 230 | 25 | 223 | 0 | 126 | 3 | 50 | 456 | 114 | 42 |
| Binary | 10011000 | 10101 | 10010011 | 0 | 1010110 | 11 | 101000 | 100101110 | 1001100 | 100010 |
Color Harmonies of #981593
Complementary color
Monochromatic Colors of #981593
Black with #981593
Text Example
Text Example
White with #981593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981593; }
p { color: rgb(152,21,147); }
H1.HeaderClassName
{
color: #981593;
}
.AnyTagClassName
{
color: #981593;
}
</style>
background-color css
<style>
a { background-color: #981593; }
a { background-color: rgb(152,21,147); }
div.DivClassName
{
background-color: #981593;
}
.BgClassName
{
background-color: #981593;
}
</style>
border-color css
<style>
span { border-color: #981593; }
span { border-color: rgb(152,21,147); }
td.TdClassName
{
border-color: #981593;
}
.TagClassName
{
border-color: #981593;
}
</style>