Shades of Dark Magenta #9D1F98
Tints of Dark Magenta #9D1F98
RGB
CMYK
RGB Variations
Color information
#9D1F98 (or 0x9D1F98) is known color: Dark Magenta. HEX triplet: 9D, 1F and 98. RGB value is (157,31,152). Sum of RGB (Red+Green+Blue) = 157+31+152=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1F98 is #62E067. Grayscale: #525252. Windows color (decimal): -6479976 or 9969565. OLE color: 9969565.
HSL color Cylindrical-coordinate representation of color #9D1F98: hue angle of 302.38º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D1F98 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 152 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.38 |
| HSL | 302.38º | 0.67% | 0.37% | - |
| HSV(B) | 302.38º | 0.8% | 0.62% | - |
| XYZ | 20.06 | 10.42 | 30.66 | - |
| YUV | 82.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 152 | 0 | 0.80 | 0.03 | 0.38 | 302.38 | 0.67 | 0.37 |
| Hex | 9D | 1F | 98 | 0 | 50 | 3 | 26 | 12E | 43 | 25 |
| Octal | 235 | 37 | 230 | 0 | 120 | 3 | 46 | 456 | 103 | 45 |
| Binary | 10011101 | 11111 | 10011000 | 0 | 1010000 | 11 | 100110 | 100101110 | 1000011 | 100101 |
Color Harmonies of #9D1F98
Complementary color
Monochromatic Colors of #9D1F98
Black with #9D1F98
Text Example
Text Example
White with #9D1F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F98; }
p { color: rgb(157,31,152); }
H1.HeaderClassName
{
color: #9D1F98;
}
.AnyTagClassName
{
color: #9D1F98;
}
</style>
background-color css
<style>
a { background-color: #9D1F98; }
a { background-color: rgb(157,31,152); }
div.DivClassName
{
background-color: #9D1F98;
}
.BgClassName
{
background-color: #9D1F98;
}
</style>
border-color css
<style>
span { border-color: #9D1F98; }
span { border-color: rgb(157,31,152); }
td.TdClassName
{
border-color: #9D1F98;
}
.TagClassName
{
border-color: #9D1F98;
}
</style>