Shades of Dark Magenta #9D018D
Tints of Dark Magenta #9D018D
RGB
CMYK
RGB Variations
Color information
#9D018D (or 0x9D018D) is known color: Dark Magenta. HEX triplet: 9D, 01 and 8D. RGB value is (157,1,141). Sum of RGB (Red+Green+Blue) = 157+1+141=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D018D is #62FE72. Grayscale: #3F3F3F. Windows color (decimal): -6487667 or 9240989. OLE color: 9240989.
HSL color Cylindrical-coordinate representation of color #9D018D: hue angle of 306.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D018D is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.38 |
| HSL | 306.15º | 0.99% | 0.31% | - |
| HSV(B) | 306.15º | 0.99% | 0.62% | - |
| XYZ | 18.72 | 9.11 | 25.97 | - |
| YUV | 63.6 | 171.68 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 141 | 0 | 0.99 | 0.10 | 0.38 | 306.15 | 0.99 | 0.31 |
| Hex | 9D | 1 | 8D | 0 | 63 | A | 26 | 132 | 63 | 1F |
| Octal | 235 | 1 | 215 | 0 | 143 | 12 | 46 | 462 | 143 | 37 |
| Binary | 10011101 | 1 | 10001101 | 0 | 1100011 | 1010 | 100110 | 100110010 | 1100011 | 11111 |
Color Harmonies of #9D018D
Complementary color
Monochromatic Colors of #9D018D
Black with #9D018D
Text Example
Text Example
White with #9D018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D018D; }
p { color: rgb(157,1,141); }
H1.HeaderClassName
{
color: #9D018D;
}
.AnyTagClassName
{
color: #9D018D;
}
</style>
background-color css
<style>
a { background-color: #9D018D; }
a { background-color: rgb(157,1,141); }
div.DivClassName
{
background-color: #9D018D;
}
.BgClassName
{
background-color: #9D018D;
}
</style>
border-color css
<style>
span { border-color: #9D018D; }
span { border-color: rgb(157,1,141); }
td.TdClassName
{
border-color: #9D018D;
}
.TagClassName
{
border-color: #9D018D;
}
</style>