Shades of Dark Magenta #9F188E
Tints of Dark Magenta #9F188E
RGB
CMYK
RGB Variations
Color information
#9F188E (or 0x9F188E) is known color: Dark Magenta. HEX triplet: 9F, 18 and 8E. RGB value is (159,24,142). Sum of RGB (Red+Green+Blue) = 159+24+142=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F188E is #60E771. Grayscale: #4D4D4D. Windows color (decimal): -6350706 or 9312415. OLE color: 9312415.
HSL color Cylindrical-coordinate representation of color #9F188E: hue angle of 307.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F188E is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 142 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.38 |
| HSL | 307.56º | 0.74% | 0.36% | - |
| HSV(B) | 307.56º | 0.85% | 0.62% | - |
| XYZ | 19.51 | 9.98 | 26.49 | - |
| YUV | 77.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 142 | 0 | 0.85 | 0.11 | 0.38 | 307.56 | 0.74 | 0.36 |
| Hex | 9F | 18 | 8E | 0 | 55 | B | 26 | 134 | 4A | 24 |
| Octal | 237 | 30 | 216 | 0 | 125 | 13 | 46 | 464 | 112 | 44 |
| Binary | 10011111 | 11000 | 10001110 | 0 | 1010101 | 1011 | 100110 | 100110100 | 1001010 | 100100 |
Color Harmonies of #9F188E
Complementary color
Monochromatic Colors of #9F188E
Black with #9F188E
Text Example
Text Example
White with #9F188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F188E; }
p { color: rgb(159,24,142); }
H1.HeaderClassName
{
color: #9F188E;
}
.AnyTagClassName
{
color: #9F188E;
}
</style>
background-color css
<style>
a { background-color: #9F188E; }
a { background-color: rgb(159,24,142); }
div.DivClassName
{
background-color: #9F188E;
}
.BgClassName
{
background-color: #9F188E;
}
</style>
border-color css
<style>
span { border-color: #9F188E; }
span { border-color: rgb(159,24,142); }
td.TdClassName
{
border-color: #9F188E;
}
.TagClassName
{
border-color: #9F188E;
}
</style>