Shades of Dark Magenta #9D008E
Tints of Dark Magenta #9D008E
RGB
CMYK
RGB Variations
Color information
#9D008E (or 0x9D008E) is known color: Dark Magenta. HEX triplet: 9D, 00 and 8E. RGB value is (157,0,142). Sum of RGB (Red+Green+Blue) = 157+0+142=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D008E is #62FF71. Grayscale: #3E3E3E. Windows color (decimal): -6487922 or 9306269. OLE color: 9306269.
HSL color Cylindrical-coordinate representation of color #9D008E: hue angle of 305.73º 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 #9D008E is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.10 | 0.38 |
| HSL | 305.73º | 1% | 0.31% | - |
| HSV(B) | 305.73º | 1% | 0.62% | - |
| XYZ | 18.79 | 9.12 | 26.36 | - |
| YUV | 63.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 142 | 0 | 1 | 0.10 | 0.38 | 305.73 | 1 | 0.31 |
| Hex | 9D | 0 | 8E | 0 | 64 | A | 26 | 132 | 64 | 1F |
| Octal | 235 | 0 | 216 | 0 | 144 | 12 | 46 | 462 | 144 | 37 |
| Binary | 10011101 | 0 | 10001110 | 0 | 1100100 | 1010 | 100110 | 100110010 | 1100100 | 11111 |
Color Harmonies of #9D008E
Complementary color
Monochromatic Colors of #9D008E
Black with #9D008E
Text Example
Text Example
White with #9D008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D008E; }
p { color: rgb(157,0,142); }
H1.HeaderClassName
{
color: #9D008E;
}
.AnyTagClassName
{
color: #9D008E;
}
</style>
background-color css
<style>
a { background-color: #9D008E; }
a { background-color: rgb(157,0,142); }
div.DivClassName
{
background-color: #9D008E;
}
.BgClassName
{
background-color: #9D008E;
}
</style>
border-color css
<style>
span { border-color: #9D008E; }
span { border-color: rgb(157,0,142); }
td.TdClassName
{
border-color: #9D008E;
}
.TagClassName
{
border-color: #9D008E;
}
</style>