Shades of Dark Magenta #9D1892
Tints of Dark Magenta #9D1892
RGB
CMYK
RGB Variations
Color information
#9D1892 (or 0x9D1892) is known color: Dark Magenta. HEX triplet: 9D, 18 and 92. RGB value is (157,24,146). Sum of RGB (Red+Green+Blue) = 157+24+146=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1892 is #62E76D. Grayscale: #4D4D4D. Windows color (decimal): -6481774 or 9574557. OLE color: 9574557.
HSL color Cylindrical-coordinate representation of color #9D1892: hue angle of 304.96º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1892 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 146 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.38 |
| HSL | 304.96º | 0.73% | 0.35% | - |
| HSV(B) | 304.96º | 0.85% | 0.62% | - |
| XYZ | 19.42 | 9.9 | 28.08 | - |
| YUV | 77.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 146 | 0 | 0.85 | 0.07 | 0.38 | 304.96 | 0.73 | 0.35 |
| Hex | 9D | 18 | 92 | 0 | 55 | 7 | 26 | 131 | 49 | 23 |
| Octal | 235 | 30 | 222 | 0 | 125 | 7 | 46 | 461 | 111 | 43 |
| Binary | 10011101 | 11000 | 10010010 | 0 | 1010101 | 111 | 100110 | 100110001 | 1001001 | 100011 |
Color Harmonies of #9D1892
Complementary color
Monochromatic Colors of #9D1892
Black with #9D1892
Text Example
Text Example
White with #9D1892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1892; }
p { color: rgb(157,24,146); }
H1.HeaderClassName
{
color: #9D1892;
}
.AnyTagClassName
{
color: #9D1892;
}
</style>
background-color css
<style>
a { background-color: #9D1892; }
a { background-color: rgb(157,24,146); }
div.DivClassName
{
background-color: #9D1892;
}
.BgClassName
{
background-color: #9D1892;
}
</style>
border-color css
<style>
span { border-color: #9D1892; }
span { border-color: rgb(157,24,146); }
td.TdClassName
{
border-color: #9D1892;
}
.TagClassName
{
border-color: #9D1892;
}
</style>