Shades of Dark Magenta #9E14AC
Tints of Dark Magenta #9E14AC
RGB
CMYK
RGB Variations
Color information
#9E14AC (or 0x9E14AC) is known color: Dark Magenta. HEX triplet: 9E, 14 and AC. RGB value is (158,20,172). Sum of RGB (Red+Green+Blue) = 158+20+172=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E14AC is #61EB53. Grayscale: #4E4E4E. Windows color (decimal): -6417236 or 11277470. OLE color: 11277470.
HSL color Cylindrical-coordinate representation of color #9E14AC: hue angle of 294.47º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E14AC is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 20 | 172 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.33 |
| HSL | 294.47º | 0.79% | 0.38% | - |
| HSV(B) | 294.47º | 0.88% | 0.67% | - |
| XYZ | 21.8 | 10.75 | 39.96 | - |
| YUV | 78.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 20 | 172 | 0.08 | 0.88 | 0 | 0.33 | 294.47 | 0.79 | 0.38 |
| Hex | 9E | 14 | AC | 8 | 58 | 0 | 21 | 126 | 4F | 26 |
| Octal | 236 | 24 | 254 | 10 | 130 | 0 | 41 | 446 | 117 | 46 |
| Binary | 10011110 | 10100 | 10101100 | 1000 | 1011000 | 0 | 100001 | 100100110 | 1001111 | 100110 |
Color Harmonies of #9E14AC
Complementary color
Monochromatic Colors of #9E14AC
Black with #9E14AC
Text Example
Text Example
White with #9E14AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E14AC; }
p { color: rgb(158,20,172); }
H1.HeaderClassName
{
color: #9E14AC;
}
.AnyTagClassName
{
color: #9E14AC;
}
</style>
background-color css
<style>
a { background-color: #9E14AC; }
a { background-color: rgb(158,20,172); }
div.DivClassName
{
background-color: #9E14AC;
}
.BgClassName
{
background-color: #9E14AC;
}
</style>
border-color css
<style>
span { border-color: #9E14AC; }
span { border-color: rgb(158,20,172); }
td.TdClassName
{
border-color: #9E14AC;
}
.TagClassName
{
border-color: #9E14AC;
}
</style>