Shades of Dark Magenta #9C199B
Tints of Dark Magenta #9C199B
RGB
CMYK
RGB Variations
Color information
#9C199B (or 0x9C199B) is known color: Dark Magenta. HEX triplet: 9C, 19 and 9B. RGB value is (156,25,155). Sum of RGB (Red+Green+Blue) = 156+25+155=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C199B is #63E664. Grayscale: #4E4E4E. Windows color (decimal): -6547045 or 10164636. OLE color: 10164636.
HSL color Cylindrical-coordinate representation of color #9C199B: hue angle of 300.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C199B is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 25 | 155 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.39 |
| HSL | 300.46º | 0.72% | 0.35% | - |
| HSV(B) | 300.46º | 0.84% | 0.61% | - |
| XYZ | 19.97 | 10.13 | 31.91 | - |
| YUV | 78.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 155 | 0 | 0.84 | 0.01 | 0.39 | 300.46 | 0.72 | 0.35 |
| Hex | 9C | 19 | 9B | 0 | 54 | 1 | 27 | 12C | 48 | 23 |
| Octal | 234 | 31 | 233 | 0 | 124 | 1 | 47 | 454 | 110 | 43 |
| Binary | 10011100 | 11001 | 10011011 | 0 | 1010100 | 1 | 100111 | 100101100 | 1001000 | 100011 |
Color Harmonies of #9C199B
Complementary color
Monochromatic Colors of #9C199B
Black with #9C199B
Text Example
Text Example
White with #9C199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C199B; }
p { color: rgb(156,25,155); }
H1.HeaderClassName
{
color: #9C199B;
}
.AnyTagClassName
{
color: #9C199B;
}
</style>
background-color css
<style>
a { background-color: #9C199B; }
a { background-color: rgb(156,25,155); }
div.DivClassName
{
background-color: #9C199B;
}
.BgClassName
{
background-color: #9C199B;
}
</style>
border-color css
<style>
span { border-color: #9C199B; }
span { border-color: rgb(156,25,155); }
td.TdClassName
{
border-color: #9C199B;
}
.TagClassName
{
border-color: #9C199B;
}
</style>