Shades of Dark Magenta #9F0CAB
Tints of Dark Magenta #9F0CAB
RGB
CMYK
RGB Variations
Color information
#9F0CAB (or 0x9F0CAB) is known color: Dark Magenta. HEX triplet: 9F, 0C and AB. RGB value is (159,12,171). Sum of RGB (Red+Green+Blue) = 159+12+171=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0CAB is #60F354. Grayscale: #494949. Windows color (decimal): -6353749 or 11209887. OLE color: 11209887.
HSL color Cylindrical-coordinate representation of color #9F0CAB: hue angle of 295.47º 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 #9F0CAB is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 12 | 171 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.33 |
| HSL | 295.47º | 0.87% | 0.36% | - |
| HSV(B) | 295.47º | 0.93% | 0.67% | - |
| XYZ | 21.78 | 10.57 | 39.42 | - |
| YUV | 74.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 171 | 0.07 | 0.93 | 0 | 0.33 | 295.47 | 0.87 | 0.36 |
| Hex | 9F | C | AB | 7 | 5D | 0 | 21 | 127 | 57 | 24 |
| Octal | 237 | 14 | 253 | 7 | 135 | 0 | 41 | 447 | 127 | 44 |
| Binary | 10011111 | 1100 | 10101011 | 111 | 1011101 | 0 | 100001 | 100100111 | 1010111 | 100100 |
Color Harmonies of #9F0CAB
Complementary color
Monochromatic Colors of #9F0CAB
Black with #9F0CAB
Text Example
Text Example
White with #9F0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0CAB; }
p { color: rgb(159,12,171); }
H1.HeaderClassName
{
color: #9F0CAB;
}
.AnyTagClassName
{
color: #9F0CAB;
}
</style>
background-color css
<style>
a { background-color: #9F0CAB; }
a { background-color: rgb(159,12,171); }
div.DivClassName
{
background-color: #9F0CAB;
}
.BgClassName
{
background-color: #9F0CAB;
}
</style>
border-color css
<style>
span { border-color: #9F0CAB; }
span { border-color: rgb(159,12,171); }
td.TdClassName
{
border-color: #9F0CAB;
}
.TagClassName
{
border-color: #9F0CAB;
}
</style>