Shades of Medium Red Violet #9C4580
Tints of Medium Red Violet #9C4580
RGB
CMYK
RGB Variations
Color information
#9C4580 (or 0x9C4580) is known color: Medium Red Violet. HEX triplet: 9C, 45 and 80. RGB value is (156,69,128). Sum of RGB (Red+Green+Blue) = 156+69+128=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4580 is #63BA7F. Grayscale: #656565. Windows color (decimal): -6535808 or 8406428. OLE color: 8406428.
HSL color Cylindrical-coordinate representation of color #9C4580: hue angle of 319.31º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4580 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 128 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.39 |
| HSL | 319.31º | 0.39% | 0.44% | - |
| HSV(B) | 319.31º | 0.56% | 0.61% | - |
| XYZ | 19.73 | 12.88 | 21.87 | - |
| YUV | 101.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 128 | 0 | 0.56 | 0.18 | 0.39 | 319.31 | 0.39 | 0.44 |
| Hex | 9C | 45 | 80 | 0 | 38 | 12 | 27 | 13F | 27 | 2C |
| Octal | 234 | 105 | 200 | 0 | 70 | 22 | 47 | 477 | 47 | 54 |
| Binary | 10011100 | 1000101 | 10000000 | 0 | 111000 | 10010 | 100111 | 100111111 | 100111 | 101100 |
Color Harmonies of #9C4580
Complementary color
Monochromatic Colors of #9C4580
Black with #9C4580
Text Example
Text Example
White with #9C4580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4580; }
p { color: rgb(156,69,128); }
H1.HeaderClassName
{
color: #9C4580;
}
.AnyTagClassName
{
color: #9C4580;
}
</style>
background-color css
<style>
a { background-color: #9C4580; }
a { background-color: rgb(156,69,128); }
div.DivClassName
{
background-color: #9C4580;
}
.BgClassName
{
background-color: #9C4580;
}
</style>
border-color css
<style>
span { border-color: #9C4580; }
span { border-color: rgb(156,69,128); }
td.TdClassName
{
border-color: #9C4580;
}
.TagClassName
{
border-color: #9C4580;
}
</style>