Shades of Dark Magenta #9C1798
Tints of Dark Magenta #9C1798
RGB
CMYK
RGB Variations
Color information
#9C1798 (or 0x9C1798) is known color: Dark Magenta. HEX triplet: 9C, 17 and 98. RGB value is (156,23,152). Sum of RGB (Red+Green+Blue) = 156+23+152=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1798 is #63E867. Grayscale: #4D4D4D. Windows color (decimal): -6547560 or 9967516. OLE color: 9967516.
HSL color Cylindrical-coordinate representation of color #9C1798: hue angle of 301.8º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1798 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 152 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.39 |
| HSL | 301.8º | 0.74% | 0.35% | - |
| HSV(B) | 301.8º | 0.85% | 0.61% | - |
| XYZ | 19.68 | 9.95 | 30.59 | - |
| YUV | 77.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 152 | 0 | 0.85 | 0.03 | 0.39 | 301.8 | 0.74 | 0.35 |
| Hex | 9C | 17 | 98 | 0 | 55 | 3 | 27 | 12E | 4A | 23 |
| Octal | 234 | 27 | 230 | 0 | 125 | 3 | 47 | 456 | 112 | 43 |
| Binary | 10011100 | 10111 | 10011000 | 0 | 1010101 | 11 | 100111 | 100101110 | 1001010 | 100011 |
Color Harmonies of #9C1798
Complementary color
Monochromatic Colors of #9C1798
Black with #9C1798
Text Example
Text Example
White with #9C1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1798; }
p { color: rgb(156,23,152); }
H1.HeaderClassName
{
color: #9C1798;
}
.AnyTagClassName
{
color: #9C1798;
}
</style>
background-color css
<style>
a { background-color: #9C1798; }
a { background-color: rgb(156,23,152); }
div.DivClassName
{
background-color: #9C1798;
}
.BgClassName
{
background-color: #9C1798;
}
</style>
border-color css
<style>
span { border-color: #9C1798; }
span { border-color: rgb(156,23,152); }
td.TdClassName
{
border-color: #9C1798;
}
.TagClassName
{
border-color: #9C1798;
}
</style>