Shades of Dark Magenta #9F138C
Tints of Dark Magenta #9F138C
RGB
CMYK
RGB Variations
Color information
#9F138C (or 0x9F138C) is known color: Dark Magenta. HEX triplet: 9F, 13 and 8C. RGB value is (159,19,140). Sum of RGB (Red+Green+Blue) = 159+19+140=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F138C is #60EC73. Grayscale: #4A4A4A. Windows color (decimal): -6351988 or 9180063. OLE color: 9180063.
HSL color Cylindrical-coordinate representation of color #9F138C: hue angle of 308.14º 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 #9F138C is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 140 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.38 |
| HSL | 308.14º | 0.79% | 0.35% | - |
| HSV(B) | 308.14º | 0.88% | 0.62% | - |
| XYZ | 19.26 | 9.73 | 25.67 | - |
| YUV | 74.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 140 | 0 | 0.88 | 0.12 | 0.38 | 308.14 | 0.79 | 0.35 |
| Hex | 9F | 13 | 8C | 0 | 58 | C | 26 | 134 | 4F | 23 |
| Octal | 237 | 23 | 214 | 0 | 130 | 14 | 46 | 464 | 117 | 43 |
| Binary | 10011111 | 10011 | 10001100 | 0 | 1011000 | 1100 | 100110 | 100110100 | 1001111 | 100011 |
Color Harmonies of #9F138C
Complementary color
Monochromatic Colors of #9F138C
Black with #9F138C
Text Example
Text Example
White with #9F138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F138C; }
p { color: rgb(159,19,140); }
H1.HeaderClassName
{
color: #9F138C;
}
.AnyTagClassName
{
color: #9F138C;
}
</style>
background-color css
<style>
a { background-color: #9F138C; }
a { background-color: rgb(159,19,140); }
div.DivClassName
{
background-color: #9F138C;
}
.BgClassName
{
background-color: #9F138C;
}
</style>
border-color css
<style>
span { border-color: #9F138C; }
span { border-color: rgb(159,19,140); }
td.TdClassName
{
border-color: #9F138C;
}
.TagClassName
{
border-color: #9F138C;
}
</style>