Shades of Dark Magenta #9D008C
Tints of Dark Magenta #9D008C
RGB
CMYK
RGB Variations
Color information
#9D008C (or 0x9D008C) is known color: Dark Magenta. HEX triplet: 9D, 00 and 8C. RGB value is (157,0,140). Sum of RGB (Red+Green+Blue) = 157+0+140=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D008C is #62FF73. Grayscale: #3E3E3E. Windows color (decimal): -6487924 or 9175197. OLE color: 9175197.
HSL color Cylindrical-coordinate representation of color #9D008C: hue angle of 306.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D008C is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.11 | 0.38 |
| HSL | 306.5º | 1% | 0.31% | - |
| HSV(B) | 306.5º | 1% | 0.62% | - |
| XYZ | 18.64 | 9.06 | 25.58 | - |
| YUV | 62.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 140 | 0 | 1 | 0.11 | 0.38 | 306.5 | 1 | 0.31 |
| Hex | 9D | 0 | 8C | 0 | 64 | B | 26 | 132 | 64 | 1F |
| Octal | 235 | 0 | 214 | 0 | 144 | 13 | 46 | 462 | 144 | 37 |
| Binary | 10011101 | 0 | 10001100 | 0 | 1100100 | 1011 | 100110 | 100110010 | 1100100 | 11111 |
Color Harmonies of #9D008C
Complementary color
Monochromatic Colors of #9D008C
Black with #9D008C
Text Example
Text Example
White with #9D008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D008C; }
p { color: rgb(157,0,140); }
H1.HeaderClassName
{
color: #9D008C;
}
.AnyTagClassName
{
color: #9D008C;
}
</style>
background-color css
<style>
a { background-color: #9D008C; }
a { background-color: rgb(157,0,140); }
div.DivClassName
{
background-color: #9D008C;
}
.BgClassName
{
background-color: #9D008C;
}
</style>
border-color css
<style>
span { border-color: #9D008C; }
span { border-color: rgb(157,0,140); }
td.TdClassName
{
border-color: #9D008C;
}
.TagClassName
{
border-color: #9D008C;
}
</style>