Shades of Dark Magenta #9D038C
Tints of Dark Magenta #9D038C
RGB
CMYK
RGB Variations
Color information
#9D038C (or 0x9D038C) is known color: Dark Magenta. HEX triplet: 9D, 03 and 8C. RGB value is (157,3,140). Sum of RGB (Red+Green+Blue) = 157+3+140=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D038C is #62FC73. Grayscale: #404040. Windows color (decimal): -6487156 or 9175965. OLE color: 9175965.
HSL color Cylindrical-coordinate representation of color #9D038C: hue angle of 306.62º 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 #9D038C is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.38 |
| HSL | 306.62º | 0.96% | 0.31% | - |
| HSV(B) | 306.62º | 0.98% | 0.62% | - |
| XYZ | 18.67 | 9.13 | 25.59 | - |
| YUV | 64.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 140 | 0 | 0.98 | 0.11 | 0.38 | 306.62 | 0.96 | 0.31 |
| Hex | 9D | 3 | 8C | 0 | 62 | B | 26 | 133 | 60 | 1F |
| Octal | 235 | 3 | 214 | 0 | 142 | 13 | 46 | 463 | 140 | 37 |
| Binary | 10011101 | 11 | 10001100 | 0 | 1100010 | 1011 | 100110 | 100110011 | 1100000 | 11111 |
Color Harmonies of #9D038C
Complementary color
Monochromatic Colors of #9D038C
Black with #9D038C
Text Example
Text Example
White with #9D038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D038C; }
p { color: rgb(157,3,140); }
H1.HeaderClassName
{
color: #9D038C;
}
.AnyTagClassName
{
color: #9D038C;
}
</style>
background-color css
<style>
a { background-color: #9D038C; }
a { background-color: rgb(157,3,140); }
div.DivClassName
{
background-color: #9D038C;
}
.BgClassName
{
background-color: #9D038C;
}
</style>
border-color css
<style>
span { border-color: #9D038C; }
span { border-color: rgb(157,3,140); }
td.TdClassName
{
border-color: #9D038C;
}
.TagClassName
{
border-color: #9D038C;
}
</style>