Shades of Medium Red Violet #9C4586
Tints of Medium Red Violet #9C4586
RGB
CMYK
RGB Variations
Color information
#9C4586 (or 0x9C4586) is known color: Medium Red Violet. HEX triplet: 9C, 45 and 86. RGB value is (156,69,134). Sum of RGB (Red+Green+Blue) = 156+69+134=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4586 is #63BA79. Grayscale: #666666. Windows color (decimal): -6535802 or 8799644. OLE color: 8799644.
HSL color Cylindrical-coordinate representation of color #9C4586: hue angle of 315.17º 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 #9C4586 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 134 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.39 |
| HSL | 315.17º | 0.39% | 0.44% | - |
| HSV(B) | 315.17º | 0.56% | 0.61% | - |
| XYZ | 20.14 | 13.05 | 24.01 | - |
| YUV | 102.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 134 | 0 | 0.56 | 0.14 | 0.39 | 315.17 | 0.39 | 0.44 |
| Hex | 9C | 45 | 86 | 0 | 38 | E | 27 | 13B | 27 | 2C |
| Octal | 234 | 105 | 206 | 0 | 70 | 16 | 47 | 473 | 47 | 54 |
| Binary | 10011100 | 1000101 | 10000110 | 0 | 111000 | 1110 | 100111 | 100111011 | 100111 | 101100 |
Color Harmonies of #9C4586
Complementary color
Monochromatic Colors of #9C4586
Black with #9C4586
Text Example
Text Example
White with #9C4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4586; }
p { color: rgb(156,69,134); }
H1.HeaderClassName
{
color: #9C4586;
}
.AnyTagClassName
{
color: #9C4586;
}
</style>
background-color css
<style>
a { background-color: #9C4586; }
a { background-color: rgb(156,69,134); }
div.DivClassName
{
background-color: #9C4586;
}
.BgClassName
{
background-color: #9C4586;
}
</style>
border-color css
<style>
span { border-color: #9C4586; }
span { border-color: rgb(156,69,134); }
td.TdClassName
{
border-color: #9C4586;
}
.TagClassName
{
border-color: #9C4586;
}
</style>