Shades of Dark Magenta #9F0AAE
Tints of Dark Magenta #9F0AAE
RGB
CMYK
RGB Variations
Color information
#9F0AAE (or 0x9F0AAE) is known color: Dark Magenta. HEX triplet: 9F, 0A and AE. RGB value is (159,10,174). Sum of RGB (Red+Green+Blue) = 159+10+174=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F0AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0AAE is #60F551. Grayscale: #484848. Windows color (decimal): -6354258 or 11405983. OLE color: 11405983.
HSL color Cylindrical-coordinate representation of color #9F0AAE: hue angle of 294.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0AAE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 10 | 174 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.32 |
| HSL | 294.51º | 0.89% | 0.36% | - |
| HSV(B) | 294.51º | 0.94% | 0.68% | - |
| XYZ | 22.05 | 10.64 | 40.94 | - |
| YUV | 73.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 174 | 0.09 | 0.94 | 0 | 0.32 | 294.51 | 0.89 | 0.36 |
| Hex | 9F | A | AE | 9 | 5E | 0 | 20 | 127 | 59 | 24 |
| Octal | 237 | 12 | 256 | 11 | 136 | 0 | 40 | 447 | 131 | 44 |
| Binary | 10011111 | 1010 | 10101110 | 1001 | 1011110 | 0 | 100000 | 100100111 | 1011001 | 100100 |
Color Harmonies of #9F0AAE
Complementary color
Monochromatic Colors of #9F0AAE
Black with #9F0AAE
Text Example
Text Example
White with #9F0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0AAE; }
p { color: rgb(159,10,174); }
H1.HeaderClassName
{
color: #9F0AAE;
}
.AnyTagClassName
{
color: #9F0AAE;
}
</style>
background-color css
<style>
a { background-color: #9F0AAE; }
a { background-color: rgb(159,10,174); }
div.DivClassName
{
background-color: #9F0AAE;
}
.BgClassName
{
background-color: #9F0AAE;
}
</style>
border-color css
<style>
span { border-color: #9F0AAE; }
span { border-color: rgb(159,10,174); }
td.TdClassName
{
border-color: #9F0AAE;
}
.TagClassName
{
border-color: #9F0AAE;
}
</style>