Shades of Dark Magenta #9F15AE
Tints of Dark Magenta #9F15AE
RGB
CMYK
RGB Variations
Color information
#9F15AE (or 0x9F15AE) is known color: Dark Magenta. HEX triplet: 9F, 15 and AE. RGB value is (159,21,174). Sum of RGB (Red+Green+Blue) = 159+21+174=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F15AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F15AE is #60EA51. Grayscale: #4F4F4F. Windows color (decimal): -6351442 or 11408799. OLE color: 11408799.
HSL color Cylindrical-coordinate representation of color #9F15AE: hue angle of 294.12º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F15AE is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 21 | 174 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.32 |
| HSL | 294.12º | 0.78% | 0.38% | - |
| HSV(B) | 294.12º | 0.88% | 0.68% | - |
| XYZ | 22.21 | 10.96 | 40.99 | - |
| YUV | 79.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 174 | 0.09 | 0.88 | 0 | 0.32 | 294.12 | 0.78 | 0.38 |
| Hex | 9F | 15 | AE | 9 | 58 | 0 | 20 | 126 | 4E | 26 |
| Octal | 237 | 25 | 256 | 11 | 130 | 0 | 40 | 446 | 116 | 46 |
| Binary | 10011111 | 10101 | 10101110 | 1001 | 1011000 | 0 | 100000 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9F15AE
Complementary color
Monochromatic Colors of #9F15AE
Black with #9F15AE
Text Example
Text Example
White with #9F15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F15AE; }
p { color: rgb(159,21,174); }
H1.HeaderClassName
{
color: #9F15AE;
}
.AnyTagClassName
{
color: #9F15AE;
}
</style>
background-color css
<style>
a { background-color: #9F15AE; }
a { background-color: rgb(159,21,174); }
div.DivClassName
{
background-color: #9F15AE;
}
.BgClassName
{
background-color: #9F15AE;
}
</style>
border-color css
<style>
span { border-color: #9F15AE; }
span { border-color: rgb(159,21,174); }
td.TdClassName
{
border-color: #9F15AE;
}
.TagClassName
{
border-color: #9F15AE;
}
</style>