Shades of Dark Magenta #9F158D
Tints of Dark Magenta #9F158D
RGB
CMYK
RGB Variations
Color information
#9F158D (or 0x9F158D) is known color: Dark Magenta. HEX triplet: 9F, 15 and 8D. RGB value is (159,21,141). Sum of RGB (Red+Green+Blue) = 159+21+141=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F158D is #60EA72. Grayscale: #4B4B4B. Windows color (decimal): -6351475 or 9246111. OLE color: 9246111.
HSL color Cylindrical-coordinate representation of color #9F158D: hue angle of 307.83º 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 #9F158D is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 141 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.38 |
| HSL | 307.83º | 0.77% | 0.35% | - |
| HSV(B) | 307.83º | 0.87% | 0.62% | - |
| XYZ | 19.37 | 9.83 | 26.08 | - |
| YUV | 75.94 | 164.72 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 141 | 0 | 0.87 | 0.11 | 0.38 | 307.83 | 0.77 | 0.35 |
| Hex | 9F | 15 | 8D | 0 | 57 | B | 26 | 134 | 4D | 23 |
| Octal | 237 | 25 | 215 | 0 | 127 | 13 | 46 | 464 | 115 | 43 |
| Binary | 10011111 | 10101 | 10001101 | 0 | 1010111 | 1011 | 100110 | 100110100 | 1001101 | 100011 |
Color Harmonies of #9F158D
Complementary color
Monochromatic Colors of #9F158D
Black with #9F158D
Text Example
Text Example
White with #9F158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F158D; }
p { color: rgb(159,21,141); }
H1.HeaderClassName
{
color: #9F158D;
}
.AnyTagClassName
{
color: #9F158D;
}
</style>
background-color css
<style>
a { background-color: #9F158D; }
a { background-color: rgb(159,21,141); }
div.DivClassName
{
background-color: #9F158D;
}
.BgClassName
{
background-color: #9F158D;
}
</style>
border-color css
<style>
span { border-color: #9F158D; }
span { border-color: rgb(159,21,141); }
td.TdClassName
{
border-color: #9F158D;
}
.TagClassName
{
border-color: #9F158D;
}
</style>