Shades of Medium Red Violet #9C397D
Tints of Medium Red Violet #9C397D
RGB
CMYK
RGB Variations
Color information
#9C397D (or 0x9C397D) is known color: Medium Red Violet. HEX triplet: 9C, 39 and 7D. RGB value is (156,57,125). Sum of RGB (Red+Green+Blue) = 156+57+125=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C397D is #63C682. Grayscale: #5E5E5E. Windows color (decimal): -6538883 or 8206748. OLE color: 8206748.
HSL color Cylindrical-coordinate representation of color #9C397D: hue angle of 318.79º 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 #9C397D is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 125 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.39 |
| HSL | 318.79º | 0.46% | 0.42% | - |
| HSV(B) | 318.79º | 0.63% | 0.61% | - |
| XYZ | 18.88 | 11.47 | 20.62 | - |
| YUV | 94.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 125 | 0 | 0.63 | 0.20 | 0.39 | 318.79 | 0.46 | 0.42 |
| Hex | 9C | 39 | 7D | 0 | 3F | 14 | 27 | 13F | 2E | 2A |
| Octal | 234 | 71 | 175 | 0 | 77 | 24 | 47 | 477 | 56 | 52 |
| Binary | 10011100 | 111001 | 1111101 | 0 | 111111 | 10100 | 100111 | 100111111 | 101110 | 101010 |
Color Harmonies of #9C397D
Complementary color
Monochromatic Colors of #9C397D
Black with #9C397D
Text Example
Text Example
White with #9C397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C397D; }
p { color: rgb(156,57,125); }
H1.HeaderClassName
{
color: #9C397D;
}
.AnyTagClassName
{
color: #9C397D;
}
</style>
background-color css
<style>
a { background-color: #9C397D; }
a { background-color: rgb(156,57,125); }
div.DivClassName
{
background-color: #9C397D;
}
.BgClassName
{
background-color: #9C397D;
}
</style>
border-color css
<style>
span { border-color: #9C397D; }
span { border-color: rgb(156,57,125); }
td.TdClassName
{
border-color: #9C397D;
}
.TagClassName
{
border-color: #9C397D;
}
</style>