Shades of Dark Magenta #9F0CAA
Tints of Dark Magenta #9F0CAA
RGB
CMYK
RGB Variations
Color information
#9F0CAA (or 0x9F0CAA) is known color: Dark Magenta. HEX triplet: 9F, 0C and AA. RGB value is (159,12,170). Sum of RGB (Red+Green+Blue) = 159+12+170=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CAA is #60F355. Grayscale: #494949. Windows color (decimal): -6353750 or 11144351. OLE color: 11144351.
HSL color Cylindrical-coordinate representation of color #9F0CAA: hue angle of 295.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0CAA is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 12 | 170 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.33 |
| HSL | 295.82º | 0.87% | 0.36% | - |
| HSV(B) | 295.82º | 0.93% | 0.67% | - |
| XYZ | 21.69 | 10.54 | 38.92 | - |
| YUV | 73.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 170 | 0.06 | 0.93 | 0 | 0.33 | 295.82 | 0.87 | 0.36 |
| Hex | 9F | C | AA | 6 | 5D | 0 | 21 | 128 | 57 | 24 |
| Octal | 237 | 14 | 252 | 6 | 135 | 0 | 41 | 450 | 127 | 44 |
| Binary | 10011111 | 1100 | 10101010 | 110 | 1011101 | 0 | 100001 | 100101000 | 1010111 | 100100 |
Color Harmonies of #9F0CAA
Complementary color
Monochromatic Colors of #9F0CAA
Black with #9F0CAA
Text Example
Text Example
White with #9F0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CAA; }
p { color: rgb(159,12,170); }
H1.HeaderClassName
{
color: #9F0CAA;
}
.AnyTagClassName
{
color: #9F0CAA;
}
</style>
background-color css
<style>
a { background-color: #9F0CAA; }
a { background-color: rgb(159,12,170); }
div.DivClassName
{
background-color: #9F0CAA;
}
.BgClassName
{
background-color: #9F0CAA;
}
</style>
border-color css
<style>
span { border-color: #9F0CAA; }
span { border-color: rgb(159,12,170); }
td.TdClassName
{
border-color: #9F0CAA;
}
.TagClassName
{
border-color: #9F0CAA;
}
</style>