Shades of Dark Magenta #9E148A
Tints of Dark Magenta #9E148A
RGB
CMYK
RGB Variations
Color information
#9E148A (or 0x9E148A) is known color: Dark Magenta. HEX triplet: 9E, 14 and 8A. RGB value is (158,20,138). Sum of RGB (Red+Green+Blue) = 158+20+138=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E148A is #61EB75. Grayscale: #4A4A4A. Windows color (decimal): -6417270 or 9049246. OLE color: 9049246.
HSL color Cylindrical-coordinate representation of color #9E148A: hue angle of 308.7º 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 #9E148A is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 138 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.38 |
| HSL | 308.7º | 0.78% | 0.35% | - |
| HSV(B) | 308.7º | 0.87% | 0.62% | - |
| XYZ | 18.94 | 9.6 | 24.9 | - |
| YUV | 74.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 138 | 0 | 0.87 | 0.13 | 0.38 | 308.7 | 0.78 | 0.35 |
| Hex | 9E | 14 | 8A | 0 | 57 | D | 26 | 135 | 4E | 23 |
| Octal | 236 | 24 | 212 | 0 | 127 | 15 | 46 | 465 | 116 | 43 |
| Binary | 10011110 | 10100 | 10001010 | 0 | 1010111 | 1101 | 100110 | 100110101 | 1001110 | 100011 |
Color Harmonies of #9E148A
Complementary color
Monochromatic Colors of #9E148A
Black with #9E148A
Text Example
Text Example
White with #9E148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E148A; }
p { color: rgb(158,20,138); }
H1.HeaderClassName
{
color: #9E148A;
}
.AnyTagClassName
{
color: #9E148A;
}
</style>
background-color css
<style>
a { background-color: #9E148A; }
a { background-color: rgb(158,20,138); }
div.DivClassName
{
background-color: #9E148A;
}
.BgClassName
{
background-color: #9E148A;
}
</style>
border-color css
<style>
span { border-color: #9E148A; }
span { border-color: rgb(158,20,138); }
td.TdClassName
{
border-color: #9E148A;
}
.TagClassName
{
border-color: #9E148A;
}
</style>