Shades of Dark Magenta #9C189F
Tints of Dark Magenta #9C189F
RGB
CMYK
RGB Variations
Color information
#9C189F (or 0x9C189F) is known color: Dark Magenta. HEX triplet: 9C, 18 and 9F. RGB value is (156,24,159). Sum of RGB (Red+Green+Blue) = 156+24+159=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C189F is #63E760. Grayscale: #4E4E4E. Windows color (decimal): -6547297 or 10426524. OLE color: 10426524.
HSL color Cylindrical-coordinate representation of color #9C189F: hue angle of 298.67º 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 #9C189F is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 24 | 159 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.38 |
| HSL | 298.67º | 0.74% | 0.36% | - |
| HSV(B) | 298.67º | 0.85% | 0.62% | - |
| XYZ | 20.29 | 10.22 | 33.7 | - |
| YUV | 78.86 | 173.23 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 159 | 0.02 | 0.85 | 0 | 0.38 | 298.67 | 0.74 | 0.36 |
| Hex | 9C | 18 | 9F | 2 | 55 | 0 | 26 | 12B | 4A | 24 |
| Octal | 234 | 30 | 237 | 2 | 125 | 0 | 46 | 453 | 112 | 44 |
| Binary | 10011100 | 11000 | 10011111 | 10 | 1010101 | 0 | 100110 | 100101011 | 1001010 | 100100 |
Color Harmonies of #9C189F
Complementary color
Monochromatic Colors of #9C189F
Black with #9C189F
Text Example
Text Example
White with #9C189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C189F; }
p { color: rgb(156,24,159); }
H1.HeaderClassName
{
color: #9C189F;
}
.AnyTagClassName
{
color: #9C189F;
}
</style>
background-color css
<style>
a { background-color: #9C189F; }
a { background-color: rgb(156,24,159); }
div.DivClassName
{
background-color: #9C189F;
}
.BgClassName
{
background-color: #9C189F;
}
</style>
border-color css
<style>
span { border-color: #9C189F; }
span { border-color: rgb(156,24,159); }
td.TdClassName
{
border-color: #9C189F;
}
.TagClassName
{
border-color: #9C189F;
}
</style>