Shades of Dark Magenta #9D03A4
Tints of Dark Magenta #9D03A4
RGB
CMYK
RGB Variations
Color information
#9D03A4 (or 0x9D03A4) is known color: Dark Magenta. HEX triplet: 9D, 03 and A4. RGB value is (157,3,164). Sum of RGB (Red+Green+Blue) = 157+3+164=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D03A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D03A4 is #62FC5B. Grayscale: #424242. Windows color (decimal): -6487132 or 10748829. OLE color: 10748829.
HSL color Cylindrical-coordinate representation of color #9D03A4: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D03A4 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 3 | 164 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.36 |
| HSL | 297.39º | 0.96% | 0.33% | - |
| HSV(B) | 297.39º | 0.98% | 0.64% | - |
| XYZ | 20.64 | 9.91 | 35.95 | - |
| YUV | 67.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 3 | 164 | 0.04 | 0.98 | 0 | 0.36 | 297.39 | 0.96 | 0.33 |
| Hex | 9D | 3 | A4 | 4 | 62 | 0 | 24 | 129 | 60 | 21 |
| Octal | 235 | 3 | 244 | 4 | 142 | 0 | 44 | 451 | 140 | 41 |
| Binary | 10011101 | 11 | 10100100 | 100 | 1100010 | 0 | 100100 | 100101001 | 1100000 | 100001 |
Color Harmonies of #9D03A4
Complementary color
Monochromatic Colors of #9D03A4
Black with #9D03A4
Text Example
Text Example
White with #9D03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D03A4; }
p { color: rgb(157,3,164); }
H1.HeaderClassName
{
color: #9D03A4;
}
.AnyTagClassName
{
color: #9D03A4;
}
</style>
background-color css
<style>
a { background-color: #9D03A4; }
a { background-color: rgb(157,3,164); }
div.DivClassName
{
background-color: #9D03A4;
}
.BgClassName
{
background-color: #9D03A4;
}
</style>
border-color css
<style>
span { border-color: #9D03A4; }
span { border-color: rgb(157,3,164); }
td.TdClassName
{
border-color: #9D03A4;
}
.TagClassName
{
border-color: #9D03A4;
}
</style>