Shades of Dark Magenta #9D189C
Tints of Dark Magenta #9D189C
RGB
CMYK
RGB Variations
Color information
#9D189C (or 0x9D189C) is known color: Dark Magenta. HEX triplet: 9D, 18 and 9C. RGB value is (157,24,156). Sum of RGB (Red+Green+Blue) = 157+24+156=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D189C is #62E763. Grayscale: #4E4E4E. Windows color (decimal): -6481764 or 10229917. OLE color: 10229917.
HSL color Cylindrical-coordinate representation of color #9D189C: hue angle of 300.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D189C is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 156 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.38 |
| HSL | 300.45º | 0.73% | 0.35% | - |
| HSV(B) | 300.45º | 0.85% | 0.62% | - |
| XYZ | 20.23 | 10.22 | 32.36 | - |
| YUV | 78.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 156 | 0 | 0.85 | 0.01 | 0.38 | 300.45 | 0.73 | 0.35 |
| Hex | 9D | 18 | 9C | 0 | 55 | 1 | 26 | 12C | 49 | 23 |
| Octal | 235 | 30 | 234 | 0 | 125 | 1 | 46 | 454 | 111 | 43 |
| Binary | 10011101 | 11000 | 10011100 | 0 | 1010101 | 1 | 100110 | 100101100 | 1001001 | 100011 |
Color Harmonies of #9D189C
Complementary color
Monochromatic Colors of #9D189C
Black with #9D189C
Text Example
Text Example
White with #9D189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D189C; }
p { color: rgb(157,24,156); }
H1.HeaderClassName
{
color: #9D189C;
}
.AnyTagClassName
{
color: #9D189C;
}
</style>
background-color css
<style>
a { background-color: #9D189C; }
a { background-color: rgb(157,24,156); }
div.DivClassName
{
background-color: #9D189C;
}
.BgClassName
{
background-color: #9D189C;
}
</style>
border-color css
<style>
span { border-color: #9D189C; }
span { border-color: rgb(157,24,156); }
td.TdClassName
{
border-color: #9D189C;
}
.TagClassName
{
border-color: #9D189C;
}
</style>