Shades of Dark Magenta #9E0386
Tints of Dark Magenta #9E0386
RGB
CMYK
RGB Variations
Color information
#9E0386 (or 0x9E0386) is known color: Dark Magenta. HEX triplet: 9E, 03 and 86. RGB value is (158,3,134). Sum of RGB (Red+Green+Blue) = 158+3+134=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0386 is #61FC79. Grayscale: #3F3F3F. Windows color (decimal): -6421626 or 8782750. OLE color: 8782750.
HSL color Cylindrical-coordinate representation of color #9E0386: hue angle of 309.29º 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 #9E0386 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.38 |
| HSL | 309.29º | 0.96% | 0.32% | - |
| HSV(B) | 309.29º | 0.98% | 0.62% | - |
| XYZ | 18.44 | 9.06 | 23.33 | - |
| YUV | 64.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 134 | 0 | 0.98 | 0.15 | 0.38 | 309.29 | 0.96 | 0.32 |
| Hex | 9E | 3 | 86 | 0 | 62 | F | 26 | 135 | 60 | 20 |
| Octal | 236 | 3 | 206 | 0 | 142 | 17 | 46 | 465 | 140 | 40 |
| Binary | 10011110 | 11 | 10000110 | 0 | 1100010 | 1111 | 100110 | 100110101 | 1100000 | 100000 |
Color Harmonies of #9E0386
Complementary color
Monochromatic Colors of #9E0386
Black with #9E0386
Text Example
Text Example
White with #9E0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0386; }
p { color: rgb(158,3,134); }
H1.HeaderClassName
{
color: #9E0386;
}
.AnyTagClassName
{
color: #9E0386;
}
</style>
background-color css
<style>
a { background-color: #9E0386; }
a { background-color: rgb(158,3,134); }
div.DivClassName
{
background-color: #9E0386;
}
.BgClassName
{
background-color: #9E0386;
}
</style>
border-color css
<style>
span { border-color: #9E0386; }
span { border-color: rgb(158,3,134); }
td.TdClassName
{
border-color: #9E0386;
}
.TagClassName
{
border-color: #9E0386;
}
</style>