Shades of Dark Magenta #981390
Tints of Dark Magenta #981390
RGB
CMYK
RGB Variations
Color information
#981390 (or 0x981390) is known color: Dark Magenta. HEX triplet: 98, 13 and 90. RGB value is (152,19,144). Sum of RGB (Red+Green+Blue) = 152+19+144=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #981390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981390 is #67EC6F. Grayscale: #484848. Windows color (decimal): -6810736 or 9442200. OLE color: 9442200.
HSL color Cylindrical-coordinate representation of color #981390: hue angle of 303.61º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981390 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 144 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.40 |
| HSL | 303.61º | 0.78% | 0.34% | - |
| HSV(B) | 303.61º | 0.88% | 0.6% | - |
| XYZ | 18.22 | 9.15 | 27.19 | - |
| YUV | 73.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 144 | 0 | 0.87 | 0.05 | 0.40 | 303.61 | 0.78 | 0.34 |
| Hex | 98 | 13 | 90 | 0 | 57 | 5 | 28 | 130 | 4E | 22 |
| Octal | 230 | 23 | 220 | 0 | 127 | 5 | 50 | 460 | 116 | 42 |
| Binary | 10011000 | 10011 | 10010000 | 0 | 1010111 | 101 | 101000 | 100110000 | 1001110 | 100010 |
Color Harmonies of #981390
Complementary color
Monochromatic Colors of #981390
Black with #981390
Text Example
Text Example
White with #981390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981390; }
p { color: rgb(152,19,144); }
H1.HeaderClassName
{
color: #981390;
}
.AnyTagClassName
{
color: #981390;
}
</style>
background-color css
<style>
a { background-color: #981390; }
a { background-color: rgb(152,19,144); }
div.DivClassName
{
background-color: #981390;
}
.BgClassName
{
background-color: #981390;
}
</style>
border-color css
<style>
span { border-color: #981390; }
span { border-color: rgb(152,19,144); }
td.TdClassName
{
border-color: #981390;
}
.TagClassName
{
border-color: #981390;
}
</style>