Shades of Dark Magenta #9E1493
Tints of Dark Magenta #9E1493
RGB
CMYK
RGB Variations
Color information
#9E1493 (or 0x9E1493) is known color: Dark Magenta. HEX triplet: 9E, 14 and 93. RGB value is (158,20,147). Sum of RGB (Red+Green+Blue) = 158+20+147=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1493 is #61EB6C. Grayscale: #4B4B4B. Windows color (decimal): -6417261 or 9639070. OLE color: 9639070.
HSL color Cylindrical-coordinate representation of color #9E1493: hue angle of 304.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1493 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 147 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.38 |
| HSL | 304.78º | 0.78% | 0.35% | - |
| HSV(B) | 304.78º | 0.87% | 0.62% | - |
| XYZ | 19.62 | 9.88 | 28.48 | - |
| YUV | 75.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 147 | 0 | 0.87 | 0.07 | 0.38 | 304.78 | 0.78 | 0.35 |
| Hex | 9E | 14 | 93 | 0 | 57 | 7 | 26 | 131 | 4E | 23 |
| Octal | 236 | 24 | 223 | 0 | 127 | 7 | 46 | 461 | 116 | 43 |
| Binary | 10011110 | 10100 | 10010011 | 0 | 1010111 | 111 | 100110 | 100110001 | 1001110 | 100011 |
Color Harmonies of #9E1493
Complementary color
Monochromatic Colors of #9E1493
Black with #9E1493
Text Example
Text Example
White with #9E1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1493; }
p { color: rgb(158,20,147); }
H1.HeaderClassName
{
color: #9E1493;
}
.AnyTagClassName
{
color: #9E1493;
}
</style>
background-color css
<style>
a { background-color: #9E1493; }
a { background-color: rgb(158,20,147); }
div.DivClassName
{
background-color: #9E1493;
}
.BgClassName
{
background-color: #9E1493;
}
</style>
border-color css
<style>
span { border-color: #9E1493; }
span { border-color: rgb(158,20,147); }
td.TdClassName
{
border-color: #9E1493;
}
.TagClassName
{
border-color: #9E1493;
}
</style>