Shades of Medium Red Violet #9D388B
Tints of Medium Red Violet #9D388B
RGB
CMYK
RGB Variations
Color information
#9D388B (or 0x9D388B) is known color: Medium Red Violet. HEX triplet: 9D, 38 and 8B. RGB value is (157,56,139). Sum of RGB (Red+Green+Blue) = 157+56+139=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D388B is #62C774. Grayscale: #5F5F5F. Windows color (decimal): -6473589 or 9123997. OLE color: 9123997.
HSL color Cylindrical-coordinate representation of color #9D388B: hue angle of 310.69º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D388B is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 139 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.38 |
| HSL | 310.69º | 0.47% | 0.42% | - |
| HSV(B) | 310.69º | 0.64% | 0.62% | - |
| XYZ | 19.98 | 11.86 | 25.66 | - |
| YUV | 95.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 139 | 0 | 0.64 | 0.11 | 0.38 | 310.69 | 0.47 | 0.42 |
| Hex | 9D | 38 | 8B | 0 | 40 | B | 26 | 137 | 2F | 2A |
| Octal | 235 | 70 | 213 | 0 | 100 | 13 | 46 | 467 | 57 | 52 |
| Binary | 10011101 | 111000 | 10001011 | 0 | 1000000 | 1011 | 100110 | 100110111 | 101111 | 101010 |
Color Harmonies of #9D388B
Complementary color
Monochromatic Colors of #9D388B
Black with #9D388B
Text Example
Text Example
White with #9D388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D388B; }
p { color: rgb(157,56,139); }
H1.HeaderClassName
{
color: #9D388B;
}
.AnyTagClassName
{
color: #9D388B;
}
</style>
background-color css
<style>
a { background-color: #9D388B; }
a { background-color: rgb(157,56,139); }
div.DivClassName
{
background-color: #9D388B;
}
.BgClassName
{
background-color: #9D388B;
}
</style>
border-color css
<style>
span { border-color: #9D388B; }
span { border-color: rgb(157,56,139); }
td.TdClassName
{
border-color: #9D388B;
}
.TagClassName
{
border-color: #9D388B;
}
</style>