Shades of Dark Magenta #9F06AD
Tints of Dark Magenta #9F06AD
RGB
CMYK
RGB Variations
Color information
#9F06AD (or 0x9F06AD) is known color: Dark Magenta. HEX triplet: 9F, 06 and AD. RGB value is (159,6,173). Sum of RGB (Red+Green+Blue) = 159+6+173=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F06AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F06AD is #60F952. Grayscale: #464646. Windows color (decimal): -6355283 or 11339423. OLE color: 11339423.
HSL color Cylindrical-coordinate representation of color #9F06AD: hue angle of 294.97º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06AD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 6 | 173 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.32 |
| HSL | 294.97º | 0.93% | 0.35% | - |
| HSV(B) | 294.97º | 0.97% | 0.68% | - |
| XYZ | 21.91 | 10.52 | 40.41 | - |
| YUV | 70.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 173 | 0.08 | 0.97 | 0 | 0.32 | 294.97 | 0.93 | 0.35 |
| Hex | 9F | 6 | AD | 8 | 61 | 0 | 20 | 127 | 5D | 23 |
| Octal | 237 | 6 | 255 | 10 | 141 | 0 | 40 | 447 | 135 | 43 |
| Binary | 10011111 | 110 | 10101101 | 1000 | 1100001 | 0 | 100000 | 100100111 | 1011101 | 100011 |
Color Harmonies of #9F06AD
Complementary color
Monochromatic Colors of #9F06AD
Black with #9F06AD
Text Example
Text Example
White with #9F06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06AD; }
p { color: rgb(159,6,173); }
H1.HeaderClassName
{
color: #9F06AD;
}
.AnyTagClassName
{
color: #9F06AD;
}
</style>
background-color css
<style>
a { background-color: #9F06AD; }
a { background-color: rgb(159,6,173); }
div.DivClassName
{
background-color: #9F06AD;
}
.BgClassName
{
background-color: #9F06AD;
}
</style>
border-color css
<style>
span { border-color: #9F06AD; }
span { border-color: rgb(159,6,173); }
td.TdClassName
{
border-color: #9F06AD;
}
.TagClassName
{
border-color: #9F06AD;
}
</style>