Shades of Dark Magenta #9E1DA4
Tints of Dark Magenta #9E1DA4
RGB
CMYK
RGB Variations
Color information
#9E1DA4 (or 0x9E1DA4) is known color: Dark Magenta. HEX triplet: 9E, 1D and A4. RGB value is (158,29,164). Sum of RGB (Red+Green+Blue) = 158+29+164=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E1DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1DA4 is #61E25B. Grayscale: #525252. Windows color (decimal): -6414940 or 10755486. OLE color: 10755486.
HSL color Cylindrical-coordinate representation of color #9E1DA4: hue angle of 297.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1DA4 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 29 | 164 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.36 |
| HSL | 297.33º | 0.7% | 0.38% | - |
| HSV(B) | 297.33º | 0.82% | 0.64% | - |
| XYZ | 21.24 | 10.83 | 36.09 | - |
| YUV | 82.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 164 | 0.04 | 0.82 | 0 | 0.36 | 297.33 | 0.7 | 0.38 |
| Hex | 9E | 1D | A4 | 4 | 52 | 0 | 24 | 129 | 46 | 26 |
| Octal | 236 | 35 | 244 | 4 | 122 | 0 | 44 | 451 | 106 | 46 |
| Binary | 10011110 | 11101 | 10100100 | 100 | 1010010 | 0 | 100100 | 100101001 | 1000110 | 100110 |
Color Harmonies of #9E1DA4
Complementary color
Monochromatic Colors of #9E1DA4
Black with #9E1DA4
Text Example
Text Example
White with #9E1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1DA4; }
p { color: rgb(158,29,164); }
H1.HeaderClassName
{
color: #9E1DA4;
}
.AnyTagClassName
{
color: #9E1DA4;
}
</style>
background-color css
<style>
a { background-color: #9E1DA4; }
a { background-color: rgb(158,29,164); }
div.DivClassName
{
background-color: #9E1DA4;
}
.BgClassName
{
background-color: #9E1DA4;
}
</style>
border-color css
<style>
span { border-color: #9E1DA4; }
span { border-color: rgb(158,29,164); }
td.TdClassName
{
border-color: #9E1DA4;
}
.TagClassName
{
border-color: #9E1DA4;
}
</style>