Shades of Dark Magenta #9D0B93
Tints of Dark Magenta #9D0B93
RGB
CMYK
RGB Variations
Color information
#9D0B93 (or 0x9D0B93) is known color: Dark Magenta. HEX triplet: 9D, 0B and 93. RGB value is (157,11,147). Sum of RGB (Red+Green+Blue) = 157+11+147=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0B93 is #62F46C. Grayscale: #454545. Windows color (decimal): -6485101 or 9636765. OLE color: 9636765.
HSL color Cylindrical-coordinate representation of color #9D0B93: hue angle of 304.11º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0B93 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 147 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.38 |
| HSL | 304.11º | 0.87% | 0.33% | - |
| HSV(B) | 304.11º | 0.93% | 0.62% | - |
| XYZ | 19.29 | 9.51 | 28.42 | - |
| YUV | 70.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 147 | 0 | 0.93 | 0.06 | 0.38 | 304.11 | 0.87 | 0.33 |
| Hex | 9D | B | 93 | 0 | 5D | 6 | 26 | 130 | 57 | 21 |
| Octal | 235 | 13 | 223 | 0 | 135 | 6 | 46 | 460 | 127 | 41 |
| Binary | 10011101 | 1011 | 10010011 | 0 | 1011101 | 110 | 100110 | 100110000 | 1010111 | 100001 |
Color Harmonies of #9D0B93
Complementary color
Monochromatic Colors of #9D0B93
Black with #9D0B93
Text Example
Text Example
White with #9D0B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B93; }
p { color: rgb(157,11,147); }
H1.HeaderClassName
{
color: #9D0B93;
}
.AnyTagClassName
{
color: #9D0B93;
}
</style>
background-color css
<style>
a { background-color: #9D0B93; }
a { background-color: rgb(157,11,147); }
div.DivClassName
{
background-color: #9D0B93;
}
.BgClassName
{
background-color: #9D0B93;
}
</style>
border-color css
<style>
span { border-color: #9D0B93; }
span { border-color: rgb(157,11,147); }
td.TdClassName
{
border-color: #9D0B93;
}
.TagClassName
{
border-color: #9D0B93;
}
</style>