Shades of Dark Magenta #9F0CAC
Tints of Dark Magenta #9F0CAC
RGB
CMYK
RGB Variations
Color information
#9F0CAC (or 0x9F0CAC) is known color: Dark Magenta. HEX triplet: 9F, 0C and AC. RGB value is (159,12,172). Sum of RGB (Red+Green+Blue) = 159+12+172=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CAC is #60F353. Grayscale: #494949. Windows color (decimal): -6353748 or 11275423. OLE color: 11275423.
HSL color Cylindrical-coordinate representation of color #9F0CAC: hue angle of 295.12º 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 #9F0CAC is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 12 | 172 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.33 |
| HSL | 295.13º | 0.87% | 0.36% | - |
| HSV(B) | 295.13º | 0.93% | 0.67% | - |
| XYZ | 21.88 | 10.61 | 39.93 | - |
| YUV | 74.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 172 | 0.08 | 0.93 | 0 | 0.33 | 295.13 | 0.87 | 0.36 |
| Hex | 9F | C | AC | 8 | 5D | 0 | 21 | 127 | 57 | 24 |
| Octal | 237 | 14 | 254 | 10 | 135 | 0 | 41 | 447 | 127 | 44 |
| Binary | 10011111 | 1100 | 10101100 | 1000 | 1011101 | 0 | 100001 | 100100111 | 1010111 | 100100 |
Color Harmonies of #9F0CAC
Complementary color
Monochromatic Colors of #9F0CAC
Black with #9F0CAC
Text Example
Text Example
White with #9F0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CAC; }
p { color: rgb(159,12,172); }
H1.HeaderClassName
{
color: #9F0CAC;
}
.AnyTagClassName
{
color: #9F0CAC;
}
</style>
background-color css
<style>
a { background-color: #9F0CAC; }
a { background-color: rgb(159,12,172); }
div.DivClassName
{
background-color: #9F0CAC;
}
.BgClassName
{
background-color: #9F0CAC;
}
</style>
border-color css
<style>
span { border-color: #9F0CAC; }
span { border-color: rgb(159,12,172); }
td.TdClassName
{
border-color: #9F0CAC;
}
.TagClassName
{
border-color: #9F0CAC;
}
</style>