Shades of Dark Magenta #9F158F
Tints of Dark Magenta #9F158F
RGB
CMYK
RGB Variations
Color information
#9F158F (or 0x9F158F) is known color: Dark Magenta. HEX triplet: 9F, 15 and 8F. RGB value is (159,21,143). Sum of RGB (Red+Green+Blue) = 159+21+143=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F158F is #60EA70. Grayscale: #4B4B4B. Windows color (decimal): -6351473 or 9377183. OLE color: 9377183.
HSL color Cylindrical-coordinate representation of color #9F158F: hue angle of 306.96º 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 #9F158F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 143 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.38 |
| HSL | 306.96º | 0.77% | 0.35% | - |
| HSV(B) | 306.96º | 0.87% | 0.62% | - |
| XYZ | 19.52 | 9.89 | 26.87 | - |
| YUV | 76.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 143 | 0 | 0.87 | 0.10 | 0.38 | 306.96 | 0.77 | 0.35 |
| Hex | 9F | 15 | 8F | 0 | 57 | A | 26 | 133 | 4D | 23 |
| Octal | 237 | 25 | 217 | 0 | 127 | 12 | 46 | 463 | 115 | 43 |
| Binary | 10011111 | 10101 | 10001111 | 0 | 1010111 | 1010 | 100110 | 100110011 | 1001101 | 100011 |
Color Harmonies of #9F158F
Complementary color
Monochromatic Colors of #9F158F
Black with #9F158F
Text Example
Text Example
White with #9F158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F158F; }
p { color: rgb(159,21,143); }
H1.HeaderClassName
{
color: #9F158F;
}
.AnyTagClassName
{
color: #9F158F;
}
</style>
background-color css
<style>
a { background-color: #9F158F; }
a { background-color: rgb(159,21,143); }
div.DivClassName
{
background-color: #9F158F;
}
.BgClassName
{
background-color: #9F158F;
}
</style>
border-color css
<style>
span { border-color: #9F158F; }
span { border-color: rgb(159,21,143); }
td.TdClassName
{
border-color: #9F158F;
}
.TagClassName
{
border-color: #9F158F;
}
</style>