Shades of Medium Red Violet #9C3C89
Tints of Medium Red Violet #9C3C89
RGB
CMYK
RGB Variations
Color information
#9C3C89 (or 0x9C3C89) is known color: Medium Red Violet. HEX triplet: 9C, 3C and 89. RGB value is (156,60,137). Sum of RGB (Red+Green+Blue) = 156+60+137=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3C89 is #63C376. Grayscale: #616161. Windows color (decimal): -6538103 or 8993948. OLE color: 8993948.
HSL color Cylindrical-coordinate representation of color #9C3C89: hue angle of 311.88º 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 #9C3C89 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 137 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.39 |
| HSL | 311.88º | 0.44% | 0.42% | - |
| HSV(B) | 311.88º | 0.62% | 0.61% | - |
| XYZ | 19.84 | 12.11 | 24.96 | - |
| YUV | 97.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 137 | 0 | 0.62 | 0.12 | 0.39 | 311.88 | 0.44 | 0.42 |
| Hex | 9C | 3C | 89 | 0 | 3E | C | 27 | 138 | 2C | 2A |
| Octal | 234 | 74 | 211 | 0 | 76 | 14 | 47 | 470 | 54 | 52 |
| Binary | 10011100 | 111100 | 10001001 | 0 | 111110 | 1100 | 100111 | 100111000 | 101100 | 101010 |
Color Harmonies of #9C3C89
Complementary color
Monochromatic Colors of #9C3C89
Black with #9C3C89
Text Example
Text Example
White with #9C3C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C89; }
p { color: rgb(156,60,137); }
H1.HeaderClassName
{
color: #9C3C89;
}
.AnyTagClassName
{
color: #9C3C89;
}
</style>
background-color css
<style>
a { background-color: #9C3C89; }
a { background-color: rgb(156,60,137); }
div.DivClassName
{
background-color: #9C3C89;
}
.BgClassName
{
background-color: #9C3C89;
}
</style>
border-color css
<style>
span { border-color: #9C3C89; }
span { border-color: rgb(156,60,137); }
td.TdClassName
{
border-color: #9C3C89;
}
.TagClassName
{
border-color: #9C3C89;
}
</style>