Shades of Dark Magenta #9E16AC
Tints of Dark Magenta #9E16AC
RGB
CMYK
RGB Variations
Color information
#9E16AC (or 0x9E16AC) is known color: Dark Magenta. HEX triplet: 9E, 16 and AC. RGB value is (158,22,172). Sum of RGB (Red+Green+Blue) = 158+22+172=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E16AC is #61E953. Grayscale: #4F4F4F. Windows color (decimal): -6416724 or 11277982. OLE color: 11277982.
HSL color Cylindrical-coordinate representation of color #9E16AC: hue angle of 294.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E16AC is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 22 | 172 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.33 |
| HSL | 294.4º | 0.77% | 0.38% | - |
| HSV(B) | 294.4º | 0.87% | 0.67% | - |
| XYZ | 21.83 | 10.82 | 39.97 | - |
| YUV | 79.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 172 | 0.08 | 0.87 | 0 | 0.33 | 294.4 | 0.77 | 0.38 |
| Hex | 9E | 16 | AC | 8 | 57 | 0 | 21 | 126 | 4D | 26 |
| Octal | 236 | 26 | 254 | 10 | 127 | 0 | 41 | 446 | 115 | 46 |
| Binary | 10011110 | 10110 | 10101100 | 1000 | 1010111 | 0 | 100001 | 100100110 | 1001101 | 100110 |
Color Harmonies of #9E16AC
Complementary color
Monochromatic Colors of #9E16AC
Black with #9E16AC
Text Example
Text Example
White with #9E16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E16AC; }
p { color: rgb(158,22,172); }
H1.HeaderClassName
{
color: #9E16AC;
}
.AnyTagClassName
{
color: #9E16AC;
}
</style>
background-color css
<style>
a { background-color: #9E16AC; }
a { background-color: rgb(158,22,172); }
div.DivClassName
{
background-color: #9E16AC;
}
.BgClassName
{
background-color: #9E16AC;
}
</style>
border-color css
<style>
span { border-color: #9E16AC; }
span { border-color: rgb(158,22,172); }
td.TdClassName
{
border-color: #9E16AC;
}
.TagClassName
{
border-color: #9E16AC;
}
</style>