Shades of Dark Magenta #9F00AA
Tints of Dark Magenta #9F00AA
RGB
CMYK
RGB Variations
Color information
#9F00AA (or 0x9F00AA) is known color: Dark Magenta. HEX triplet: 9F, 00 and AA. RGB value is (159,0,170). Sum of RGB (Red+Green+Blue) = 159+0+170=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F00AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F00AA is #60FF55. Grayscale: #424242. Windows color (decimal): -6356822 or 11141279. OLE color: 11141279.
HSL color Cylindrical-coordinate representation of color #9F00AA: hue angle of 296.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00AA is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 0 | 170 | - |
| CMYK | 0.06 | 1 | 0 | 0.33 |
| HSL | 296.12º | 1% | 0.33% | - |
| HSV(B) | 296.12º | 1% | 0.67% | - |
| XYZ | 21.55 | 10.27 | 38.88 | - |
| YUV | 66.92 | 186.18 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 170 | 0.06 | 1 | 0 | 0.33 | 296.12 | 1 | 0.33 |
| Hex | 9F | 0 | AA | 6 | 64 | 0 | 21 | 128 | 64 | 21 |
| Octal | 237 | 0 | 252 | 6 | 144 | 0 | 41 | 450 | 144 | 41 |
| Binary | 10011111 | 0 | 10101010 | 110 | 1100100 | 0 | 100001 | 100101000 | 1100100 | 100001 |
Color Harmonies of #9F00AA
Complementary color
Monochromatic Colors of #9F00AA
Black with #9F00AA
Text Example
Text Example
White with #9F00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00AA; }
p { color: rgb(159,0,170); }
H1.HeaderClassName
{
color: #9F00AA;
}
.AnyTagClassName
{
color: #9F00AA;
}
</style>
background-color css
<style>
a { background-color: #9F00AA; }
a { background-color: rgb(159,0,170); }
div.DivClassName
{
background-color: #9F00AA;
}
.BgClassName
{
background-color: #9F00AA;
}
</style>
border-color css
<style>
span { border-color: #9F00AA; }
span { border-color: rgb(159,0,170); }
td.TdClassName
{
border-color: #9F00AA;
}
.TagClassName
{
border-color: #9F00AA;
}
</style>