Shades of Dark Magenta #9F148E
Tints of Dark Magenta #9F148E
RGB
CMYK
RGB Variations
Color information
#9F148E (or 0x9F148E) is known color: Dark Magenta. HEX triplet: 9F, 14 and 8E. RGB value is (159,20,142). Sum of RGB (Red+Green+Blue) = 159+20+142=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F148E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F148E is #60EB71. Grayscale: #4B4B4B. Windows color (decimal): -6351730 or 9311391. OLE color: 9311391.
HSL color Cylindrical-coordinate representation of color #9F148E: hue angle of 307.34º degrees, saturation: 0.78, 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 #9F148E is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 142 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.38 |
| HSL | 307.34º | 0.78% | 0.35% | - |
| HSV(B) | 307.34º | 0.87% | 0.62% | - |
| XYZ | 19.43 | 9.82 | 26.46 | - |
| YUV | 75.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 142 | 0 | 0.87 | 0.11 | 0.38 | 307.34 | 0.78 | 0.35 |
| Hex | 9F | 14 | 8E | 0 | 57 | B | 26 | 133 | 4E | 23 |
| Octal | 237 | 24 | 216 | 0 | 127 | 13 | 46 | 463 | 116 | 43 |
| Binary | 10011111 | 10100 | 10001110 | 0 | 1010111 | 1011 | 100110 | 100110011 | 1001110 | 100011 |
Color Harmonies of #9F148E
Complementary color
Monochromatic Colors of #9F148E
Black with #9F148E
Text Example
Text Example
White with #9F148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F148E; }
p { color: rgb(159,20,142); }
H1.HeaderClassName
{
color: #9F148E;
}
.AnyTagClassName
{
color: #9F148E;
}
</style>
background-color css
<style>
a { background-color: #9F148E; }
a { background-color: rgb(159,20,142); }
div.DivClassName
{
background-color: #9F148E;
}
.BgClassName
{
background-color: #9F148E;
}
</style>
border-color css
<style>
span { border-color: #9F148E; }
span { border-color: rgb(159,20,142); }
td.TdClassName
{
border-color: #9F148E;
}
.TagClassName
{
border-color: #9F148E;
}
</style>