Shades of Dark Magenta #9D039C
Tints of Dark Magenta #9D039C
RGB
CMYK
RGB Variations
Color information
#9D039C (or 0x9D039C) is known color: Dark Magenta. HEX triplet: 9D, 03 and 9C. RGB value is (157,3,156). Sum of RGB (Red+Green+Blue) = 157+3+156=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D039C is #62FC63. Grayscale: #424242. Windows color (decimal): -6487140 or 10224541. OLE color: 10224541.
HSL color Cylindrical-coordinate representation of color #9D039C: hue angle of 300.39º 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 #9D039C is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.38 |
| HSL | 300.39º | 0.96% | 0.31% | - |
| HSV(B) | 300.39º | 0.98% | 0.62% | - |
| XYZ | 19.94 | 9.63 | 32.26 | - |
| YUV | 66.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 156 | 0 | 0.98 | 0.01 | 0.38 | 300.39 | 0.96 | 0.31 |
| Hex | 9D | 3 | 9C | 0 | 62 | 1 | 26 | 12C | 60 | 1F |
| Octal | 235 | 3 | 234 | 0 | 142 | 1 | 46 | 454 | 140 | 37 |
| Binary | 10011101 | 11 | 10011100 | 0 | 1100010 | 1 | 100110 | 100101100 | 1100000 | 11111 |
Color Harmonies of #9D039C
Complementary color
Monochromatic Colors of #9D039C
Black with #9D039C
Text Example
Text Example
White with #9D039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D039C; }
p { color: rgb(157,3,156); }
H1.HeaderClassName
{
color: #9D039C;
}
.AnyTagClassName
{
color: #9D039C;
}
</style>
background-color css
<style>
a { background-color: #9D039C; }
a { background-color: rgb(157,3,156); }
div.DivClassName
{
background-color: #9D039C;
}
.BgClassName
{
background-color: #9D039C;
}
</style>
border-color css
<style>
span { border-color: #9D039C; }
span { border-color: rgb(157,3,156); }
td.TdClassName
{
border-color: #9D039C;
}
.TagClassName
{
border-color: #9D039C;
}
</style>