Shades of Dark Magenta #9F159C
Tints of Dark Magenta #9F159C
RGB
CMYK
RGB Variations
Color information
#9F159C (or 0x9F159C) is known color: Dark Magenta. HEX triplet: 9F, 15 and 9C. RGB value is (159,21,156). Sum of RGB (Red+Green+Blue) = 159+21+156=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F159C is #60EA63. Grayscale: #4D4D4D. Windows color (decimal): -6351460 or 10229151. OLE color: 10229151.
HSL color Cylindrical-coordinate representation of color #9F159C: hue angle of 301.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F159C is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 156 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.38 |
| HSL | 301.3º | 0.77% | 0.35% | - |
| HSV(B) | 301.3º | 0.87% | 0.62% | - |
| XYZ | 20.57 | 10.31 | 32.36 | - |
| YUV | 77.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 156 | 0 | 0.87 | 0.02 | 0.38 | 301.3 | 0.77 | 0.35 |
| Hex | 9F | 15 | 9C | 0 | 57 | 2 | 26 | 12D | 4D | 23 |
| Octal | 237 | 25 | 234 | 0 | 127 | 2 | 46 | 455 | 115 | 43 |
| Binary | 10011111 | 10101 | 10011100 | 0 | 1010111 | 10 | 100110 | 100101101 | 1001101 | 100011 |
Color Harmonies of #9F159C
Complementary color
Monochromatic Colors of #9F159C
Black with #9F159C
Text Example
Text Example
White with #9F159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F159C; }
p { color: rgb(159,21,156); }
H1.HeaderClassName
{
color: #9F159C;
}
.AnyTagClassName
{
color: #9F159C;
}
</style>
background-color css
<style>
a { background-color: #9F159C; }
a { background-color: rgb(159,21,156); }
div.DivClassName
{
background-color: #9F159C;
}
.BgClassName
{
background-color: #9F159C;
}
</style>
border-color css
<style>
span { border-color: #9F159C; }
span { border-color: rgb(159,21,156); }
td.TdClassName
{
border-color: #9F159C;
}
.TagClassName
{
border-color: #9F159C;
}
</style>