Shades of Dark Magenta #9E18AB
Tints of Dark Magenta #9E18AB
RGB
CMYK
RGB Variations
Color information
#9E18AB (or 0x9E18AB) is known color: Dark Magenta. HEX triplet: 9E, 18 and AB. RGB value is (158,24,171). Sum of RGB (Red+Green+Blue) = 158+24+171=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E18AB is #61E754. Grayscale: #505050. Windows color (decimal): -6416213 or 11212958. OLE color: 11212958.
HSL color Cylindrical-coordinate representation of color #9E18AB: hue angle of 294.69º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E18AB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 24 | 171 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.33 |
| HSL | 294.69º | 0.75% | 0.38% | - |
| HSV(B) | 294.69º | 0.86% | 0.67% | - |
| XYZ | 21.78 | 10.86 | 39.48 | - |
| YUV | 80.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 24 | 171 | 0.08 | 0.86 | 0 | 0.33 | 294.69 | 0.75 | 0.38 |
| Hex | 9E | 18 | AB | 8 | 56 | 0 | 21 | 127 | 4B | 26 |
| Octal | 236 | 30 | 253 | 10 | 126 | 0 | 41 | 447 | 113 | 46 |
| Binary | 10011110 | 11000 | 10101011 | 1000 | 1010110 | 0 | 100001 | 100100111 | 1001011 | 100110 |
Color Harmonies of #9E18AB
Complementary color
Monochromatic Colors of #9E18AB
Black with #9E18AB
Text Example
Text Example
White with #9E18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E18AB; }
p { color: rgb(158,24,171); }
H1.HeaderClassName
{
color: #9E18AB;
}
.AnyTagClassName
{
color: #9E18AB;
}
</style>
background-color css
<style>
a { background-color: #9E18AB; }
a { background-color: rgb(158,24,171); }
div.DivClassName
{
background-color: #9E18AB;
}
.BgClassName
{
background-color: #9E18AB;
}
</style>
border-color css
<style>
span { border-color: #9E18AB; }
span { border-color: rgb(158,24,171); }
td.TdClassName
{
border-color: #9E18AB;
}
.TagClassName
{
border-color: #9E18AB;
}
</style>