Shades of Dark Magenta #9E1D9A
Tints of Dark Magenta #9E1D9A
RGB
CMYK
RGB Variations
Color information
#9E1D9A (or 0x9E1D9A) is known color: Dark Magenta. HEX triplet: 9E, 1D and 9A. RGB value is (158,29,154). Sum of RGB (Red+Green+Blue) = 158+29+154=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1D9A is #61E265. Grayscale: #515151. Windows color (decimal): -6414950 or 10100126. OLE color: 10100126.
HSL color Cylindrical-coordinate representation of color #9E1D9A: hue angle of 301.86º 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 #9E1D9A is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 154 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.38 |
| HSL | 301.86º | 0.69% | 0.37% | - |
| HSV(B) | 301.86º | 0.82% | 0.62% | - |
| XYZ | 20.37 | 10.48 | 31.52 | - |
| YUV | 81.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 154 | 0 | 0.82 | 0.03 | 0.38 | 301.86 | 0.69 | 0.37 |
| Hex | 9E | 1D | 9A | 0 | 52 | 3 | 26 | 12E | 45 | 25 |
| Octal | 236 | 35 | 232 | 0 | 122 | 3 | 46 | 456 | 105 | 45 |
| Binary | 10011110 | 11101 | 10011010 | 0 | 1010010 | 11 | 100110 | 100101110 | 1000101 | 100101 |
Color Harmonies of #9E1D9A
Complementary color
Monochromatic Colors of #9E1D9A
Black with #9E1D9A
Text Example
Text Example
White with #9E1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D9A; }
p { color: rgb(158,29,154); }
H1.HeaderClassName
{
color: #9E1D9A;
}
.AnyTagClassName
{
color: #9E1D9A;
}
</style>
background-color css
<style>
a { background-color: #9E1D9A; }
a { background-color: rgb(158,29,154); }
div.DivClassName
{
background-color: #9E1D9A;
}
.BgClassName
{
background-color: #9E1D9A;
}
</style>
border-color css
<style>
span { border-color: #9E1D9A; }
span { border-color: rgb(158,29,154); }
td.TdClassName
{
border-color: #9E1D9A;
}
.TagClassName
{
border-color: #9E1D9A;
}
</style>