Shades of Medium Red Violet #9C357E
Tints of Medium Red Violet #9C357E
RGB
CMYK
RGB Variations
Color information
#9C357E (or 0x9C357E) is known color: Medium Red Violet. HEX triplet: 9C, 35 and 7E. RGB value is (156,53,126). Sum of RGB (Red+Green+Blue) = 156+53+126=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C357E is #63CA81. Grayscale: #5B5B5B. Windows color (decimal): -6539906 or 8271260. OLE color: 8271260.
HSL color Cylindrical-coordinate representation of color #9C357E: hue angle of 317.48º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C357E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 126 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.39 |
| HSL | 317.48º | 0.49% | 0.41% | - |
| HSV(B) | 317.48º | 0.66% | 0.61% | - |
| XYZ | 18.75 | 11.12 | 20.9 | - |
| YUV | 92.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 126 | 0 | 0.66 | 0.19 | 0.39 | 317.48 | 0.49 | 0.41 |
| Hex | 9C | 35 | 7E | 0 | 42 | 13 | 27 | 13D | 31 | 29 |
| Octal | 234 | 65 | 176 | 0 | 102 | 23 | 47 | 475 | 61 | 51 |
| Binary | 10011100 | 110101 | 1111110 | 0 | 1000010 | 10011 | 100111 | 100111101 | 110001 | 101001 |
Color Harmonies of #9C357E
Complementary color
Monochromatic Colors of #9C357E
Black with #9C357E
Text Example
Text Example
White with #9C357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C357E; }
p { color: rgb(156,53,126); }
H1.HeaderClassName
{
color: #9C357E;
}
.AnyTagClassName
{
color: #9C357E;
}
</style>
background-color css
<style>
a { background-color: #9C357E; }
a { background-color: rgb(156,53,126); }
div.DivClassName
{
background-color: #9C357E;
}
.BgClassName
{
background-color: #9C357E;
}
</style>
border-color css
<style>
span { border-color: #9C357E; }
span { border-color: rgb(156,53,126); }
td.TdClassName
{
border-color: #9C357E;
}
.TagClassName
{
border-color: #9C357E;
}
</style>