Shades of Dark Magenta #9D1B9C
Tints of Dark Magenta #9D1B9C
RGB
CMYK
RGB Variations
Color information
#9D1B9C (or 0x9D1B9C) is known color: Dark Magenta. HEX triplet: 9D, 1B and 9C. RGB value is (157,27,156). Sum of RGB (Red+Green+Blue) = 157+27+156=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1B9C is #62E463. Grayscale: #505050. Windows color (decimal): -6480996 or 10230685. OLE color: 10230685.
HSL color Cylindrical-coordinate representation of color #9D1B9C: hue angle of 300.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B9C is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 156 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.38 |
| HSL | 300.46º | 0.71% | 0.36% | - |
| HSV(B) | 300.46º | 0.83% | 0.62% | - |
| XYZ | 20.3 | 10.35 | 32.38 | - |
| YUV | 80.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 156 | 0 | 0.83 | 0.01 | 0.38 | 300.46 | 0.71 | 0.36 |
| Hex | 9D | 1B | 9C | 0 | 53 | 1 | 26 | 12C | 47 | 24 |
| Octal | 235 | 33 | 234 | 0 | 123 | 1 | 46 | 454 | 107 | 44 |
| Binary | 10011101 | 11011 | 10011100 | 0 | 1010011 | 1 | 100110 | 100101100 | 1000111 | 100100 |
Color Harmonies of #9D1B9C
Complementary color
Monochromatic Colors of #9D1B9C
Black with #9D1B9C
Text Example
Text Example
White with #9D1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B9C; }
p { color: rgb(157,27,156); }
H1.HeaderClassName
{
color: #9D1B9C;
}
.AnyTagClassName
{
color: #9D1B9C;
}
</style>
background-color css
<style>
a { background-color: #9D1B9C; }
a { background-color: rgb(157,27,156); }
div.DivClassName
{
background-color: #9D1B9C;
}
.BgClassName
{
background-color: #9D1B9C;
}
</style>
border-color css
<style>
span { border-color: #9D1B9C; }
span { border-color: rgb(157,27,156); }
td.TdClassName
{
border-color: #9D1B9C;
}
.TagClassName
{
border-color: #9D1B9C;
}
</style>