Shades of Dark Magenta #9E148F
Tints of Dark Magenta #9E148F
RGB
CMYK
RGB Variations
Color information
#9E148F (or 0x9E148F) is known color: Dark Magenta. HEX triplet: 9E, 14 and 8F. RGB value is (158,20,143). Sum of RGB (Red+Green+Blue) = 158+20+143=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E148F is #61EB70. Grayscale: #4A4A4A. Windows color (decimal): -6417265 or 9376926. OLE color: 9376926.
HSL color Cylindrical-coordinate representation of color #9E148F: hue angle of 306.52º 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 #9E148F is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 20 | 143 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.38 |
| HSL | 306.52º | 0.78% | 0.35% | - |
| HSV(B) | 306.52º | 0.87% | 0.62% | - |
| XYZ | 19.31 | 9.75 | 26.85 | - |
| YUV | 75.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 143 | 0 | 0.87 | 0.09 | 0.38 | 306.52 | 0.78 | 0.35 |
| Hex | 9E | 14 | 8F | 0 | 57 | 9 | 26 | 133 | 4E | 23 |
| Octal | 236 | 24 | 217 | 0 | 127 | 11 | 46 | 463 | 116 | 43 |
| Binary | 10011110 | 10100 | 10001111 | 0 | 1010111 | 1001 | 100110 | 100110011 | 1001110 | 100011 |
Color Harmonies of #9E148F
Complementary color
Monochromatic Colors of #9E148F
Black with #9E148F
Text Example
Text Example
White with #9E148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E148F; }
p { color: rgb(158,20,143); }
H1.HeaderClassName
{
color: #9E148F;
}
.AnyTagClassName
{
color: #9E148F;
}
</style>
background-color css
<style>
a { background-color: #9E148F; }
a { background-color: rgb(158,20,143); }
div.DivClassName
{
background-color: #9E148F;
}
.BgClassName
{
background-color: #9E148F;
}
</style>
border-color css
<style>
span { border-color: #9E148F; }
span { border-color: rgb(158,20,143); }
td.TdClassName
{
border-color: #9E148F;
}
.TagClassName
{
border-color: #9E148F;
}
</style>