Shades of Medium Red Violet #9C3785
Tints of Medium Red Violet #9C3785
RGB
CMYK
RGB Variations
Color information
#9C3785 (or 0x9C3785) is known color: Medium Red Violet. HEX triplet: 9C, 37 and 85. RGB value is (156,55,133). Sum of RGB (Red+Green+Blue) = 156+55+133=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3785 is #63C87A. Grayscale: #5D5D5D. Windows color (decimal): -6539387 or 8730524. OLE color: 8730524.
HSL color Cylindrical-coordinate representation of color #9C3785: hue angle of 313.66º 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 #9C3785 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 133 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.39 |
| HSL | 313.66º | 0.48% | 0.41% | - |
| HSV(B) | 313.66º | 0.65% | 0.61% | - |
| XYZ | 19.31 | 11.49 | 23.39 | - |
| YUV | 94.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 133 | 0 | 0.65 | 0.15 | 0.39 | 313.66 | 0.48 | 0.41 |
| Hex | 9C | 37 | 85 | 0 | 41 | F | 27 | 13A | 30 | 29 |
| Octal | 234 | 67 | 205 | 0 | 101 | 17 | 47 | 472 | 60 | 51 |
| Binary | 10011100 | 110111 | 10000101 | 0 | 1000001 | 1111 | 100111 | 100111010 | 110000 | 101001 |
Color Harmonies of #9C3785
Complementary color
Monochromatic Colors of #9C3785
Black with #9C3785
Text Example
Text Example
White with #9C3785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3785; }
p { color: rgb(156,55,133); }
H1.HeaderClassName
{
color: #9C3785;
}
.AnyTagClassName
{
color: #9C3785;
}
</style>
background-color css
<style>
a { background-color: #9C3785; }
a { background-color: rgb(156,55,133); }
div.DivClassName
{
background-color: #9C3785;
}
.BgClassName
{
background-color: #9C3785;
}
</style>
border-color css
<style>
span { border-color: #9C3785; }
span { border-color: rgb(156,55,133); }
td.TdClassName
{
border-color: #9C3785;
}
.TagClassName
{
border-color: #9C3785;
}
</style>