Shades of Dark Magenta #9D189F
Tints of Dark Magenta #9D189F
RGB
CMYK
RGB Variations
Color information
#9D189F (or 0x9D189F) is known color: Dark Magenta. HEX triplet: 9D, 18 and 9F. RGB value is (157,24,159). Sum of RGB (Red+Green+Blue) = 157+24+159=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D189F is #62E760. Grayscale: #4E4E4E. Windows color (decimal): -6481761 or 10426525. OLE color: 10426525.
HSL color Cylindrical-coordinate representation of color #9D189F: hue angle of 299.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D189F is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 159 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.38 |
| HSL | 299.11º | 0.74% | 0.36% | - |
| HSV(B) | 299.11º | 0.85% | 0.62% | - |
| XYZ | 20.49 | 10.32 | 33.71 | - |
| YUV | 79.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 159 | 0.01 | 0.85 | 0 | 0.38 | 299.11 | 0.74 | 0.36 |
| Hex | 9D | 18 | 9F | 1 | 55 | 0 | 26 | 12B | 4A | 24 |
| Octal | 235 | 30 | 237 | 1 | 125 | 0 | 46 | 453 | 112 | 44 |
| Binary | 10011101 | 11000 | 10011111 | 1 | 1010101 | 0 | 100110 | 100101011 | 1001010 | 100100 |
Color Harmonies of #9D189F
Complementary color
Monochromatic Colors of #9D189F
Black with #9D189F
Text Example
Text Example
White with #9D189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D189F; }
p { color: rgb(157,24,159); }
H1.HeaderClassName
{
color: #9D189F;
}
.AnyTagClassName
{
color: #9D189F;
}
</style>
background-color css
<style>
a { background-color: #9D189F; }
a { background-color: rgb(157,24,159); }
div.DivClassName
{
background-color: #9D189F;
}
.BgClassName
{
background-color: #9D189F;
}
</style>
border-color css
<style>
span { border-color: #9D189F; }
span { border-color: rgb(157,24,159); }
td.TdClassName
{
border-color: #9D189F;
}
.TagClassName
{
border-color: #9D189F;
}
</style>