Shades of Dark Magenta #9E209E
Tints of Dark Magenta #9E209E
RGB
CMYK
RGB Variations
Color information
#9E209E (or 0x9E209E) is known color: Dark Magenta. HEX triplet: 9E, 20 and 9E. RGB value is (158,32,158). Sum of RGB (Red+Green+Blue) = 158+32+158=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E209E is #61DF61. Grayscale: #535353. Windows color (decimal): -6414178 or 10363038. OLE color: 10363038.
HSL color Cylindrical-coordinate representation of color #9E209E: hue angle of 300º 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 #9E209E is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 158 | - |
| CMYK | 0 | 0.80 | 0 | 0.38 |
| HSL | 300º | 0.66% | 0.37% | - |
| HSV(B) | 300º | 0.8% | 0.62% | - |
| XYZ | 20.79 | 10.77 | 33.33 | - |
| YUV | 84.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 158 | 0 | 0.80 | 0 | 0.38 | 300 | 0.66 | 0.37 |
| Hex | 9E | 20 | 9E | 0 | 50 | 0 | 26 | 12C | 42 | 25 |
| Octal | 236 | 40 | 236 | 0 | 120 | 0 | 46 | 454 | 102 | 45 |
| Binary | 10011110 | 100000 | 10011110 | 0 | 1010000 | 0 | 100110 | 100101100 | 1000010 | 100101 |
Color Harmonies of #9E209E
Complementary color
Monochromatic Colors of #9E209E
Black with #9E209E
Text Example
Text Example
White with #9E209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E209E; }
p { color: rgb(158,32,158); }
H1.HeaderClassName
{
color: #9E209E;
}
.AnyTagClassName
{
color: #9E209E;
}
</style>
background-color css
<style>
a { background-color: #9E209E; }
a { background-color: rgb(158,32,158); }
div.DivClassName
{
background-color: #9E209E;
}
.BgClassName
{
background-color: #9E209E;
}
</style>
border-color css
<style>
span { border-color: #9E209E; }
span { border-color: rgb(158,32,158); }
td.TdClassName
{
border-color: #9E209E;
}
.TagClassName
{
border-color: #9E209E;
}
</style>