Shades of Dark Magenta #9E1D9B
Tints of Dark Magenta #9E1D9B
RGB
CMYK
RGB Variations
Color information
#9E1D9B (or 0x9E1D9B) is known color: Dark Magenta. HEX triplet: 9E, 1D and 9B. RGB value is (158,29,155). Sum of RGB (Red+Green+Blue) = 158+29+155=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1D9B is #61E264. Grayscale: #515151. Windows color (decimal): -6414949 or 10165662. OLE color: 10165662.
HSL color Cylindrical-coordinate representation of color #9E1D9B: hue angle of 301.4º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D9B is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 155 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.38 |
| HSL | 301.4º | 0.69% | 0.37% | - |
| HSV(B) | 301.4º | 0.82% | 0.62% | - |
| XYZ | 20.46 | 10.51 | 31.96 | - |
| YUV | 81.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 155 | 0 | 0.82 | 0.02 | 0.38 | 301.4 | 0.69 | 0.37 |
| Hex | 9E | 1D | 9B | 0 | 52 | 2 | 26 | 12D | 45 | 25 |
| Octal | 236 | 35 | 233 | 0 | 122 | 2 | 46 | 455 | 105 | 45 |
| Binary | 10011110 | 11101 | 10011011 | 0 | 1010010 | 10 | 100110 | 100101101 | 1000101 | 100101 |
Color Harmonies of #9E1D9B
Complementary color
Monochromatic Colors of #9E1D9B
Black with #9E1D9B
Text Example
Text Example
White with #9E1D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D9B; }
p { color: rgb(158,29,155); }
H1.HeaderClassName
{
color: #9E1D9B;
}
.AnyTagClassName
{
color: #9E1D9B;
}
</style>
background-color css
<style>
a { background-color: #9E1D9B; }
a { background-color: rgb(158,29,155); }
div.DivClassName
{
background-color: #9E1D9B;
}
.BgClassName
{
background-color: #9E1D9B;
}
</style>
border-color css
<style>
span { border-color: #9E1D9B; }
span { border-color: rgb(158,29,155); }
td.TdClassName
{
border-color: #9E1D9B;
}
.TagClassName
{
border-color: #9E1D9B;
}
</style>