Shades of Dark Magenta #9E129E
Tints of Dark Magenta #9E129E
RGB
CMYK
RGB Variations
Color information
#9E129E (or 0x9E129E) is known color: Dark Magenta. HEX triplet: 9E, 12 and 9E. RGB value is (158,18,158). Sum of RGB (Red+Green+Blue) = 158+18+158=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E129E is #61ED61. Grayscale: #4B4B4B. Windows color (decimal): -6417762 or 10359454. OLE color: 10359454.
HSL color Cylindrical-coordinate representation of color #9E129E: hue angle of 300º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E129E is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 158 | - |
| CMYK | 0 | 0.89 | 0 | 0.38 |
| HSL | 300º | 0.8% | 0.35% | - |
| HSV(B) | 300º | 0.89% | 0.62% | - |
| XYZ | 20.49 | 10.17 | 33.23 | - |
| YUV | 75.82 | 174.38 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 158 | 0 | 0.89 | 0 | 0.38 | 300 | 0.8 | 0.35 |
| Hex | 9E | 12 | 9E | 0 | 59 | 0 | 26 | 12C | 50 | 23 |
| Octal | 236 | 22 | 236 | 0 | 131 | 0 | 46 | 454 | 120 | 43 |
| Binary | 10011110 | 10010 | 10011110 | 0 | 1011001 | 0 | 100110 | 100101100 | 1010000 | 100011 |
Color Harmonies of #9E129E
Complementary color
Monochromatic Colors of #9E129E
Black with #9E129E
Text Example
Text Example
White with #9E129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E129E; }
p { color: rgb(158,18,158); }
H1.HeaderClassName
{
color: #9E129E;
}
.AnyTagClassName
{
color: #9E129E;
}
</style>
background-color css
<style>
a { background-color: #9E129E; }
a { background-color: rgb(158,18,158); }
div.DivClassName
{
background-color: #9E129E;
}
.BgClassName
{
background-color: #9E129E;
}
</style>
border-color css
<style>
span { border-color: #9E129E; }
span { border-color: rgb(158,18,158); }
td.TdClassName
{
border-color: #9E129E;
}
.TagClassName
{
border-color: #9E129E;
}
</style>