Shades of Medium Red Violet #9C388D
Tints of Medium Red Violet #9C388D
RGB
CMYK
RGB Variations
Color information
#9C388D (or 0x9C388D) is known color: Medium Red Violet. HEX triplet: 9C, 38 and 8D. RGB value is (156,56,141). Sum of RGB (Red+Green+Blue) = 156+56+141=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C388D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C388D is #63C772. Grayscale: #5F5F5F. Windows color (decimal): -6539123 or 9255068. OLE color: 9255068.
HSL color Cylindrical-coordinate representation of color #9C388D: hue angle of 309º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C388D is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 141 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.39 |
| HSL | 309º | 0.47% | 0.42% | - |
| HSV(B) | 309º | 0.64% | 0.61% | - |
| XYZ | 19.93 | 11.82 | 26.43 | - |
| YUV | 95.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 141 | 0 | 0.64 | 0.10 | 0.39 | 309 | 0.47 | 0.42 |
| Hex | 9C | 38 | 8D | 0 | 40 | A | 27 | 135 | 2F | 2A |
| Octal | 234 | 70 | 215 | 0 | 100 | 12 | 47 | 465 | 57 | 52 |
| Binary | 10011100 | 111000 | 10001101 | 0 | 1000000 | 1010 | 100111 | 100110101 | 101111 | 101010 |
Color Harmonies of #9C388D
Complementary color
Monochromatic Colors of #9C388D
Black with #9C388D
Text Example
Text Example
White with #9C388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C388D; }
p { color: rgb(156,56,141); }
H1.HeaderClassName
{
color: #9C388D;
}
.AnyTagClassName
{
color: #9C388D;
}
</style>
background-color css
<style>
a { background-color: #9C388D; }
a { background-color: rgb(156,56,141); }
div.DivClassName
{
background-color: #9C388D;
}
.BgClassName
{
background-color: #9C388D;
}
</style>
border-color css
<style>
span { border-color: #9C388D; }
span { border-color: rgb(156,56,141); }
td.TdClassName
{
border-color: #9C388D;
}
.TagClassName
{
border-color: #9C388D;
}
</style>