Shades of Dark Magenta #9F158E
Tints of Dark Magenta #9F158E
RGB
CMYK
RGB Variations
Color information
#9F158E (or 0x9F158E) is known color: Dark Magenta. HEX triplet: 9F, 15 and 8E. RGB value is (159,21,142). Sum of RGB (Red+Green+Blue) = 159+21+142=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F158E is #60EA71. Grayscale: #4B4B4B. Windows color (decimal): -6351474 or 9311647. OLE color: 9311647.
HSL color Cylindrical-coordinate representation of color #9F158E: hue angle of 307.39º 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 #9F158E is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 142 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.38 |
| HSL | 307.39º | 0.77% | 0.35% | - |
| HSV(B) | 307.39º | 0.87% | 0.62% | - |
| XYZ | 19.45 | 9.86 | 26.47 | - |
| YUV | 76.06 | 165.22 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 142 | 0 | 0.87 | 0.11 | 0.38 | 307.39 | 0.77 | 0.35 |
| Hex | 9F | 15 | 8E | 0 | 57 | B | 26 | 133 | 4D | 23 |
| Octal | 237 | 25 | 216 | 0 | 127 | 13 | 46 | 463 | 115 | 43 |
| Binary | 10011111 | 10101 | 10001110 | 0 | 1010111 | 1011 | 100110 | 100110011 | 1001101 | 100011 |
Color Harmonies of #9F158E
Complementary color
Monochromatic Colors of #9F158E
Black with #9F158E
Text Example
Text Example
White with #9F158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F158E; }
p { color: rgb(159,21,142); }
H1.HeaderClassName
{
color: #9F158E;
}
.AnyTagClassName
{
color: #9F158E;
}
</style>
background-color css
<style>
a { background-color: #9F158E; }
a { background-color: rgb(159,21,142); }
div.DivClassName
{
background-color: #9F158E;
}
.BgClassName
{
background-color: #9F158E;
}
</style>
border-color css
<style>
span { border-color: #9F158E; }
span { border-color: rgb(159,21,142); }
td.TdClassName
{
border-color: #9F158E;
}
.TagClassName
{
border-color: #9F158E;
}
</style>