Shades of Medium Red Violet #9C3780
Tints of Medium Red Violet #9C3780
RGB
CMYK
RGB Variations
Color information
#9C3780 (or 0x9C3780) is known color: Medium Red Violet. HEX triplet: 9C, 37 and 80. RGB value is (156,55,128). Sum of RGB (Red+Green+Blue) = 156+55+128=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3780 is #63C87F. Grayscale: #5D5D5D. Windows color (decimal): -6539392 or 8402844. OLE color: 8402844.
HSL color Cylindrical-coordinate representation of color #9C3780: hue angle of 316.63º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3780 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 128 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.39 |
| HSL | 316.63º | 0.48% | 0.41% | - |
| HSV(B) | 316.63º | 0.65% | 0.61% | - |
| XYZ | 18.97 | 11.36 | 21.61 | - |
| YUV | 93.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 128 | 0 | 0.65 | 0.18 | 0.39 | 316.63 | 0.48 | 0.41 |
| Hex | 9C | 37 | 80 | 0 | 41 | 12 | 27 | 13D | 30 | 29 |
| Octal | 234 | 67 | 200 | 0 | 101 | 22 | 47 | 475 | 60 | 51 |
| Binary | 10011100 | 110111 | 10000000 | 0 | 1000001 | 10010 | 100111 | 100111101 | 110000 | 101001 |
Color Harmonies of #9C3780
Complementary color
Monochromatic Colors of #9C3780
Black with #9C3780
Text Example
Text Example
White with #9C3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3780; }
p { color: rgb(156,55,128); }
H1.HeaderClassName
{
color: #9C3780;
}
.AnyTagClassName
{
color: #9C3780;
}
</style>
background-color css
<style>
a { background-color: #9C3780; }
a { background-color: rgb(156,55,128); }
div.DivClassName
{
background-color: #9C3780;
}
.BgClassName
{
background-color: #9C3780;
}
</style>
border-color css
<style>
span { border-color: #9C3780; }
span { border-color: rgb(156,55,128); }
td.TdClassName
{
border-color: #9C3780;
}
.TagClassName
{
border-color: #9C3780;
}
</style>