Shades of Dark Magenta #9C0D85
Tints of Dark Magenta #9C0D85
RGB
CMYK
RGB Variations
Color information
#9C0D85 (or 0x9C0D85) is known color: Dark Magenta. HEX triplet: 9C, 0D and 85. RGB value is (156,13,133). Sum of RGB (Red+Green+Blue) = 156+13+133=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0D85 is #63F27A. Grayscale: #454545. Windows color (decimal): -6550139 or 8719772. OLE color: 8719772.
HSL color Cylindrical-coordinate representation of color #9C0D85: hue angle of 309.65º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D85 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 133 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.39 |
| HSL | 309.65º | 0.85% | 0.33% | - |
| HSV(B) | 309.65º | 0.92% | 0.61% | - |
| XYZ | 18.09 | 9.05 | 22.98 | - |
| YUV | 69.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 133 | 0 | 0.92 | 0.15 | 0.39 | 309.65 | 0.85 | 0.33 |
| Hex | 9C | D | 85 | 0 | 5C | F | 27 | 136 | 55 | 21 |
| Octal | 234 | 15 | 205 | 0 | 134 | 17 | 47 | 466 | 125 | 41 |
| Binary | 10011100 | 1101 | 10000101 | 0 | 1011100 | 1111 | 100111 | 100110110 | 1010101 | 100001 |
Color Harmonies of #9C0D85
Complementary color
Monochromatic Colors of #9C0D85
Black with #9C0D85
Text Example
Text Example
White with #9C0D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D85; }
p { color: rgb(156,13,133); }
H1.HeaderClassName
{
color: #9C0D85;
}
.AnyTagClassName
{
color: #9C0D85;
}
</style>
background-color css
<style>
a { background-color: #9C0D85; }
a { background-color: rgb(156,13,133); }
div.DivClassName
{
background-color: #9C0D85;
}
.BgClassName
{
background-color: #9C0D85;
}
</style>
border-color css
<style>
span { border-color: #9C0D85; }
span { border-color: rgb(156,13,133); }
td.TdClassName
{
border-color: #9C0D85;
}
.TagClassName
{
border-color: #9C0D85;
}
</style>