Shades of Dark Magenta #9D019D
Tints of Dark Magenta #9D019D
RGB
CMYK
RGB Variations
Color information
#9D019D (or 0x9D019D) is known color: Dark Magenta. HEX triplet: 9D, 01 and 9D. RGB value is (157,1,157). Sum of RGB (Red+Green+Blue) = 157+1+157=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D019D is #62FE62. Grayscale: #404040. Windows color (decimal): -6487651 or 10289565. OLE color: 10289565.
HSL color Cylindrical-coordinate representation of color #9D019D: hue angle of 300º 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 #9D019D is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0 | 0.38 |
| HSL | 300º | 0.99% | 0.31% | - |
| HSV(B) | 300º | 0.99% | 0.62% | - |
| XYZ | 20 | 9.62 | 32.7 | - |
| YUV | 65.43 | 179.68 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 1 | 157 | 0 | 0.99 | 0 | 0.38 | 300 | 0.99 | 0.31 |
| Hex | 9D | 1 | 9D | 0 | 63 | 0 | 26 | 12C | 63 | 1F |
| Octal | 235 | 1 | 235 | 0 | 143 | 0 | 46 | 454 | 143 | 37 |
| Binary | 10011101 | 1 | 10011101 | 0 | 1100011 | 0 | 100110 | 100101100 | 1100011 | 11111 |
Color Harmonies of #9D019D
Complementary color
Monochromatic Colors of #9D019D
Black with #9D019D
Text Example
Text Example
White with #9D019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D019D; }
p { color: rgb(157,1,157); }
H1.HeaderClassName
{
color: #9D019D;
}
.AnyTagClassName
{
color: #9D019D;
}
</style>
background-color css
<style>
a { background-color: #9D019D; }
a { background-color: rgb(157,1,157); }
div.DivClassName
{
background-color: #9D019D;
}
.BgClassName
{
background-color: #9D019D;
}
</style>
border-color css
<style>
span { border-color: #9D019D; }
span { border-color: rgb(157,1,157); }
td.TdClassName
{
border-color: #9D019D;
}
.TagClassName
{
border-color: #9D019D;
}
</style>