Shades of Medium Red Violet #9C3980
Tints of Medium Red Violet #9C3980
RGB
CMYK
RGB Variations
Color information
#9C3980 (or 0x9C3980) is known color: Medium Red Violet. HEX triplet: 9C, 39 and 80. RGB value is (156,57,128). Sum of RGB (Red+Green+Blue) = 156+57+128=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3980 is #63C67F. Grayscale: #5E5E5E. Windows color (decimal): -6538880 or 8403356. OLE color: 8403356.
HSL color Cylindrical-coordinate representation of color #9C3980: hue angle of 316.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C3980 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 128 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.39 |
| HSL | 316.97º | 0.46% | 0.42% | - |
| HSV(B) | 316.97º | 0.63% | 0.61% | - |
| XYZ | 19.07 | 11.55 | 21.65 | - |
| YUV | 94.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 128 | 0 | 0.63 | 0.18 | 0.39 | 316.97 | 0.46 | 0.42 |
| Hex | 9C | 39 | 80 | 0 | 3F | 12 | 27 | 13D | 2E | 2A |
| Octal | 234 | 71 | 200 | 0 | 77 | 22 | 47 | 475 | 56 | 52 |
| Binary | 10011100 | 111001 | 10000000 | 0 | 111111 | 10010 | 100111 | 100111101 | 101110 | 101010 |
Color Harmonies of #9C3980
Complementary color
Monochromatic Colors of #9C3980
Black with #9C3980
Text Example
Text Example
White with #9C3980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3980; }
p { color: rgb(156,57,128); }
H1.HeaderClassName
{
color: #9C3980;
}
.AnyTagClassName
{
color: #9C3980;
}
</style>
background-color css
<style>
a { background-color: #9C3980; }
a { background-color: rgb(156,57,128); }
div.DivClassName
{
background-color: #9C3980;
}
.BgClassName
{
background-color: #9C3980;
}
</style>
border-color css
<style>
span { border-color: #9C3980; }
span { border-color: rgb(156,57,128); }
td.TdClassName
{
border-color: #9C3980;
}
.TagClassName
{
border-color: #9C3980;
}
</style>