Shades of Dark Magenta #9F06A3
Tints of Dark Magenta #9F06A3
RGB
CMYK
RGB Variations
Color information
#9F06A3 (or 0x9F06A3) is known color: Dark Magenta. HEX triplet: 9F, 06 and A3. RGB value is (159,6,163). Sum of RGB (Red+Green+Blue) = 159+6+163=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #9F06A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F06A3 is #60F95C. Grayscale: #454545. Windows color (decimal): -6355293 or 10684063. OLE color: 10684063.
HSL color Cylindrical-coordinate representation of color #9F06A3: hue angle of 298.47º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F06A3 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 6 | 163 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.36 |
| HSL | 298.47º | 0.93% | 0.33% | - |
| HSV(B) | 298.47º | 0.96% | 0.64% | - |
| XYZ | 20.97 | 10.15 | 35.5 | - |
| YUV | 69.65 | 180.69 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 163 | 0.02 | 0.96 | 0 | 0.36 | 298.47 | 0.93 | 0.33 |
| Hex | 9F | 6 | A3 | 2 | 60 | 0 | 24 | 12A | 5D | 21 |
| Octal | 237 | 6 | 243 | 2 | 140 | 0 | 44 | 452 | 135 | 41 |
| Binary | 10011111 | 110 | 10100011 | 10 | 1100000 | 0 | 100100 | 100101010 | 1011101 | 100001 |
Color Harmonies of #9F06A3
Complementary color
Monochromatic Colors of #9F06A3
Black with #9F06A3
Text Example
Text Example
White with #9F06A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06A3; }
p { color: rgb(159,6,163); }
H1.HeaderClassName
{
color: #9F06A3;
}
.AnyTagClassName
{
color: #9F06A3;
}
</style>
background-color css
<style>
a { background-color: #9F06A3; }
a { background-color: rgb(159,6,163); }
div.DivClassName
{
background-color: #9F06A3;
}
.BgClassName
{
background-color: #9F06A3;
}
</style>
border-color css
<style>
span { border-color: #9F06A3; }
span { border-color: rgb(159,6,163); }
td.TdClassName
{
border-color: #9F06A3;
}
.TagClassName
{
border-color: #9F06A3;
}
</style>