Shades of Dark Magenta #9E039A
Tints of Dark Magenta #9E039A
RGB
CMYK
RGB Variations
Color information
#9E039A (or 0x9E039A) is known color: Dark Magenta. HEX triplet: 9E, 03 and 9A. RGB value is (158,3,154). Sum of RGB (Red+Green+Blue) = 158+3+154=315 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.16% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 158 - color contains mainly: red. Hex color #9E039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E039A is #61FC65. Grayscale: #424242. Windows color (decimal): -6421606 or 10093470. OLE color: 10093470.
HSL color Cylindrical-coordinate representation of color #9E039A: hue angle of 301.55º 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 #9E039A is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.38 |
| HSL | 301.55º | 0.96% | 0.32% | - |
| HSV(B) | 301.55º | 0.98% | 0.62% | - |
| XYZ | 19.97 | 9.67 | 31.39 | - |
| YUV | 66.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 154 | 0 | 0.98 | 0.03 | 0.38 | 301.55 | 0.96 | 0.32 |
| Hex | 9E | 3 | 9A | 0 | 62 | 3 | 26 | 12E | 60 | 20 |
| Octal | 236 | 3 | 232 | 0 | 142 | 3 | 46 | 456 | 140 | 40 |
| Binary | 10011110 | 11 | 10011010 | 0 | 1100010 | 11 | 100110 | 100101110 | 1100000 | 100000 |
Color Harmonies of #9E039A
Complementary color
Monochromatic Colors of #9E039A
Black with #9E039A
Text Example
Text Example
White with #9E039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E039A; }
p { color: rgb(158,3,154); }
H1.HeaderClassName
{
color: #9E039A;
}
.AnyTagClassName
{
color: #9E039A;
}
</style>
background-color css
<style>
a { background-color: #9E039A; }
a { background-color: rgb(158,3,154); }
div.DivClassName
{
background-color: #9E039A;
}
.BgClassName
{
background-color: #9E039A;
}
</style>
border-color css
<style>
span { border-color: #9E039A; }
span { border-color: rgb(158,3,154); }
td.TdClassName
{
border-color: #9E039A;
}
.TagClassName
{
border-color: #9E039A;
}
</style>