Shades of Dark Magenta #9D0C94
Tints of Dark Magenta #9D0C94
RGB
CMYK
RGB Variations
Color information
#9D0C94 (or 0x9D0C94) is known color: Dark Magenta. HEX triplet: 9D, 0C and 94. RGB value is (157,12,148). Sum of RGB (Red+Green+Blue) = 157+12+148=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0C94 is #62F36B. Grayscale: #464646. Windows color (decimal): -6484844 or 9702557. OLE color: 9702557.
HSL color Cylindrical-coordinate representation of color #9D0C94: hue angle of 303.72º 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 #9D0C94 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 12 | 148 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.38 |
| HSL | 303.72º | 0.86% | 0.33% | - |
| HSV(B) | 303.72º | 0.92% | 0.62% | - |
| XYZ | 19.38 | 9.57 | 28.84 | - |
| YUV | 70.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 12 | 148 | 0 | 0.92 | 0.06 | 0.38 | 303.72 | 0.86 | 0.33 |
| Hex | 9D | C | 94 | 0 | 5C | 6 | 26 | 130 | 56 | 21 |
| Octal | 235 | 14 | 224 | 0 | 134 | 6 | 46 | 460 | 126 | 41 |
| Binary | 10011101 | 1100 | 10010100 | 0 | 1011100 | 110 | 100110 | 100110000 | 1010110 | 100001 |
Color Harmonies of #9D0C94
Complementary color
Monochromatic Colors of #9D0C94
Black with #9D0C94
Text Example
Text Example
White with #9D0C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0C94; }
p { color: rgb(157,12,148); }
H1.HeaderClassName
{
color: #9D0C94;
}
.AnyTagClassName
{
color: #9D0C94;
}
</style>
background-color css
<style>
a { background-color: #9D0C94; }
a { background-color: rgb(157,12,148); }
div.DivClassName
{
background-color: #9D0C94;
}
.BgClassName
{
background-color: #9D0C94;
}
</style>
border-color css
<style>
span { border-color: #9D0C94; }
span { border-color: rgb(157,12,148); }
td.TdClassName
{
border-color: #9D0C94;
}
.TagClassName
{
border-color: #9D0C94;
}
</style>