Shades of Medium Red Violet #9C3C7F
Tints of Medium Red Violet #9C3C7F
RGB
CMYK
RGB Variations
Color information
#9C3C7F (or 0x9C3C7F) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 7F. RGB value is (156,60,127). Sum of RGB (Red+Green+Blue) = 156+60+127=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3C7F is #63C380. Grayscale: #606060. Windows color (decimal): -6538113 or 8338588. OLE color: 8338588.
HSL color Cylindrical-coordinate representation of color #9C3C7F: hue angle of 318.12º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C7F is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 127 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.39 |
| HSL | 318.13º | 0.44% | 0.42% | - |
| HSV(B) | 318.13º | 0.62% | 0.61% | - |
| XYZ | 19.16 | 11.83 | 21.35 | - |
| YUV | 96.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 127 | 0 | 0.62 | 0.19 | 0.39 | 318.13 | 0.44 | 0.42 |
| Hex | 9C | 3C | 7F | 0 | 3E | 13 | 27 | 13E | 2C | 2A |
| Octal | 234 | 74 | 177 | 0 | 76 | 23 | 47 | 476 | 54 | 52 |
| Binary | 10011100 | 111100 | 1111111 | 0 | 111110 | 10011 | 100111 | 100111110 | 101100 | 101010 |
Color Harmonies of #9C3C7F
Complementary color
Monochromatic Colors of #9C3C7F
Black with #9C3C7F
Text Example
Text Example
White with #9C3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C7F; }
p { color: rgb(156,60,127); }
H1.HeaderClassName
{
color: #9C3C7F;
}
.AnyTagClassName
{
color: #9C3C7F;
}
</style>
background-color css
<style>
a { background-color: #9C3C7F; }
a { background-color: rgb(156,60,127); }
div.DivClassName
{
background-color: #9C3C7F;
}
.BgClassName
{
background-color: #9C3C7F;
}
</style>
border-color css
<style>
span { border-color: #9C3C7F; }
span { border-color: rgb(156,60,127); }
td.TdClassName
{
border-color: #9C3C7F;
}
.TagClassName
{
border-color: #9C3C7F;
}
</style>