Shades of Medium Red Violet #9C387C
Tints of Medium Red Violet #9C387C
RGB
CMYK
RGB Variations
Color information
#9C387C (or 0x9C387C) is known color: Medium Red Violet. HEX triplet: 9C, 38 and 7C. RGB value is (156,56,124). Sum of RGB (Red+Green+Blue) = 156+56+124=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C387C is #63C783. Grayscale: #5D5D5D. Windows color (decimal): -6539140 or 8140956. OLE color: 8140956.
HSL color Cylindrical-coordinate representation of color #9C387C: hue angle of 319.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C387C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 124 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.39 |
| HSL | 319.2º | 0.47% | 0.42% | - |
| HSV(B) | 319.2º | 0.64% | 0.61% | - |
| XYZ | 18.76 | 11.35 | 20.27 | - |
| YUV | 93.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 124 | 0 | 0.64 | 0.21 | 0.39 | 319.2 | 0.47 | 0.42 |
| Hex | 9C | 38 | 7C | 0 | 40 | 15 | 27 | 13F | 2F | 2A |
| Octal | 234 | 70 | 174 | 0 | 100 | 25 | 47 | 477 | 57 | 52 |
| Binary | 10011100 | 111000 | 1111100 | 0 | 1000000 | 10101 | 100111 | 100111111 | 101111 | 101010 |
Color Harmonies of #9C387C
Complementary color
Monochromatic Colors of #9C387C
Black with #9C387C
Text Example
Text Example
White with #9C387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C387C; }
p { color: rgb(156,56,124); }
H1.HeaderClassName
{
color: #9C387C;
}
.AnyTagClassName
{
color: #9C387C;
}
</style>
background-color css
<style>
a { background-color: #9C387C; }
a { background-color: rgb(156,56,124); }
div.DivClassName
{
background-color: #9C387C;
}
.BgClassName
{
background-color: #9C387C;
}
</style>
border-color css
<style>
span { border-color: #9C387C; }
span { border-color: rgb(156,56,124); }
td.TdClassName
{
border-color: #9C387C;
}
.TagClassName
{
border-color: #9C387C;
}
</style>