Shades of Dark Magenta #9E048F
Tints of Dark Magenta #9E048F
RGB
CMYK
RGB Variations
Color information
#9E048F (or 0x9E048F) is known color: Dark Magenta. HEX triplet: 9E, 04 and 8F. RGB value is (158,4,143). Sum of RGB (Red+Green+Blue) = 158+4+143=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E048F is #61FB70. Grayscale: #414141. Windows color (decimal): -6421361 or 9372830. OLE color: 9372830.
HSL color Cylindrical-coordinate representation of color #9E048F: hue angle of 305.84º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E048F is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 143 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.38 |
| HSL | 305.84º | 0.95% | 0.32% | - |
| HSV(B) | 305.84º | 0.97% | 0.62% | - |
| XYZ | 19.1 | 9.34 | 26.78 | - |
| YUV | 65.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 143 | 0 | 0.97 | 0.09 | 0.38 | 305.84 | 0.95 | 0.32 |
| Hex | 9E | 4 | 8F | 0 | 61 | 9 | 26 | 132 | 5F | 20 |
| Octal | 236 | 4 | 217 | 0 | 141 | 11 | 46 | 462 | 137 | 40 |
| Binary | 10011110 | 100 | 10001111 | 0 | 1100001 | 1001 | 100110 | 100110010 | 1011111 | 100000 |
Color Harmonies of #9E048F
Complementary color
Monochromatic Colors of #9E048F
Black with #9E048F
Text Example
Text Example
White with #9E048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E048F; }
p { color: rgb(158,4,143); }
H1.HeaderClassName
{
color: #9E048F;
}
.AnyTagClassName
{
color: #9E048F;
}
</style>
background-color css
<style>
a { background-color: #9E048F; }
a { background-color: rgb(158,4,143); }
div.DivClassName
{
background-color: #9E048F;
}
.BgClassName
{
background-color: #9E048F;
}
</style>
border-color css
<style>
span { border-color: #9E048F; }
span { border-color: rgb(158,4,143); }
td.TdClassName
{
border-color: #9E048F;
}
.TagClassName
{
border-color: #9E048F;
}
</style>