Shades of Dark Magenta #9F148D
Tints of Dark Magenta #9F148D
RGB
CMYK
RGB Variations
Color information
#9F148D (or 0x9F148D) is known color: Dark Magenta. HEX triplet: 9F, 14 and 8D. RGB value is (159,20,141). Sum of RGB (Red+Green+Blue) = 159+20+141=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F148D is #60EB72. Grayscale: #4B4B4B. Windows color (decimal): -6351731 or 9245855. OLE color: 9245855.
HSL color Cylindrical-coordinate representation of color #9F148D: hue angle of 307.77º 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 #9F148D is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 141 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.38 |
| HSL | 307.77º | 0.78% | 0.35% | - |
| HSV(B) | 307.77º | 0.87% | 0.62% | - |
| XYZ | 19.36 | 9.79 | 26.07 | - |
| YUV | 75.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 141 | 0 | 0.87 | 0.11 | 0.38 | 307.77 | 0.78 | 0.35 |
| Hex | 9F | 14 | 8D | 0 | 57 | B | 26 | 134 | 4E | 23 |
| Octal | 237 | 24 | 215 | 0 | 127 | 13 | 46 | 464 | 116 | 43 |
| Binary | 10011111 | 10100 | 10001101 | 0 | 1010111 | 1011 | 100110 | 100110100 | 1001110 | 100011 |
Color Harmonies of #9F148D
Complementary color
Monochromatic Colors of #9F148D
Black with #9F148D
Text Example
Text Example
White with #9F148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F148D; }
p { color: rgb(159,20,141); }
H1.HeaderClassName
{
color: #9F148D;
}
.AnyTagClassName
{
color: #9F148D;
}
</style>
background-color css
<style>
a { background-color: #9F148D; }
a { background-color: rgb(159,20,141); }
div.DivClassName
{
background-color: #9F148D;
}
.BgClassName
{
background-color: #9F148D;
}
</style>
border-color css
<style>
span { border-color: #9F148D; }
span { border-color: rgb(159,20,141); }
td.TdClassName
{
border-color: #9F148D;
}
.TagClassName
{
border-color: #9F148D;
}
</style>