Shades of Dark Magenta #9904A3
Tints of Dark Magenta #9904A3
RGB
CMYK
RGB Variations
Color information
#9904A3 (or 0x9904A3) is known color: Dark Magenta. HEX triplet: 99, 04 and A3. RGB value is (153,4,163). Sum of RGB (Red+Green+Blue) = 153+4+163=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #9904A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9904A3 is #66FB5C. Grayscale: #424242. Windows color (decimal): -6749021 or 10683545. OLE color: 10683545.
HSL color Cylindrical-coordinate representation of color #9904A3: hue angle of 296.23º degrees, saturation: 0.95, 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 #9904A3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 4 | 163 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.36 |
| HSL | 296.23º | 0.95% | 0.33% | - |
| HSV(B) | 296.23º | 0.98% | 0.64% | - |
| XYZ | 19.79 | 9.5 | 35.44 | - |
| YUV | 66.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 163 | 0.06 | 0.98 | 0 | 0.36 | 296.23 | 0.95 | 0.33 |
| Hex | 99 | 4 | A3 | 6 | 62 | 0 | 24 | 128 | 5F | 21 |
| Octal | 231 | 4 | 243 | 6 | 142 | 0 | 44 | 450 | 137 | 41 |
| Binary | 10011001 | 100 | 10100011 | 110 | 1100010 | 0 | 100100 | 100101000 | 1011111 | 100001 |
Color Harmonies of #9904A3
Complementary color
Monochromatic Colors of #9904A3
Black with #9904A3
Text Example
Text Example
White with #9904A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9904A3; }
p { color: rgb(153,4,163); }
H1.HeaderClassName
{
color: #9904A3;
}
.AnyTagClassName
{
color: #9904A3;
}
</style>
background-color css
<style>
a { background-color: #9904A3; }
a { background-color: rgb(153,4,163); }
div.DivClassName
{
background-color: #9904A3;
}
.BgClassName
{
background-color: #9904A3;
}
</style>
border-color css
<style>
span { border-color: #9904A3; }
span { border-color: rgb(153,4,163); }
td.TdClassName
{
border-color: #9904A3;
}
.TagClassName
{
border-color: #9904A3;
}
</style>