Shades of Medium Red Violet #9C3C86
Tints of Medium Red Violet #9C3C86
RGB
CMYK
RGB Variations
Color information
#9C3C86 (or 0x9C3C86) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 86. RGB value is (156,60,134). Sum of RGB (Red+Green+Blue) = 156+60+134=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C86 is #63C379. Grayscale: #606060. Windows color (decimal): -6538106 or 8797340. OLE color: 8797340.
HSL color Cylindrical-coordinate representation of color #9C3C86: hue angle of 313.75º 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 #9C3C86 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 134 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.39 |
| HSL | 313.75º | 0.44% | 0.42% | - |
| HSV(B) | 313.75º | 0.62% | 0.61% | - |
| XYZ | 19.63 | 12.02 | 23.84 | - |
| YUV | 97.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 134 | 0 | 0.62 | 0.14 | 0.39 | 313.75 | 0.44 | 0.42 |
| Hex | 9C | 3C | 86 | 0 | 3E | E | 27 | 13A | 2C | 2A |
| Octal | 234 | 74 | 206 | 0 | 76 | 16 | 47 | 472 | 54 | 52 |
| Binary | 10011100 | 111100 | 10000110 | 0 | 111110 | 1110 | 100111 | 100111010 | 101100 | 101010 |
Color Harmonies of #9C3C86
Complementary color
Monochromatic Colors of #9C3C86
Black with #9C3C86
Text Example
Text Example
White with #9C3C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C86; }
p { color: rgb(156,60,134); }
H1.HeaderClassName
{
color: #9C3C86;
}
.AnyTagClassName
{
color: #9C3C86;
}
</style>
background-color css
<style>
a { background-color: #9C3C86; }
a { background-color: rgb(156,60,134); }
div.DivClassName
{
background-color: #9C3C86;
}
.BgClassName
{
background-color: #9C3C86;
}
</style>
border-color css
<style>
span { border-color: #9C3C86; }
span { border-color: rgb(156,60,134); }
td.TdClassName
{
border-color: #9C3C86;
}
.TagClassName
{
border-color: #9C3C86;
}
</style>