Shades of Dark Magenta #9F12AA
Tints of Dark Magenta #9F12AA
RGB
CMYK
RGB Variations
Color information
#9F12AA (or 0x9F12AA) is known color: Dark Magenta. HEX triplet: 9F, 12 and AA. RGB value is (159,18,170). Sum of RGB (Red+Green+Blue) = 159+18+170=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F12AA is #60ED55. Grayscale: #4D4D4D. Windows color (decimal): -6352214 or 11145887. OLE color: 11145887.
HSL color Cylindrical-coordinate representation of color #9F12AA: hue angle of 295.66º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F12AA is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 18 | 170 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.33 |
| HSL | 295.66º | 0.81% | 0.37% | - |
| HSV(B) | 295.66º | 0.89% | 0.67% | - |
| XYZ | 21.77 | 10.71 | 38.95 | - |
| YUV | 77.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 170 | 0.06 | 0.89 | 0 | 0.33 | 295.66 | 0.81 | 0.37 |
| Hex | 9F | 12 | AA | 6 | 59 | 0 | 21 | 128 | 51 | 25 |
| Octal | 237 | 22 | 252 | 6 | 131 | 0 | 41 | 450 | 121 | 45 |
| Binary | 10011111 | 10010 | 10101010 | 110 | 1011001 | 0 | 100001 | 100101000 | 1010001 | 100101 |
Color Harmonies of #9F12AA
Complementary color
Monochromatic Colors of #9F12AA
Black with #9F12AA
Text Example
Text Example
White with #9F12AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F12AA; }
p { color: rgb(159,18,170); }
H1.HeaderClassName
{
color: #9F12AA;
}
.AnyTagClassName
{
color: #9F12AA;
}
</style>
background-color css
<style>
a { background-color: #9F12AA; }
a { background-color: rgb(159,18,170); }
div.DivClassName
{
background-color: #9F12AA;
}
.BgClassName
{
background-color: #9F12AA;
}
</style>
border-color css
<style>
span { border-color: #9F12AA; }
span { border-color: rgb(159,18,170); }
td.TdClassName
{
border-color: #9F12AA;
}
.TagClassName
{
border-color: #9F12AA;
}
</style>