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