Shades of Dark Magenta #9D0585
Tints of Dark Magenta #9D0585
RGB
CMYK
RGB Variations
Color information
#9D0585 (or 0x9D0585) is known color: Dark Magenta. HEX triplet: 9D, 05 and 85. RGB value is (157,5,133). Sum of RGB (Red+Green+Blue) = 157+5+133=295 (39% of max value = 765). Red value is 157 (61.72% from 255 or 53.22% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0585 is #62FA7A. Grayscale: #404040. Windows color (decimal): -6486651 or 8717725. OLE color: 8717725.
HSL color Cylindrical-coordinate representation of color #9D0585: hue angle of 309.47º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0585 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 133 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.38 |
| HSL | 309.47º | 0.94% | 0.32% | - |
| HSV(B) | 309.47º | 0.97% | 0.62% | - |
| XYZ | 18.19 | 8.97 | 22.96 | - |
| YUV | 65.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 133 | 0 | 0.97 | 0.15 | 0.38 | 309.47 | 0.94 | 0.32 |
| Hex | 9D | 5 | 85 | 0 | 61 | F | 26 | 135 | 5E | 20 |
| Octal | 235 | 5 | 205 | 0 | 141 | 17 | 46 | 465 | 136 | 40 |
| Binary | 10011101 | 101 | 10000101 | 0 | 1100001 | 1111 | 100110 | 100110101 | 1011110 | 100000 |
Color Harmonies of #9D0585
Complementary color
Monochromatic Colors of #9D0585
Black with #9D0585
Text Example
Text Example
White with #9D0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0585; }
p { color: rgb(157,5,133); }
H1.HeaderClassName
{
color: #9D0585;
}
.AnyTagClassName
{
color: #9D0585;
}
</style>
background-color css
<style>
a { background-color: #9D0585; }
a { background-color: rgb(157,5,133); }
div.DivClassName
{
background-color: #9D0585;
}
.BgClassName
{
background-color: #9D0585;
}
</style>
border-color css
<style>
span { border-color: #9D0585; }
span { border-color: rgb(157,5,133); }
td.TdClassName
{
border-color: #9D0585;
}
.TagClassName
{
border-color: #9D0585;
}
</style>