Shades of Dark Magenta #9D0484
Tints of Dark Magenta #9D0484
RGB
CMYK
RGB Variations
Color information
#9D0484 (or 0x9D0484) is known color: Dark Magenta. HEX triplet: 9D, 04 and 84. RGB value is (157,4,132). Sum of RGB (Red+Green+Blue) = 157+4+132=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0484 is #62FB7B. Grayscale: #3F3F3F. Windows color (decimal): -6486908 or 8651933. OLE color: 8651933.
HSL color Cylindrical-coordinate representation of color #9D0484: hue angle of 309.8º degrees, saturation: 0.95, 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 #9D0484 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 4 | 132 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.38 |
| HSL | 309.8º | 0.95% | 0.32% | - |
| HSV(B) | 309.8º | 0.97% | 0.62% | - |
| XYZ | 18.11 | 8.92 | 22.6 | - |
| YUV | 64.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 4 | 132 | 0 | 0.97 | 0.16 | 0.38 | 309.8 | 0.95 | 0.32 |
| Hex | 9D | 4 | 84 | 0 | 61 | 10 | 26 | 136 | 5F | 20 |
| Octal | 235 | 4 | 204 | 0 | 141 | 20 | 46 | 466 | 137 | 40 |
| Binary | 10011101 | 100 | 10000100 | 0 | 1100001 | 10000 | 100110 | 100110110 | 1011111 | 100000 |
Color Harmonies of #9D0484
Complementary color
Monochromatic Colors of #9D0484
Black with #9D0484
Text Example
Text Example
White with #9D0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0484; }
p { color: rgb(157,4,132); }
H1.HeaderClassName
{
color: #9D0484;
}
.AnyTagClassName
{
color: #9D0484;
}
</style>
background-color css
<style>
a { background-color: #9D0484; }
a { background-color: rgb(157,4,132); }
div.DivClassName
{
background-color: #9D0484;
}
.BgClassName
{
background-color: #9D0484;
}
</style>
border-color css
<style>
span { border-color: #9D0484; }
span { border-color: rgb(157,4,132); }
td.TdClassName
{
border-color: #9D0484;
}
.TagClassName
{
border-color: #9D0484;
}
</style>