Shades of Dark Magenta #9E14AB
Tints of Dark Magenta #9E14AB
RGB
CMYK
RGB Variations
Color information
#9E14AB (or 0x9E14AB) is known color: Dark Magenta. HEX triplet: 9E, 14 and AB. RGB value is (158,20,171). Sum of RGB (Red+Green+Blue) = 158+20+171=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E14AB is #61EB54. Grayscale: #4E4E4E. Windows color (decimal): -6417237 or 11211934. OLE color: 11211934.
HSL color Cylindrical-coordinate representation of color #9E14AB: hue angle of 294.83º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E14AB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 20 | 171 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.33 |
| HSL | 294.83º | 0.79% | 0.37% | - |
| HSV(B) | 294.83º | 0.88% | 0.67% | - |
| XYZ | 21.7 | 10.71 | 39.45 | - |
| YUV | 78.48 | 180.22 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 171 | 0.08 | 0.88 | 0 | 0.33 | 294.83 | 0.79 | 0.37 |
| Hex | 9E | 14 | AB | 8 | 58 | 0 | 21 | 127 | 4F | 25 |
| Octal | 236 | 24 | 253 | 10 | 130 | 0 | 41 | 447 | 117 | 45 |
| Binary | 10011110 | 10100 | 10101011 | 1000 | 1011000 | 0 | 100001 | 100100111 | 1001111 | 100101 |
Color Harmonies of #9E14AB
Complementary color
Monochromatic Colors of #9E14AB
Black with #9E14AB
Text Example
Text Example
White with #9E14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14AB; }
p { color: rgb(158,20,171); }
H1.HeaderClassName
{
color: #9E14AB;
}
.AnyTagClassName
{
color: #9E14AB;
}
</style>
background-color css
<style>
a { background-color: #9E14AB; }
a { background-color: rgb(158,20,171); }
div.DivClassName
{
background-color: #9E14AB;
}
.BgClassName
{
background-color: #9E14AB;
}
</style>
border-color css
<style>
span { border-color: #9E14AB; }
span { border-color: rgb(158,20,171); }
td.TdClassName
{
border-color: #9E14AB;
}
.TagClassName
{
border-color: #9E14AB;
}
</style>