Shades of Dark Magenta #9D0085
Tints of Dark Magenta #9D0085
RGB
CMYK
RGB Variations
Color information
#9D0085 (or 0x9D0085) is known color: Dark Magenta. HEX triplet: 9D, 00 and 85. RGB value is (157,0,133). Sum of RGB (Red+Green+Blue) = 157+0+133=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0085 is #62FF7A. Grayscale: #3D3D3D. Windows color (decimal): -6487931 or 8716445. OLE color: 8716445.
HSL color Cylindrical-coordinate representation of color #9D0085: hue angle of 309.17º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0085 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.15 | 0.38 |
| HSL | 309.17º | 1% | 0.31% | - |
| HSV(B) | 309.17º | 1% | 0.62% | - |
| XYZ | 18.14 | 8.86 | 22.94 | - |
| YUV | 62.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 133 | 0 | 1 | 0.15 | 0.38 | 309.17 | 1 | 0.31 |
| Hex | 9D | 0 | 85 | 0 | 64 | F | 26 | 135 | 64 | 1F |
| Octal | 235 | 0 | 205 | 0 | 144 | 17 | 46 | 465 | 144 | 37 |
| Binary | 10011101 | 0 | 10000101 | 0 | 1100100 | 1111 | 100110 | 100110101 | 1100100 | 11111 |
Color Harmonies of #9D0085
Complementary color
Monochromatic Colors of #9D0085
Black with #9D0085
Text Example
Text Example
White with #9D0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0085; }
p { color: rgb(157,0,133); }
H1.HeaderClassName
{
color: #9D0085;
}
.AnyTagClassName
{
color: #9D0085;
}
</style>
background-color css
<style>
a { background-color: #9D0085; }
a { background-color: rgb(157,0,133); }
div.DivClassName
{
background-color: #9D0085;
}
.BgClassName
{
background-color: #9D0085;
}
</style>
border-color css
<style>
span { border-color: #9D0085; }
span { border-color: rgb(157,0,133); }
td.TdClassName
{
border-color: #9D0085;
}
.TagClassName
{
border-color: #9D0085;
}
</style>