Shades of Dark Magenta #9903A3
Tints of Dark Magenta #9903A3
RGB
CMYK
RGB Variations
Color information
#9903A3 (or 0x9903A3) is known color: Dark Magenta. HEX triplet: 99, 03 and A3. RGB value is (153,3,163). Sum of RGB (Red+Green+Blue) = 153+3+163=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #9903A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9903A3 is #66FC5C. Grayscale: #414141. Windows color (decimal): -6749277 or 10683289. OLE color: 10683289.
HSL color Cylindrical-coordinate representation of color #9903A3: hue angle of 296.25º 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 #9903A3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 3 | 163 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.36 |
| HSL | 296.25º | 0.96% | 0.33% | - |
| HSV(B) | 296.25º | 0.98% | 0.64% | - |
| XYZ | 19.78 | 9.48 | 35.44 | - |
| YUV | 66.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 163 | 0.06 | 0.98 | 0 | 0.36 | 296.25 | 0.96 | 0.33 |
| Hex | 99 | 3 | A3 | 6 | 62 | 0 | 24 | 128 | 60 | 21 |
| Octal | 231 | 3 | 243 | 6 | 142 | 0 | 44 | 450 | 140 | 41 |
| Binary | 10011001 | 11 | 10100011 | 110 | 1100010 | 0 | 100100 | 100101000 | 1100000 | 100001 |
Color Harmonies of #9903A3
Complementary color
Monochromatic Colors of #9903A3
Black with #9903A3
Text Example
Text Example
White with #9903A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903A3; }
p { color: rgb(153,3,163); }
H1.HeaderClassName
{
color: #9903A3;
}
.AnyTagClassName
{
color: #9903A3;
}
</style>
background-color css
<style>
a { background-color: #9903A3; }
a { background-color: rgb(153,3,163); }
div.DivClassName
{
background-color: #9903A3;
}
.BgClassName
{
background-color: #9903A3;
}
</style>
border-color css
<style>
span { border-color: #9903A3; }
span { border-color: rgb(153,3,163); }
td.TdClassName
{
border-color: #9903A3;
}
.TagClassName
{
border-color: #9903A3;
}
</style>