Shades of Dark Magenta #9503AC
Tints of Dark Magenta #9503AC
RGB
CMYK
RGB Variations
Color information
#9503AC (or 0x9503AC) is known color: Dark Magenta. HEX triplet: 95, 03 and AC. RGB value is (149,3,172). Sum of RGB (Red+Green+Blue) = 149+3+172=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #9503AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9503AC is #6AFC53. Grayscale: #414141. Windows color (decimal): -7011412 or 11273109. OLE color: 11273109.
HSL color Cylindrical-coordinate representation of color #9503AC: hue angle of 291.83º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9503AC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 3 | 172 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.33 |
| HSL | 291.83º | 0.97% | 0.34% | - |
| HSV(B) | 291.83º | 0.98% | 0.67% | - |
| XYZ | 19.87 | 9.43 | 39.8 | - |
| YUV | 65.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 172 | 0.13 | 0.98 | 0 | 0.33 | 291.83 | 0.97 | 0.34 |
| Hex | 95 | 3 | AC | D | 62 | 0 | 21 | 124 | 61 | 22 |
| Octal | 225 | 3 | 254 | 15 | 142 | 0 | 41 | 444 | 141 | 42 |
| Binary | 10010101 | 11 | 10101100 | 1101 | 1100010 | 0 | 100001 | 100100100 | 1100001 | 100010 |
Color Harmonies of #9503AC
Complementary color
Monochromatic Colors of #9503AC
Black with #9503AC
Text Example
Text Example
White with #9503AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9503AC; }
p { color: rgb(149,3,172); }
H1.HeaderClassName
{
color: #9503AC;
}
.AnyTagClassName
{
color: #9503AC;
}
</style>
background-color css
<style>
a { background-color: #9503AC; }
a { background-color: rgb(149,3,172); }
div.DivClassName
{
background-color: #9503AC;
}
.BgClassName
{
background-color: #9503AC;
}
</style>
border-color css
<style>
span { border-color: #9503AC; }
span { border-color: rgb(149,3,172); }
td.TdClassName
{
border-color: #9503AC;
}
.TagClassName
{
border-color: #9503AC;
}
</style>