Shades of Medium Red Violet #9C4486
Tints of Medium Red Violet #9C4486
RGB
CMYK
RGB Variations
Color information
#9C4486 (or 0x9C4486) is known color: Medium Red Violet. HEX triplet: 9C, 44 and 86. RGB value is (156,68,134). Sum of RGB (Red+Green+Blue) = 156+68+134=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4486 is #63BB79. Grayscale: #656565. Windows color (decimal): -6536058 or 8799388. OLE color: 8799388.
HSL color Cylindrical-coordinate representation of color #9C4486: hue angle of 315º 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 #9C4486 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 68 | 134 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.39 |
| HSL | 315º | 0.39% | 0.44% | - |
| HSV(B) | 315º | 0.56% | 0.61% | - |
| XYZ | 20.08 | 12.92 | 23.99 | - |
| YUV | 101.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 68 | 134 | 0 | 0.56 | 0.14 | 0.39 | 315 | 0.39 | 0.44 |
| Hex | 9C | 44 | 86 | 0 | 38 | E | 27 | 13B | 27 | 2C |
| Octal | 234 | 104 | 206 | 0 | 70 | 16 | 47 | 473 | 47 | 54 |
| Binary | 10011100 | 1000100 | 10000110 | 0 | 111000 | 1110 | 100111 | 100111011 | 100111 | 101100 |
Color Harmonies of #9C4486
Complementary color
Monochromatic Colors of #9C4486
Black with #9C4486
Text Example
Text Example
White with #9C4486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4486; }
p { color: rgb(156,68,134); }
H1.HeaderClassName
{
color: #9C4486;
}
.AnyTagClassName
{
color: #9C4486;
}
</style>
background-color css
<style>
a { background-color: #9C4486; }
a { background-color: rgb(156,68,134); }
div.DivClassName
{
background-color: #9C4486;
}
.BgClassName
{
background-color: #9C4486;
}
</style>
border-color css
<style>
span { border-color: #9C4486; }
span { border-color: rgb(156,68,134); }
td.TdClassName
{
border-color: #9C4486;
}
.TagClassName
{
border-color: #9C4486;
}
</style>