Shades of Dark Magenta #9E149D
Tints of Dark Magenta #9E149D
RGB
CMYK
RGB Variations
Color information
#9E149D (or 0x9E149D) is known color: Dark Magenta. HEX triplet: 9E, 14 and 9D. RGB value is (158,20,157). Sum of RGB (Red+Green+Blue) = 158+20+157=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E149D is #61EB62. Grayscale: #4C4C4C. Windows color (decimal): -6417251 or 10294430. OLE color: 10294430.
HSL color Cylindrical-coordinate representation of color #9E149D: hue angle of 300.43º 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 #9E149D is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 157 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.38 |
| HSL | 300.43º | 0.78% | 0.35% | - |
| HSV(B) | 300.43º | 0.87% | 0.62% | - |
| XYZ | 20.44 | 10.2 | 32.79 | - |
| YUV | 76.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 157 | 0 | 0.87 | 0.01 | 0.38 | 300.43 | 0.78 | 0.35 |
| Hex | 9E | 14 | 9D | 0 | 57 | 1 | 26 | 12C | 4E | 23 |
| Octal | 236 | 24 | 235 | 0 | 127 | 1 | 46 | 454 | 116 | 43 |
| Binary | 10011110 | 10100 | 10011101 | 0 | 1010111 | 1 | 100110 | 100101100 | 1001110 | 100011 |
Color Harmonies of #9E149D
Complementary color
Monochromatic Colors of #9E149D
Black with #9E149D
Text Example
Text Example
White with #9E149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E149D; }
p { color: rgb(158,20,157); }
H1.HeaderClassName
{
color: #9E149D;
}
.AnyTagClassName
{
color: #9E149D;
}
</style>
background-color css
<style>
a { background-color: #9E149D; }
a { background-color: rgb(158,20,157); }
div.DivClassName
{
background-color: #9E149D;
}
.BgClassName
{
background-color: #9E149D;
}
</style>
border-color css
<style>
span { border-color: #9E149D; }
span { border-color: rgb(158,20,157); }
td.TdClassName
{
border-color: #9E149D;
}
.TagClassName
{
border-color: #9E149D;
}
</style>