Shades of Dark Magenta #9D0892
Tints of Dark Magenta #9D0892
RGB
CMYK
RGB Variations
Color information
#9D0892 (or 0x9D0892) is known color: Dark Magenta. HEX triplet: 9D, 08 and 92. RGB value is (157,8,146). Sum of RGB (Red+Green+Blue) = 157+8+146=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0892 is #62F76D. Grayscale: #434343. Windows color (decimal): -6485870 or 9570461. OLE color: 9570461.
HSL color Cylindrical-coordinate representation of color #9D0892: hue angle of 304.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0892 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 146 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.38 |
| HSL | 304.43º | 0.9% | 0.32% | - |
| HSV(B) | 304.43º | 0.95% | 0.62% | - |
| XYZ | 19.18 | 9.42 | 28 | - |
| YUV | 68.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 146 | 0 | 0.95 | 0.07 | 0.38 | 304.43 | 0.9 | 0.32 |
| Hex | 9D | 8 | 92 | 0 | 5F | 7 | 26 | 130 | 5A | 20 |
| Octal | 235 | 10 | 222 | 0 | 137 | 7 | 46 | 460 | 132 | 40 |
| Binary | 10011101 | 1000 | 10010010 | 0 | 1011111 | 111 | 100110 | 100110000 | 1011010 | 100000 |
Color Harmonies of #9D0892
Complementary color
Monochromatic Colors of #9D0892
Black with #9D0892
Text Example
Text Example
White with #9D0892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0892; }
p { color: rgb(157,8,146); }
H1.HeaderClassName
{
color: #9D0892;
}
.AnyTagClassName
{
color: #9D0892;
}
</style>
background-color css
<style>
a { background-color: #9D0892; }
a { background-color: rgb(157,8,146); }
div.DivClassName
{
background-color: #9D0892;
}
.BgClassName
{
background-color: #9D0892;
}
</style>
border-color css
<style>
span { border-color: #9D0892; }
span { border-color: rgb(157,8,146); }
td.TdClassName
{
border-color: #9D0892;
}
.TagClassName
{
border-color: #9D0892;
}
</style>