Shades of Dark Magenta #9F03AA
Tints of Dark Magenta #9F03AA
RGB
CMYK
RGB Variations
Color information
#9F03AA (or 0x9F03AA) is known color: Dark Magenta. HEX triplet: 9F, 03 and AA. RGB value is (159,3,170). Sum of RGB (Red+Green+Blue) = 159+3+170=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F03AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F03AA is #60FC55. Grayscale: #444444. Windows color (decimal): -6356054 or 11142047. OLE color: 11142047.
HSL color Cylindrical-coordinate representation of color #9F03AA: hue angle of 296.05º 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 #9F03AA is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 3 | 170 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.33 |
| HSL | 296.05º | 0.97% | 0.34% | - |
| HSV(B) | 296.05º | 0.98% | 0.67% | - |
| XYZ | 21.59 | 10.34 | 38.89 | - |
| YUV | 68.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 170 | 0.06 | 0.98 | 0 | 0.33 | 296.05 | 0.97 | 0.34 |
| Hex | 9F | 3 | AA | 6 | 62 | 0 | 21 | 128 | 61 | 22 |
| Octal | 237 | 3 | 252 | 6 | 142 | 0 | 41 | 450 | 141 | 42 |
| Binary | 10011111 | 11 | 10101010 | 110 | 1100010 | 0 | 100001 | 100101000 | 1100001 | 100010 |
Color Harmonies of #9F03AA
Complementary color
Monochromatic Colors of #9F03AA
Black with #9F03AA
Text Example
Text Example
White with #9F03AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03AA; }
p { color: rgb(159,3,170); }
H1.HeaderClassName
{
color: #9F03AA;
}
.AnyTagClassName
{
color: #9F03AA;
}
</style>
background-color css
<style>
a { background-color: #9F03AA; }
a { background-color: rgb(159,3,170); }
div.DivClassName
{
background-color: #9F03AA;
}
.BgClassName
{
background-color: #9F03AA;
}
</style>
border-color css
<style>
span { border-color: #9F03AA; }
span { border-color: rgb(159,3,170); }
td.TdClassName
{
border-color: #9F03AA;
}
.TagClassName
{
border-color: #9F03AA;
}
</style>