Shades of Dark Magenta #9E109A
Tints of Dark Magenta #9E109A
RGB
CMYK
RGB Variations
Color information
#9E109A (or 0x9E109A) is known color: Dark Magenta. HEX triplet: 9E, 10 and 9A. RGB value is (158,16,154). Sum of RGB (Red+Green+Blue) = 158+16+154=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E109A is #61EF65. Grayscale: #494949. Windows color (decimal): -6418278 or 10096798. OLE color: 10096798.
HSL color Cylindrical-coordinate representation of color #9E109A: hue angle of 301.69º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E109A is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 154 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.38 |
| HSL | 301.69º | 0.82% | 0.34% | - |
| HSV(B) | 301.69º | 0.9% | 0.62% | - |
| XYZ | 20.12 | 9.97 | 31.44 | - |
| YUV | 74.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 154 | 0 | 0.90 | 0.03 | 0.38 | 301.69 | 0.82 | 0.34 |
| Hex | 9E | 10 | 9A | 0 | 5A | 3 | 26 | 12E | 52 | 22 |
| Octal | 236 | 20 | 232 | 0 | 132 | 3 | 46 | 456 | 122 | 42 |
| Binary | 10011110 | 10000 | 10011010 | 0 | 1011010 | 11 | 100110 | 100101110 | 1010010 | 100010 |
Color Harmonies of #9E109A
Complementary color
Monochromatic Colors of #9E109A
Black with #9E109A
Text Example
Text Example
White with #9E109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E109A; }
p { color: rgb(158,16,154); }
H1.HeaderClassName
{
color: #9E109A;
}
.AnyTagClassName
{
color: #9E109A;
}
</style>
background-color css
<style>
a { background-color: #9E109A; }
a { background-color: rgb(158,16,154); }
div.DivClassName
{
background-color: #9E109A;
}
.BgClassName
{
background-color: #9E109A;
}
</style>
border-color css
<style>
span { border-color: #9E109A; }
span { border-color: rgb(158,16,154); }
td.TdClassName
{
border-color: #9E109A;
}
.TagClassName
{
border-color: #9E109A;
}
</style>