Shades of Dark Magenta #9F00AE
Tints of Dark Magenta #9F00AE
RGB
CMYK
RGB Variations
Color information
#9F00AE (or 0x9F00AE) is known color: Dark Magenta. HEX triplet: 9F, 00 and AE. RGB value is (159,0,174). Sum of RGB (Red+Green+Blue) = 159+0+174=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F00AE is #60FF51. Grayscale: #424242. Windows color (decimal): -6356818 or 11403423. OLE color: 11403423.
HSL color Cylindrical-coordinate representation of color #9F00AE: hue angle of 294.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00AE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 0 | 174 | - |
| CMYK | 0.09 | 1 | 0 | 0.32 |
| HSL | 294.83º | 1% | 0.34% | - |
| HSV(B) | 294.83º | 1% | 0.68% | - |
| XYZ | 21.94 | 10.43 | 40.9 | - |
| YUV | 67.38 | 188.18 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 174 | 0.09 | 1 | 0 | 0.32 | 294.83 | 1 | 0.34 |
| Hex | 9F | 0 | AE | 9 | 64 | 0 | 20 | 127 | 64 | 22 |
| Octal | 237 | 0 | 256 | 11 | 144 | 0 | 40 | 447 | 144 | 42 |
| Binary | 10011111 | 0 | 10101110 | 1001 | 1100100 | 0 | 100000 | 100100111 | 1100100 | 100010 |
Color Harmonies of #9F00AE
Complementary color
Monochromatic Colors of #9F00AE
Black with #9F00AE
Text Example
Text Example
White with #9F00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00AE; }
p { color: rgb(159,0,174); }
H1.HeaderClassName
{
color: #9F00AE;
}
.AnyTagClassName
{
color: #9F00AE;
}
</style>
background-color css
<style>
a { background-color: #9F00AE; }
a { background-color: rgb(159,0,174); }
div.DivClassName
{
background-color: #9F00AE;
}
.BgClassName
{
background-color: #9F00AE;
}
</style>
border-color css
<style>
span { border-color: #9F00AE; }
span { border-color: rgb(159,0,174); }
td.TdClassName
{
border-color: #9F00AE;
}
.TagClassName
{
border-color: #9F00AE;
}
</style>