Shades of Dark Magenta #9C0D8B
Tints of Dark Magenta #9C0D8B
RGB
CMYK
RGB Variations
Color information
#9C0D8B (or 0x9C0D8B) is known color: Dark Magenta. HEX triplet: 9C, 0D and 8B. RGB value is (156,13,139). Sum of RGB (Red+Green+Blue) = 156+13+139=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0D8B is #63F274. Grayscale: #454545. Windows color (decimal): -6550133 or 9112988. OLE color: 9112988.
HSL color Cylindrical-coordinate representation of color #9C0D8B: hue angle of 307.13º 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 #9C0D8B is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 139 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.39 |
| HSL | 307.13º | 0.85% | 0.33% | - |
| HSV(B) | 307.13º | 0.92% | 0.61% | - |
| XYZ | 18.51 | 9.22 | 25.23 | - |
| YUV | 70.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 139 | 0 | 0.92 | 0.11 | 0.39 | 307.13 | 0.85 | 0.33 |
| Hex | 9C | D | 8B | 0 | 5C | B | 27 | 133 | 55 | 21 |
| Octal | 234 | 15 | 213 | 0 | 134 | 13 | 47 | 463 | 125 | 41 |
| Binary | 10011100 | 1101 | 10001011 | 0 | 1011100 | 1011 | 100111 | 100110011 | 1010101 | 100001 |
Color Harmonies of #9C0D8B
Complementary color
Monochromatic Colors of #9C0D8B
Black with #9C0D8B
Text Example
Text Example
White with #9C0D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D8B; }
p { color: rgb(156,13,139); }
H1.HeaderClassName
{
color: #9C0D8B;
}
.AnyTagClassName
{
color: #9C0D8B;
}
</style>
background-color css
<style>
a { background-color: #9C0D8B; }
a { background-color: rgb(156,13,139); }
div.DivClassName
{
background-color: #9C0D8B;
}
.BgClassName
{
background-color: #9C0D8B;
}
</style>
border-color css
<style>
span { border-color: #9C0D8B; }
span { border-color: rgb(156,13,139); }
td.TdClassName
{
border-color: #9C0D8B;
}
.TagClassName
{
border-color: #9C0D8B;
}
</style>