Shades of Dark Magenta #9F139C
Tints of Dark Magenta #9F139C
RGB
CMYK
RGB Variations
Color information
#9F139C (or 0x9F139C) is known color: Dark Magenta. HEX triplet: 9F, 13 and 9C. RGB value is (159,19,156). Sum of RGB (Red+Green+Blue) = 159+19+156=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F139C is #60EC63. Grayscale: #4C4C4C. Windows color (decimal): -6351972 or 10228639. OLE color: 10228639.
HSL color Cylindrical-coordinate representation of color #9F139C: hue angle of 301.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F139C is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 156 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.38 |
| HSL | 301.29º | 0.79% | 0.35% | - |
| HSV(B) | 301.29º | 0.88% | 0.62% | - |
| XYZ | 20.53 | 10.24 | 32.35 | - |
| YUV | 76.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 156 | 0 | 0.88 | 0.02 | 0.38 | 301.29 | 0.79 | 0.35 |
| Hex | 9F | 13 | 9C | 0 | 58 | 2 | 26 | 12D | 4F | 23 |
| Octal | 237 | 23 | 234 | 0 | 130 | 2 | 46 | 455 | 117 | 43 |
| Binary | 10011111 | 10011 | 10011100 | 0 | 1011000 | 10 | 100110 | 100101101 | 1001111 | 100011 |
Color Harmonies of #9F139C
Complementary color
Monochromatic Colors of #9F139C
Black with #9F139C
Text Example
Text Example
White with #9F139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F139C; }
p { color: rgb(159,19,156); }
H1.HeaderClassName
{
color: #9F139C;
}
.AnyTagClassName
{
color: #9F139C;
}
</style>
background-color css
<style>
a { background-color: #9F139C; }
a { background-color: rgb(159,19,156); }
div.DivClassName
{
background-color: #9F139C;
}
.BgClassName
{
background-color: #9F139C;
}
</style>
border-color css
<style>
span { border-color: #9F139C; }
span { border-color: rgb(159,19,156); }
td.TdClassName
{
border-color: #9F139C;
}
.TagClassName
{
border-color: #9F139C;
}
</style>