Shades of Dark Magenta #9D209F
Tints of Dark Magenta #9D209F
RGB
CMYK
RGB Variations
Color information
#9D209F (or 0x9D209F) is known color: Dark Magenta. HEX triplet: 9D, 20 and 9F. RGB value is (157,32,159). Sum of RGB (Red+Green+Blue) = 157+32+159=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D209F is #62DF60. Grayscale: #535353. Windows color (decimal): -6479713 or 10428573. OLE color: 10428573.
HSL color Cylindrical-coordinate representation of color #9D209F: hue angle of 299.06º degrees, saturation: 0.66, 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 #9D209F is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 159 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.38 |
| HSL | 299.06º | 0.66% | 0.37% | - |
| HSV(B) | 299.06º | 0.8% | 0.62% | - |
| XYZ | 20.68 | 10.7 | 33.78 | - |
| YUV | 83.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 159 | 0.01 | 0.80 | 0 | 0.38 | 299.06 | 0.66 | 0.37 |
| Hex | 9D | 20 | 9F | 1 | 50 | 0 | 26 | 12B | 42 | 25 |
| Octal | 235 | 40 | 237 | 1 | 120 | 0 | 46 | 453 | 102 | 45 |
| Binary | 10011101 | 100000 | 10011111 | 1 | 1010000 | 0 | 100110 | 100101011 | 1000010 | 100101 |
Color Harmonies of #9D209F
Complementary color
Monochromatic Colors of #9D209F
Black with #9D209F
Text Example
Text Example
White with #9D209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D209F; }
p { color: rgb(157,32,159); }
H1.HeaderClassName
{
color: #9D209F;
}
.AnyTagClassName
{
color: #9D209F;
}
</style>
background-color css
<style>
a { background-color: #9D209F; }
a { background-color: rgb(157,32,159); }
div.DivClassName
{
background-color: #9D209F;
}
.BgClassName
{
background-color: #9D209F;
}
</style>
border-color css
<style>
span { border-color: #9D209F; }
span { border-color: rgb(157,32,159); }
td.TdClassName
{
border-color: #9D209F;
}
.TagClassName
{
border-color: #9D209F;
}
</style>