Shades of Dark Magenta #9F138F
Tints of Dark Magenta #9F138F
RGB
CMYK
RGB Variations
Color information
#9F138F (or 0x9F138F) is known color: Dark Magenta. HEX triplet: 9F, 13 and 8F. RGB value is (159,19,143). Sum of RGB (Red+Green+Blue) = 159+19+143=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138F is #60EC70. Grayscale: #4A4A4A. Windows color (decimal): -6351985 or 9376671. OLE color: 9376671.
HSL color Cylindrical-coordinate representation of color #9F138F: hue angle of 306.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F138F is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 143 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.38 |
| HSL | 306.86º | 0.79% | 0.35% | - |
| HSV(B) | 306.86º | 0.88% | 0.62% | - |
| XYZ | 19.49 | 9.82 | 26.85 | - |
| YUV | 75 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 143 | 0 | 0.88 | 0.10 | 0.38 | 306.86 | 0.79 | 0.35 |
| Hex | 9F | 13 | 8F | 0 | 58 | A | 26 | 133 | 4F | 23 |
| Octal | 237 | 23 | 217 | 0 | 130 | 12 | 46 | 463 | 117 | 43 |
| Binary | 10011111 | 10011 | 10001111 | 0 | 1011000 | 1010 | 100110 | 100110011 | 1001111 | 100011 |
Color Harmonies of #9F138F
Complementary color
Monochromatic Colors of #9F138F
Black with #9F138F
Text Example
Text Example
White with #9F138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F138F; }
p { color: rgb(159,19,143); }
H1.HeaderClassName
{
color: #9F138F;
}
.AnyTagClassName
{
color: #9F138F;
}
</style>
background-color css
<style>
a { background-color: #9F138F; }
a { background-color: rgb(159,19,143); }
div.DivClassName
{
background-color: #9F138F;
}
.BgClassName
{
background-color: #9F138F;
}
</style>
border-color css
<style>
span { border-color: #9F138F; }
span { border-color: rgb(159,19,143); }
td.TdClassName
{
border-color: #9F138F;
}
.TagClassName
{
border-color: #9F138F;
}
</style>