Shades of Dark Magenta #9D1EA6
Tints of Dark Magenta #9D1EA6
RGB
CMYK
RGB Variations
Color information
#9D1EA6 (or 0x9D1EA6) is known color: Dark Magenta. HEX triplet: 9D, 1E and A6. RGB value is (157,30,166). Sum of RGB (Red+Green+Blue) = 157+30+166=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D1EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1EA6 is #62E159. Grayscale: #535353. Windows color (decimal): -6480218 or 10886813. OLE color: 10886813.
HSL color Cylindrical-coordinate representation of color #9D1EA6: hue angle of 296.03º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1EA6 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 30 | 166 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.35 |
| HSL | 296.03º | 0.69% | 0.38% | - |
| HSV(B) | 296.03º | 0.82% | 0.65% | - |
| XYZ | 21.25 | 10.85 | 37.05 | - |
| YUV | 83.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 166 | 0.05 | 0.82 | 0 | 0.35 | 296.03 | 0.69 | 0.38 |
| Hex | 9D | 1E | A6 | 5 | 52 | 0 | 23 | 128 | 45 | 26 |
| Octal | 235 | 36 | 246 | 5 | 122 | 0 | 43 | 450 | 105 | 46 |
| Binary | 10011101 | 11110 | 10100110 | 101 | 1010010 | 0 | 100011 | 100101000 | 1000101 | 100110 |
Color Harmonies of #9D1EA6
Complementary color
Monochromatic Colors of #9D1EA6
Black with #9D1EA6
Text Example
Text Example
White with #9D1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1EA6; }
p { color: rgb(157,30,166); }
H1.HeaderClassName
{
color: #9D1EA6;
}
.AnyTagClassName
{
color: #9D1EA6;
}
</style>
background-color css
<style>
a { background-color: #9D1EA6; }
a { background-color: rgb(157,30,166); }
div.DivClassName
{
background-color: #9D1EA6;
}
.BgClassName
{
background-color: #9D1EA6;
}
</style>
border-color css
<style>
span { border-color: #9D1EA6; }
span { border-color: rgb(157,30,166); }
td.TdClassName
{
border-color: #9D1EA6;
}
.TagClassName
{
border-color: #9D1EA6;
}
</style>