Shades of Dark Magenta #9D0C92
Tints of Dark Magenta #9D0C92
RGB
CMYK
RGB Variations
Color information
#9D0C92 (or 0x9D0C92) is known color: Dark Magenta. HEX triplet: 9D, 0C and 92. RGB value is (157,12,146). Sum of RGB (Red+Green+Blue) = 157+12+146=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0C92 is #62F36D. Grayscale: #464646. Windows color (decimal): -6484846 or 9571485. OLE color: 9571485.
HSL color Cylindrical-coordinate representation of color #9D0C92: hue angle of 304.55º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D0C92 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 146 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.38 |
| HSL | 304.55º | 0.86% | 0.33% | - |
| HSV(B) | 304.55º | 0.92% | 0.62% | - |
| XYZ | 19.22 | 9.51 | 28.02 | - |
| YUV | 70.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 146 | 0 | 0.92 | 0.07 | 0.38 | 304.55 | 0.86 | 0.33 |
| Hex | 9D | C | 92 | 0 | 5C | 7 | 26 | 131 | 56 | 21 |
| Octal | 235 | 14 | 222 | 0 | 134 | 7 | 46 | 461 | 126 | 41 |
| Binary | 10011101 | 1100 | 10010010 | 0 | 1011100 | 111 | 100110 | 100110001 | 1010110 | 100001 |
Color Harmonies of #9D0C92
Complementary color
Monochromatic Colors of #9D0C92
Black with #9D0C92
Text Example
Text Example
White with #9D0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C92; }
p { color: rgb(157,12,146); }
H1.HeaderClassName
{
color: #9D0C92;
}
.AnyTagClassName
{
color: #9D0C92;
}
</style>
background-color css
<style>
a { background-color: #9D0C92; }
a { background-color: rgb(157,12,146); }
div.DivClassName
{
background-color: #9D0C92;
}
.BgClassName
{
background-color: #9D0C92;
}
</style>
border-color css
<style>
span { border-color: #9D0C92; }
span { border-color: rgb(157,12,146); }
td.TdClassName
{
border-color: #9D0C92;
}
.TagClassName
{
border-color: #9D0C92;
}
</style>