Shades of Dark Magenta #9C189E
Tints of Dark Magenta #9C189E
RGB
CMYK
RGB Variations
Color information
#9C189E (or 0x9C189E) is known color: Dark Magenta. HEX triplet: 9C, 18 and 9E. RGB value is (156,24,158). Sum of RGB (Red+Green+Blue) = 156+24+158=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C189E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C189E is #63E761. Grayscale: #4E4E4E. Windows color (decimal): -6547298 or 10360988. OLE color: 10360988.
HSL color Cylindrical-coordinate representation of color #9C189E: hue angle of 299.1º 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 #9C189E is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 24 | 158 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.38 |
| HSL | 299.1º | 0.74% | 0.36% | - |
| HSV(B) | 299.1º | 0.85% | 0.62% | - |
| XYZ | 20.21 | 10.19 | 33.25 | - |
| YUV | 78.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 158 | 0.01 | 0.85 | 0 | 0.38 | 299.1 | 0.74 | 0.36 |
| Hex | 9C | 18 | 9E | 1 | 55 | 0 | 26 | 12B | 4A | 24 |
| Octal | 234 | 30 | 236 | 1 | 125 | 0 | 46 | 453 | 112 | 44 |
| Binary | 10011100 | 11000 | 10011110 | 1 | 1010101 | 0 | 100110 | 100101011 | 1001010 | 100100 |
Color Harmonies of #9C189E
Complementary color
Monochromatic Colors of #9C189E
Black with #9C189E
Text Example
Text Example
White with #9C189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C189E; }
p { color: rgb(156,24,158); }
H1.HeaderClassName
{
color: #9C189E;
}
.AnyTagClassName
{
color: #9C189E;
}
</style>
background-color css
<style>
a { background-color: #9C189E; }
a { background-color: rgb(156,24,158); }
div.DivClassName
{
background-color: #9C189E;
}
.BgClassName
{
background-color: #9C189E;
}
</style>
border-color css
<style>
span { border-color: #9C189E; }
span { border-color: rgb(156,24,158); }
td.TdClassName
{
border-color: #9C189E;
}
.TagClassName
{
border-color: #9C189E;
}
</style>