Shades of Dark Magenta #9E129D
Tints of Dark Magenta #9E129D
RGB
CMYK
RGB Variations
Color information
#9E129D (or 0x9E129D) is known color: Dark Magenta. HEX triplet: 9E, 12 and 9D. RGB value is (158,18,157). Sum of RGB (Red+Green+Blue) = 158+18+157=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E129D is #61ED62. Grayscale: #4B4B4B. Windows color (decimal): -6417763 or 10293918. OLE color: 10293918.
HSL color Cylindrical-coordinate representation of color #9E129D: hue angle of 300.43º 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 #9E129D is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 18 | 157 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.38 |
| HSL | 300.43º | 0.8% | 0.35% | - |
| HSV(B) | 300.43º | 0.89% | 0.62% | - |
| XYZ | 20.4 | 10.14 | 32.78 | - |
| YUV | 75.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 18 | 157 | 0 | 0.89 | 0.01 | 0.38 | 300.43 | 0.8 | 0.35 |
| Hex | 9E | 12 | 9D | 0 | 59 | 1 | 26 | 12C | 50 | 23 |
| Octal | 236 | 22 | 235 | 0 | 131 | 1 | 46 | 454 | 120 | 43 |
| Binary | 10011110 | 10010 | 10011101 | 0 | 1011001 | 1 | 100110 | 100101100 | 1010000 | 100011 |
Color Harmonies of #9E129D
Complementary color
Monochromatic Colors of #9E129D
Black with #9E129D
Text Example
Text Example
White with #9E129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E129D; }
p { color: rgb(158,18,157); }
H1.HeaderClassName
{
color: #9E129D;
}
.AnyTagClassName
{
color: #9E129D;
}
</style>
background-color css
<style>
a { background-color: #9E129D; }
a { background-color: rgb(158,18,157); }
div.DivClassName
{
background-color: #9E129D;
}
.BgClassName
{
background-color: #9E129D;
}
</style>
border-color css
<style>
span { border-color: #9E129D; }
span { border-color: rgb(158,18,157); }
td.TdClassName
{
border-color: #9E129D;
}
.TagClassName
{
border-color: #9E129D;
}
</style>