Shades of Dark Magenta #9E209D
Tints of Dark Magenta #9E209D
RGB
CMYK
RGB Variations
Color information
#9E209D (or 0x9E209D) is known color: Dark Magenta. HEX triplet: 9E, 20 and 9D. RGB value is (158,32,157). Sum of RGB (Red+Green+Blue) = 158+32+157=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 158 - color contains mainly: red. Hex color #9E209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E209D is #61DF62. Grayscale: #535353. Windows color (decimal): -6414179 or 10297502. OLE color: 10297502.
HSL color Cylindrical-coordinate representation of color #9E209D: hue angle of 300.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E209D is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 157 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.38 |
| HSL | 300.48º | 0.66% | 0.37% | - |
| HSV(B) | 300.48º | 0.8% | 0.62% | - |
| XYZ | 20.7 | 10.74 | 32.88 | - |
| YUV | 83.92 | 169.24 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 157 | 0 | 0.80 | 0.01 | 0.38 | 300.48 | 0.66 | 0.37 |
| Hex | 9E | 20 | 9D | 0 | 50 | 1 | 26 | 12C | 42 | 25 |
| Octal | 236 | 40 | 235 | 0 | 120 | 1 | 46 | 454 | 102 | 45 |
| Binary | 10011110 | 100000 | 10011101 | 0 | 1010000 | 1 | 100110 | 100101100 | 1000010 | 100101 |
Color Harmonies of #9E209D
Complementary color
Monochromatic Colors of #9E209D
Black with #9E209D
Text Example
Text Example
White with #9E209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E209D; }
p { color: rgb(158,32,157); }
H1.HeaderClassName
{
color: #9E209D;
}
.AnyTagClassName
{
color: #9E209D;
}
</style>
background-color css
<style>
a { background-color: #9E209D; }
a { background-color: rgb(158,32,157); }
div.DivClassName
{
background-color: #9E209D;
}
.BgClassName
{
background-color: #9E209D;
}
</style>
border-color css
<style>
span { border-color: #9E209D; }
span { border-color: rgb(158,32,157); }
td.TdClassName
{
border-color: #9E209D;
}
.TagClassName
{
border-color: #9E209D;
}
</style>