Shades of Dark Magenta #9F138E
Tints of Dark Magenta #9F138E
RGB
CMYK
RGB Variations
Color information
#9F138E (or 0x9F138E) is known color: Dark Magenta. HEX triplet: 9F, 13 and 8E. RGB value is (159,19,142). Sum of RGB (Red+Green+Blue) = 159+19+142=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138E is #60EC71. Grayscale: #4A4A4A. Windows color (decimal): -6351986 or 9311135. OLE color: 9311135.
HSL color Cylindrical-coordinate representation of color #9F138E: hue angle of 307.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 #9F138E is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 142 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.38 |
| HSL | 307.29º | 0.79% | 0.35% | - |
| HSV(B) | 307.29º | 0.88% | 0.62% | - |
| XYZ | 19.41 | 9.79 | 26.46 | - |
| YUV | 74.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 142 | 0 | 0.88 | 0.11 | 0.38 | 307.29 | 0.79 | 0.35 |
| Hex | 9F | 13 | 8E | 0 | 58 | B | 26 | 133 | 4F | 23 |
| Octal | 237 | 23 | 216 | 0 | 130 | 13 | 46 | 463 | 117 | 43 |
| Binary | 10011111 | 10011 | 10001110 | 0 | 1011000 | 1011 | 100110 | 100110011 | 1001111 | 100011 |
Color Harmonies of #9F138E
Complementary color
Monochromatic Colors of #9F138E
Black with #9F138E
Text Example
Text Example
White with #9F138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F138E; }
p { color: rgb(159,19,142); }
H1.HeaderClassName
{
color: #9F138E;
}
.AnyTagClassName
{
color: #9F138E;
}
</style>
background-color css
<style>
a { background-color: #9F138E; }
a { background-color: rgb(159,19,142); }
div.DivClassName
{
background-color: #9F138E;
}
.BgClassName
{
background-color: #9F138E;
}
</style>
border-color css
<style>
span { border-color: #9F138E; }
span { border-color: rgb(159,19,142); }
td.TdClassName
{
border-color: #9F138E;
}
.TagClassName
{
border-color: #9F138E;
}
</style>