Shades of Dark Magenta #9E0D9B
Tints of Dark Magenta #9E0D9B
RGB
CMYK
RGB Variations
Color information
#9E0D9B (or 0x9E0D9B) is known color: Dark Magenta. HEX triplet: 9E, 0D and 9B. RGB value is (158,13,155). Sum of RGB (Red+Green+Blue) = 158+13+155=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0D9B is #61F264. Grayscale: #484848. Windows color (decimal): -6419045 or 10161566. OLE color: 10161566.
HSL color Cylindrical-coordinate representation of color #9E0D9B: hue angle of 301.24º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0D9B is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 13 | 155 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.38 |
| HSL | 301.24º | 0.85% | 0.34% | - |
| HSV(B) | 301.24º | 0.92% | 0.62% | - |
| XYZ | 20.16 | 9.92 | 31.86 | - |
| YUV | 72.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 13 | 155 | 0 | 0.92 | 0.02 | 0.38 | 301.24 | 0.85 | 0.34 |
| Hex | 9E | D | 9B | 0 | 5C | 2 | 26 | 12D | 55 | 22 |
| Octal | 236 | 15 | 233 | 0 | 134 | 2 | 46 | 455 | 125 | 42 |
| Binary | 10011110 | 1101 | 10011011 | 0 | 1011100 | 10 | 100110 | 100101101 | 1010101 | 100010 |
Color Harmonies of #9E0D9B
Complementary color
Monochromatic Colors of #9E0D9B
Black with #9E0D9B
Text Example
Text Example
White with #9E0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0D9B; }
p { color: rgb(158,13,155); }
H1.HeaderClassName
{
color: #9E0D9B;
}
.AnyTagClassName
{
color: #9E0D9B;
}
</style>
background-color css
<style>
a { background-color: #9E0D9B; }
a { background-color: rgb(158,13,155); }
div.DivClassName
{
background-color: #9E0D9B;
}
.BgClassName
{
background-color: #9E0D9B;
}
</style>
border-color css
<style>
span { border-color: #9E0D9B; }
span { border-color: rgb(158,13,155); }
td.TdClassName
{
border-color: #9E0D9B;
}
.TagClassName
{
border-color: #9E0D9B;
}
</style>