Shades of Dark Magenta #9F038E
Tints of Dark Magenta #9F038E
RGB
CMYK
RGB Variations
Color information
#9F038E (or 0x9F038E) is known color: Dark Magenta. HEX triplet: 9F, 03 and 8E. RGB value is (159,3,142). Sum of RGB (Red+Green+Blue) = 159+3+142=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F038E is #60FC71. Grayscale: #414141. Windows color (decimal): -6356082 or 9307039. OLE color: 9307039.
HSL color Cylindrical-coordinate representation of color #9F038E: hue angle of 306.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F038E is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.38 |
| HSL | 306.54º | 0.96% | 0.32% | - |
| HSV(B) | 306.54º | 0.98% | 0.62% | - |
| XYZ | 19.21 | 9.39 | 26.39 | - |
| YUV | 65.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 142 | 0 | 0.98 | 0.11 | 0.38 | 306.54 | 0.96 | 0.32 |
| Hex | 9F | 3 | 8E | 0 | 62 | B | 26 | 133 | 60 | 20 |
| Octal | 237 | 3 | 216 | 0 | 142 | 13 | 46 | 463 | 140 | 40 |
| Binary | 10011111 | 11 | 10001110 | 0 | 1100010 | 1011 | 100110 | 100110011 | 1100000 | 100000 |
Color Harmonies of #9F038E
Complementary color
Monochromatic Colors of #9F038E
Black with #9F038E
Text Example
Text Example
White with #9F038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F038E; }
p { color: rgb(159,3,142); }
H1.HeaderClassName
{
color: #9F038E;
}
.AnyTagClassName
{
color: #9F038E;
}
</style>
background-color css
<style>
a { background-color: #9F038E; }
a { background-color: rgb(159,3,142); }
div.DivClassName
{
background-color: #9F038E;
}
.BgClassName
{
background-color: #9F038E;
}
</style>
border-color css
<style>
span { border-color: #9F038E; }
span { border-color: rgb(159,3,142); }
td.TdClassName
{
border-color: #9F038E;
}
.TagClassName
{
border-color: #9F038E;
}
</style>