Shades of Dark Magenta #9C139B
Tints of Dark Magenta #9C139B
RGB
CMYK
RGB Variations
Color information
#9C139B (or 0x9C139B) is known color: Dark Magenta. HEX triplet: 9C, 13 and 9B. RGB value is (156,19,155). Sum of RGB (Red+Green+Blue) = 156+19+155=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C139B is #63EC64. Grayscale: #4B4B4B. Windows color (decimal): -6548581 or 10163100. OLE color: 10163100.
HSL color Cylindrical-coordinate representation of color #9C139B: hue angle of 300.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C139B is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 155 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.39 |
| HSL | 300.44º | 0.78% | 0.34% | - |
| HSV(B) | 300.44º | 0.88% | 0.61% | - |
| XYZ | 19.86 | 9.9 | 31.87 | - |
| YUV | 75.47 | 172.89 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 155 | 0 | 0.88 | 0.01 | 0.39 | 300.44 | 0.78 | 0.34 |
| Hex | 9C | 13 | 9B | 0 | 58 | 1 | 27 | 12C | 4E | 22 |
| Octal | 234 | 23 | 233 | 0 | 130 | 1 | 47 | 454 | 116 | 42 |
| Binary | 10011100 | 10011 | 10011011 | 0 | 1011000 | 1 | 100111 | 100101100 | 1001110 | 100010 |
Color Harmonies of #9C139B
Complementary color
Monochromatic Colors of #9C139B
Black with #9C139B
Text Example
Text Example
White with #9C139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C139B; }
p { color: rgb(156,19,155); }
H1.HeaderClassName
{
color: #9C139B;
}
.AnyTagClassName
{
color: #9C139B;
}
</style>
background-color css
<style>
a { background-color: #9C139B; }
a { background-color: rgb(156,19,155); }
div.DivClassName
{
background-color: #9C139B;
}
.BgClassName
{
background-color: #9C139B;
}
</style>
border-color css
<style>
span { border-color: #9C139B; }
span { border-color: rgb(156,19,155); }
td.TdClassName
{
border-color: #9C139B;
}
.TagClassName
{
border-color: #9C139B;
}
</style>