Shades of Dark Magenta #9C0B84
Tints of Dark Magenta #9C0B84
RGB
CMYK
RGB Variations
Color information
#9C0B84 (or 0x9C0B84) is known color: Dark Magenta. HEX triplet: 9C, 0B and 84. RGB value is (156,11,132). Sum of RGB (Red+Green+Blue) = 156+11+132=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B84 is #63F47B. Grayscale: #434343. Windows color (decimal): -6550652 or 8653724. OLE color: 8653724.
HSL color Cylindrical-coordinate representation of color #9C0B84: hue angle of 309.93º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B84 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 11 | 132 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.39 |
| HSL | 309.93º | 0.87% | 0.33% | - |
| HSV(B) | 309.93º | 0.93% | 0.61% | - |
| XYZ | 17.99 | 8.97 | 22.61 | - |
| YUV | 68.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 11 | 132 | 0 | 0.93 | 0.15 | 0.39 | 309.93 | 0.87 | 0.33 |
| Hex | 9C | B | 84 | 0 | 5D | F | 27 | 136 | 57 | 21 |
| Octal | 234 | 13 | 204 | 0 | 135 | 17 | 47 | 466 | 127 | 41 |
| Binary | 10011100 | 1011 | 10000100 | 0 | 1011101 | 1111 | 100111 | 100110110 | 1010111 | 100001 |
Color Harmonies of #9C0B84
Complementary color
Monochromatic Colors of #9C0B84
Black with #9C0B84
Text Example
Text Example
White with #9C0B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0B84; }
p { color: rgb(156,11,132); }
H1.HeaderClassName
{
color: #9C0B84;
}
.AnyTagClassName
{
color: #9C0B84;
}
</style>
background-color css
<style>
a { background-color: #9C0B84; }
a { background-color: rgb(156,11,132); }
div.DivClassName
{
background-color: #9C0B84;
}
.BgClassName
{
background-color: #9C0B84;
}
</style>
border-color css
<style>
span { border-color: #9C0B84; }
span { border-color: rgb(156,11,132); }
td.TdClassName
{
border-color: #9C0B84;
}
.TagClassName
{
border-color: #9C0B84;
}
</style>