Shades of Dark Magenta #9E219D
Tints of Dark Magenta #9E219D
RGB
CMYK
RGB Variations
Color information
#9E219D (or 0x9E219D) is known color: Dark Magenta. HEX triplet: 9E, 21 and 9D. RGB value is (158,33,157). Sum of RGB (Red+Green+Blue) = 158+33+157=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E219D is #61DE62. Grayscale: #545454. Windows color (decimal): -6413923 or 10297758. OLE color: 10297758.
HSL color Cylindrical-coordinate representation of color #9E219D: hue angle of 300.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E219D is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 157 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.38 |
| HSL | 300.48º | 0.65% | 0.37% | - |
| HSV(B) | 300.48º | 0.79% | 0.62% | - |
| XYZ | 20.73 | 10.79 | 32.89 | - |
| YUV | 84.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 157 | 0 | 0.79 | 0.01 | 0.38 | 300.48 | 0.65 | 0.37 |
| Hex | 9E | 21 | 9D | 0 | 4F | 1 | 26 | 12C | 41 | 25 |
| Octal | 236 | 41 | 235 | 0 | 117 | 1 | 46 | 454 | 101 | 45 |
| Binary | 10011110 | 100001 | 10011101 | 0 | 1001111 | 1 | 100110 | 100101100 | 1000001 | 100101 |
Color Harmonies of #9E219D
Complementary color
Monochromatic Colors of #9E219D
Black with #9E219D
Text Example
Text Example
White with #9E219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E219D; }
p { color: rgb(158,33,157); }
H1.HeaderClassName
{
color: #9E219D;
}
.AnyTagClassName
{
color: #9E219D;
}
</style>
background-color css
<style>
a { background-color: #9E219D; }
a { background-color: rgb(158,33,157); }
div.DivClassName
{
background-color: #9E219D;
}
.BgClassName
{
background-color: #9E219D;
}
</style>
border-color css
<style>
span { border-color: #9E219D; }
span { border-color: rgb(158,33,157); }
td.TdClassName
{
border-color: #9E219D;
}
.TagClassName
{
border-color: #9E219D;
}
</style>