Shades of Dark Magenta #9F139B
Tints of Dark Magenta #9F139B
RGB
CMYK
RGB Variations
Color information
#9F139B (or 0x9F139B) is known color: Dark Magenta. HEX triplet: 9F, 13 and 9B. RGB value is (159,19,155). Sum of RGB (Red+Green+Blue) = 159+19+155=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F139B is #60EC64. Grayscale: #4B4B4B. Windows color (decimal): -6351973 or 10163103. OLE color: 10163103.
HSL color Cylindrical-coordinate representation of color #9F139B: hue angle of 301.71º 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 #9F139B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 155 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.38 |
| HSL | 301.71º | 0.79% | 0.35% | - |
| HSV(B) | 301.71º | 0.88% | 0.62% | - |
| XYZ | 20.45 | 10.2 | 31.9 | - |
| YUV | 76.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 155 | 0 | 0.88 | 0.03 | 0.38 | 301.71 | 0.79 | 0.35 |
| Hex | 9F | 13 | 9B | 0 | 58 | 3 | 26 | 12E | 4F | 23 |
| Octal | 237 | 23 | 233 | 0 | 130 | 3 | 46 | 456 | 117 | 43 |
| Binary | 10011111 | 10011 | 10011011 | 0 | 1011000 | 11 | 100110 | 100101110 | 1001111 | 100011 |
Color Harmonies of #9F139B
Complementary color
Monochromatic Colors of #9F139B
Black with #9F139B
Text Example
Text Example
White with #9F139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F139B; }
p { color: rgb(159,19,155); }
H1.HeaderClassName
{
color: #9F139B;
}
.AnyTagClassName
{
color: #9F139B;
}
</style>
background-color css
<style>
a { background-color: #9F139B; }
a { background-color: rgb(159,19,155); }
div.DivClassName
{
background-color: #9F139B;
}
.BgClassName
{
background-color: #9F139B;
}
</style>
border-color css
<style>
span { border-color: #9F139B; }
span { border-color: rgb(159,19,155); }
td.TdClassName
{
border-color: #9F139B;
}
.TagClassName
{
border-color: #9F139B;
}
</style>