Shades of Dark Magenta #9F148F
Tints of Dark Magenta #9F148F
RGB
CMYK
RGB Variations
Color information
#9F148F (or 0x9F148F) is known color: Dark Magenta. HEX triplet: 9F, 14 and 8F. RGB value is (159,20,143). Sum of RGB (Red+Green+Blue) = 159+20+143=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F148F is #60EB70. Grayscale: #4B4B4B. Windows color (decimal): -6351729 or 9376927. OLE color: 9376927.
HSL color Cylindrical-coordinate representation of color #9F148F: hue angle of 306.91º 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 #9F148F is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 20 | 143 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.38 |
| HSL | 306.91º | 0.78% | 0.35% | - |
| HSV(B) | 306.91º | 0.87% | 0.62% | - |
| XYZ | 19.51 | 9.85 | 26.86 | - |
| YUV | 75.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 143 | 0 | 0.87 | 0.10 | 0.38 | 306.91 | 0.78 | 0.35 |
| Hex | 9F | 14 | 8F | 0 | 57 | A | 26 | 133 | 4E | 23 |
| Octal | 237 | 24 | 217 | 0 | 127 | 12 | 46 | 463 | 116 | 43 |
| Binary | 10011111 | 10100 | 10001111 | 0 | 1010111 | 1010 | 100110 | 100110011 | 1001110 | 100011 |
Color Harmonies of #9F148F
Complementary color
Monochromatic Colors of #9F148F
Black with #9F148F
Text Example
Text Example
White with #9F148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F148F; }
p { color: rgb(159,20,143); }
H1.HeaderClassName
{
color: #9F148F;
}
.AnyTagClassName
{
color: #9F148F;
}
</style>
background-color css
<style>
a { background-color: #9F148F; }
a { background-color: rgb(159,20,143); }
div.DivClassName
{
background-color: #9F148F;
}
.BgClassName
{
background-color: #9F148F;
}
</style>
border-color css
<style>
span { border-color: #9F148F; }
span { border-color: rgb(159,20,143); }
td.TdClassName
{
border-color: #9F148F;
}
.TagClassName
{
border-color: #9F148F;
}
</style>