Shades of Dark Magenta #9C0783
Tints of Dark Magenta #9C0783
RGB
CMYK
RGB Variations
Color information
#9C0783 (or 0x9C0783) is known color: Dark Magenta. HEX triplet: 9C, 07 and 83. RGB value is (156,7,131). Sum of RGB (Red+Green+Blue) = 156+7+131=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0783 is #63F87C. Grayscale: #414141. Windows color (decimal): -6551677 or 8587164. OLE color: 8587164.
HSL color Cylindrical-coordinate representation of color #9C0783: hue angle of 310.07º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C0783 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 7 | 131 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.39 |
| HSL | 310.07º | 0.91% | 0.32% | - |
| HSV(B) | 310.07º | 0.96% | 0.61% | - |
| XYZ | 17.88 | 8.86 | 22.24 | - |
| YUV | 65.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 7 | 131 | 0 | 0.96 | 0.16 | 0.39 | 310.07 | 0.91 | 0.32 |
| Hex | 9C | 7 | 83 | 0 | 60 | 10 | 27 | 136 | 5B | 20 |
| Octal | 234 | 7 | 203 | 0 | 140 | 20 | 47 | 466 | 133 | 40 |
| Binary | 10011100 | 111 | 10000011 | 0 | 1100000 | 10000 | 100111 | 100110110 | 1011011 | 100000 |
Color Harmonies of #9C0783
Complementary color
Monochromatic Colors of #9C0783
Black with #9C0783
Text Example
Text Example
White with #9C0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0783; }
p { color: rgb(156,7,131); }
H1.HeaderClassName
{
color: #9C0783;
}
.AnyTagClassName
{
color: #9C0783;
}
</style>
background-color css
<style>
a { background-color: #9C0783; }
a { background-color: rgb(156,7,131); }
div.DivClassName
{
background-color: #9C0783;
}
.BgClassName
{
background-color: #9C0783;
}
</style>
border-color css
<style>
span { border-color: #9C0783; }
span { border-color: rgb(156,7,131); }
td.TdClassName
{
border-color: #9C0783;
}
.TagClassName
{
border-color: #9C0783;
}
</style>