Shades of Dark Magenta #9F0AAA
Tints of Dark Magenta #9F0AAA
RGB
CMYK
RGB Variations
Color information
#9F0AAA (or 0x9F0AAA) is known color: Dark Magenta. HEX triplet: 9F, 0A and AA. RGB value is (159,10,170). Sum of RGB (Red+Green+Blue) = 159+10+170=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F0AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0AAA is #60F555. Grayscale: #484848. Windows color (decimal): -6354262 or 11143839. OLE color: 11143839.
HSL color Cylindrical-coordinate representation of color #9F0AAA: hue angle of 295.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0AAA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 10 | 170 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.33 |
| HSL | 295.88º | 0.89% | 0.35% | - |
| HSV(B) | 295.88º | 0.94% | 0.67% | - |
| XYZ | 21.66 | 10.49 | 38.91 | - |
| YUV | 72.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 170 | 0.06 | 0.94 | 0 | 0.33 | 295.88 | 0.89 | 0.35 |
| Hex | 9F | A | AA | 6 | 5E | 0 | 21 | 128 | 59 | 23 |
| Octal | 237 | 12 | 252 | 6 | 136 | 0 | 41 | 450 | 131 | 43 |
| Binary | 10011111 | 1010 | 10101010 | 110 | 1011110 | 0 | 100001 | 100101000 | 1011001 | 100011 |
Color Harmonies of #9F0AAA
Complementary color
Monochromatic Colors of #9F0AAA
Black with #9F0AAA
Text Example
Text Example
White with #9F0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0AAA; }
p { color: rgb(159,10,170); }
H1.HeaderClassName
{
color: #9F0AAA;
}
.AnyTagClassName
{
color: #9F0AAA;
}
</style>
background-color css
<style>
a { background-color: #9F0AAA; }
a { background-color: rgb(159,10,170); }
div.DivClassName
{
background-color: #9F0AAA;
}
.BgClassName
{
background-color: #9F0AAA;
}
</style>
border-color css
<style>
span { border-color: #9F0AAA; }
span { border-color: rgb(159,10,170); }
td.TdClassName
{
border-color: #9F0AAA;
}
.TagClassName
{
border-color: #9F0AAA;
}
</style>