Shades of Dark Magenta #9D039F
Tints of Dark Magenta #9D039F
RGB
CMYK
RGB Variations
Color information
#9D039F (or 0x9D039F) is known color: Dark Magenta. HEX triplet: 9D, 03 and 9F. RGB value is (157,3,159). Sum of RGB (Red+Green+Blue) = 157+3+159=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D039F is #62FC60. Grayscale: #424242. Windows color (decimal): -6487137 or 10421149. OLE color: 10421149.
HSL color Cylindrical-coordinate representation of color #9D039F: hue angle of 299.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D039F is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 159 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.38 |
| HSL | 299.23º | 0.96% | 0.32% | - |
| HSV(B) | 299.23º | 0.98% | 0.62% | - |
| XYZ | 20.2 | 9.74 | 33.62 | - |
| YUV | 66.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 159 | 0.01 | 0.98 | 0 | 0.38 | 299.23 | 0.96 | 0.32 |
| Hex | 9D | 3 | 9F | 1 | 62 | 0 | 26 | 12B | 60 | 20 |
| Octal | 235 | 3 | 237 | 1 | 142 | 0 | 46 | 453 | 140 | 40 |
| Binary | 10011101 | 11 | 10011111 | 1 | 1100010 | 0 | 100110 | 100101011 | 1100000 | 100000 |
Color Harmonies of #9D039F
Complementary color
Monochromatic Colors of #9D039F
Black with #9D039F
Text Example
Text Example
White with #9D039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D039F; }
p { color: rgb(157,3,159); }
H1.HeaderClassName
{
color: #9D039F;
}
.AnyTagClassName
{
color: #9D039F;
}
</style>
background-color css
<style>
a { background-color: #9D039F; }
a { background-color: rgb(157,3,159); }
div.DivClassName
{
background-color: #9D039F;
}
.BgClassName
{
background-color: #9D039F;
}
</style>
border-color css
<style>
span { border-color: #9D039F; }
span { border-color: rgb(157,3,159); }
td.TdClassName
{
border-color: #9D039F;
}
.TagClassName
{
border-color: #9D039F;
}
</style>