Shades of Dark Magenta #9E149F
Tints of Dark Magenta #9E149F
RGB
CMYK
RGB Variations
Color information
#9E149F (or 0x9E149F) is known color: Dark Magenta. HEX triplet: 9E, 14 and 9F. RGB value is (158,20,159). Sum of RGB (Red+Green+Blue) = 158+20+159=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E149F is #61EB60. Grayscale: #4C4C4C. Windows color (decimal): -6417249 or 10425502. OLE color: 10425502.
HSL color Cylindrical-coordinate representation of color #9E149F: hue angle of 299.57º 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 #9E149F is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 159 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.38 |
| HSL | 299.57º | 0.78% | 0.35% | - |
| HSV(B) | 299.57º | 0.87% | 0.62% | - |
| XYZ | 20.61 | 10.27 | 33.7 | - |
| YUV | 77.11 | 174.22 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 159 | 0.01 | 0.87 | 0 | 0.38 | 299.57 | 0.78 | 0.35 |
| Hex | 9E | 14 | 9F | 1 | 57 | 0 | 26 | 12C | 4E | 23 |
| Octal | 236 | 24 | 237 | 1 | 127 | 0 | 46 | 454 | 116 | 43 |
| Binary | 10011110 | 10100 | 10011111 | 1 | 1010111 | 0 | 100110 | 100101100 | 1001110 | 100011 |
Color Harmonies of #9E149F
Complementary color
Monochromatic Colors of #9E149F
Black with #9E149F
Text Example
Text Example
White with #9E149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E149F; }
p { color: rgb(158,20,159); }
H1.HeaderClassName
{
color: #9E149F;
}
.AnyTagClassName
{
color: #9E149F;
}
</style>
background-color css
<style>
a { background-color: #9E149F; }
a { background-color: rgb(158,20,159); }
div.DivClassName
{
background-color: #9E149F;
}
.BgClassName
{
background-color: #9E149F;
}
</style>
border-color css
<style>
span { border-color: #9E149F; }
span { border-color: rgb(158,20,159); }
td.TdClassName
{
border-color: #9E149F;
}
.TagClassName
{
border-color: #9E149F;
}
</style>