Shades of Dark Magenta #9E148B
Tints of Dark Magenta #9E148B
RGB
CMYK
RGB Variations
Color information
#9E148B (or 0x9E148B) is known color: Dark Magenta. HEX triplet: 9E, 14 and 8B. RGB value is (158,20,139). Sum of RGB (Red+Green+Blue) = 158+20+139=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E148B is #61EB74. Grayscale: #4A4A4A. Windows color (decimal): -6417269 or 9114782. OLE color: 9114782.
HSL color Cylindrical-coordinate representation of color #9E148B: hue angle of 308.26º 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 #9E148B is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 139 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.38 |
| HSL | 308.26º | 0.78% | 0.35% | - |
| HSV(B) | 308.26º | 0.87% | 0.62% | - |
| XYZ | 19.01 | 9.63 | 25.28 | - |
| YUV | 74.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 139 | 0 | 0.87 | 0.12 | 0.38 | 308.26 | 0.78 | 0.35 |
| Hex | 9E | 14 | 8B | 0 | 57 | C | 26 | 134 | 4E | 23 |
| Octal | 236 | 24 | 213 | 0 | 127 | 14 | 46 | 464 | 116 | 43 |
| Binary | 10011110 | 10100 | 10001011 | 0 | 1010111 | 1100 | 100110 | 100110100 | 1001110 | 100011 |
Color Harmonies of #9E148B
Complementary color
Monochromatic Colors of #9E148B
Black with #9E148B
Text Example
Text Example
White with #9E148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E148B; }
p { color: rgb(158,20,139); }
H1.HeaderClassName
{
color: #9E148B;
}
.AnyTagClassName
{
color: #9E148B;
}
</style>
background-color css
<style>
a { background-color: #9E148B; }
a { background-color: rgb(158,20,139); }
div.DivClassName
{
background-color: #9E148B;
}
.BgClassName
{
background-color: #9E148B;
}
</style>
border-color css
<style>
span { border-color: #9E148B; }
span { border-color: rgb(158,20,139); }
td.TdClassName
{
border-color: #9E148B;
}
.TagClassName
{
border-color: #9E148B;
}
</style>