Shades of Dark Magenta #9E219B
Tints of Dark Magenta #9E219B
RGB
CMYK
RGB Variations
Color information
#9E219B (or 0x9E219B) is known color: Dark Magenta. HEX triplet: 9E, 21 and 9B. RGB value is (158,33,155). Sum of RGB (Red+Green+Blue) = 158+33+155=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E219B is #61DE64. Grayscale: #535353. Windows color (decimal): -6413925 or 10166686. OLE color: 10166686.
HSL color Cylindrical-coordinate representation of color #9E219B: hue angle of 301.44º 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 #9E219B is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 155 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.38 |
| HSL | 301.44º | 0.65% | 0.37% | - |
| HSV(B) | 301.44º | 0.79% | 0.62% | - |
| XYZ | 20.56 | 10.72 | 32 | - |
| YUV | 84.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 155 | 0 | 0.79 | 0.02 | 0.38 | 301.44 | 0.65 | 0.37 |
| Hex | 9E | 21 | 9B | 0 | 4F | 2 | 26 | 12D | 41 | 25 |
| Octal | 236 | 41 | 233 | 0 | 117 | 2 | 46 | 455 | 101 | 45 |
| Binary | 10011110 | 100001 | 10011011 | 0 | 1001111 | 10 | 100110 | 100101101 | 1000001 | 100101 |
Color Harmonies of #9E219B
Complementary color
Monochromatic Colors of #9E219B
Black with #9E219B
Text Example
Text Example
White with #9E219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E219B; }
p { color: rgb(158,33,155); }
H1.HeaderClassName
{
color: #9E219B;
}
.AnyTagClassName
{
color: #9E219B;
}
</style>
background-color css
<style>
a { background-color: #9E219B; }
a { background-color: rgb(158,33,155); }
div.DivClassName
{
background-color: #9E219B;
}
.BgClassName
{
background-color: #9E219B;
}
</style>
border-color css
<style>
span { border-color: #9E219B; }
span { border-color: rgb(158,33,155); }
td.TdClassName
{
border-color: #9E219B;
}
.TagClassName
{
border-color: #9E219B;
}
</style>