Shades of Dark Magenta #9D0384
Tints of Dark Magenta #9D0384
RGB
CMYK
RGB Variations
Color information
#9D0384 (or 0x9D0384) is known color: Dark Magenta. HEX triplet: 9D, 03 and 84. RGB value is (157,3,132). Sum of RGB (Red+Green+Blue) = 157+3+132=292 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.77% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0384 is #62FC7B. Grayscale: #3F3F3F. Windows color (decimal): -6487164 or 8651677. OLE color: 8651677.
HSL color Cylindrical-coordinate representation of color #9D0384: hue angle of 309.74º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D0384 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.38 |
| HSL | 309.74º | 0.96% | 0.31% | - |
| HSV(B) | 309.74º | 0.98% | 0.62% | - |
| XYZ | 18.1 | 8.9 | 22.59 | - |
| YUV | 63.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 132 | 0 | 0.98 | 0.16 | 0.38 | 309.74 | 0.96 | 0.31 |
| Hex | 9D | 3 | 84 | 0 | 62 | 10 | 26 | 136 | 60 | 1F |
| Octal | 235 | 3 | 204 | 0 | 142 | 20 | 46 | 466 | 140 | 37 |
| Binary | 10011101 | 11 | 10000100 | 0 | 1100010 | 10000 | 100110 | 100110110 | 1100000 | 11111 |
Color Harmonies of #9D0384
Complementary color
Monochromatic Colors of #9D0384
Black with #9D0384
Text Example
Text Example
White with #9D0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0384; }
p { color: rgb(157,3,132); }
H1.HeaderClassName
{
color: #9D0384;
}
.AnyTagClassName
{
color: #9D0384;
}
</style>
background-color css
<style>
a { background-color: #9D0384; }
a { background-color: rgb(157,3,132); }
div.DivClassName
{
background-color: #9D0384;
}
.BgClassName
{
background-color: #9D0384;
}
</style>
border-color css
<style>
span { border-color: #9D0384; }
span { border-color: rgb(157,3,132); }
td.TdClassName
{
border-color: #9D0384;
}
.TagClassName
{
border-color: #9D0384;
}
</style>