Shades of Dark Magenta #9D139F
Tints of Dark Magenta #9D139F
RGB
CMYK
RGB Variations
Color information
#9D139F (or 0x9D139F) is known color: Dark Magenta. HEX triplet: 9D, 13 and 9F. RGB value is (157,19,159). Sum of RGB (Red+Green+Blue) = 157+19+159=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D139F is #62EC60. Grayscale: #4B4B4B. Windows color (decimal): -6483041 or 10425245. OLE color: 10425245.
HSL color Cylindrical-coordinate representation of color #9D139F: hue angle of 299.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D139F is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 159 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.38 |
| HSL | 299.14º | 0.79% | 0.35% | - |
| HSV(B) | 299.14º | 0.88% | 0.62% | - |
| XYZ | 20.4 | 10.14 | 33.68 | - |
| YUV | 76.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 159 | 0.01 | 0.88 | 0 | 0.38 | 299.14 | 0.79 | 0.35 |
| Hex | 9D | 13 | 9F | 1 | 58 | 0 | 26 | 12B | 4F | 23 |
| Octal | 235 | 23 | 237 | 1 | 130 | 0 | 46 | 453 | 117 | 43 |
| Binary | 10011101 | 10011 | 10011111 | 1 | 1011000 | 0 | 100110 | 100101011 | 1001111 | 100011 |
Color Harmonies of #9D139F
Complementary color
Monochromatic Colors of #9D139F
Black with #9D139F
Text Example
Text Example
White with #9D139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D139F; }
p { color: rgb(157,19,159); }
H1.HeaderClassName
{
color: #9D139F;
}
.AnyTagClassName
{
color: #9D139F;
}
</style>
background-color css
<style>
a { background-color: #9D139F; }
a { background-color: rgb(157,19,159); }
div.DivClassName
{
background-color: #9D139F;
}
.BgClassName
{
background-color: #9D139F;
}
</style>
border-color css
<style>
span { border-color: #9D139F; }
span { border-color: rgb(157,19,159); }
td.TdClassName
{
border-color: #9D139F;
}
.TagClassName
{
border-color: #9D139F;
}
</style>