Shades of Medium Red Violet #9C347A
Tints of Medium Red Violet #9C347A
RGB
CMYK
RGB Variations
Color information
#9C347A (or 0x9C347A) is known color: Medium Red Violet. HEX triplet: 9C, 34 and 7A. RGB value is (156,52,122). Sum of RGB (Red+Green+Blue) = 156+52+122=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C347A is #63CB85. Grayscale: #5A5A5A. Windows color (decimal): -6540166 or 8008860. OLE color: 8008860.
HSL color Cylindrical-coordinate representation of color #9C347A: hue angle of 319.62º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C347A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 122 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.39 |
| HSL | 319.62º | 0.5% | 0.41% | - |
| HSV(B) | 319.62º | 0.67% | 0.61% | - |
| XYZ | 18.45 | 10.93 | 19.55 | - |
| YUV | 91.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 122 | 0 | 0.67 | 0.22 | 0.39 | 319.62 | 0.5 | 0.41 |
| Hex | 9C | 34 | 7A | 0 | 43 | 16 | 27 | 140 | 32 | 29 |
| Octal | 234 | 64 | 172 | 0 | 103 | 26 | 47 | 500 | 62 | 51 |
| Binary | 10011100 | 110100 | 1111010 | 0 | 1000011 | 10110 | 100111 | 101000000 | 110010 | 101001 |
Color Harmonies of #9C347A
Complementary color
Monochromatic Colors of #9C347A
Black with #9C347A
Text Example
Text Example
White with #9C347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C347A; }
p { color: rgb(156,52,122); }
H1.HeaderClassName
{
color: #9C347A;
}
.AnyTagClassName
{
color: #9C347A;
}
</style>
background-color css
<style>
a { background-color: #9C347A; }
a { background-color: rgb(156,52,122); }
div.DivClassName
{
background-color: #9C347A;
}
.BgClassName
{
background-color: #9C347A;
}
</style>
border-color css
<style>
span { border-color: #9C347A; }
span { border-color: rgb(156,52,122); }
td.TdClassName
{
border-color: #9C347A;
}
.TagClassName
{
border-color: #9C347A;
}
</style>