Shades of Medium Red Violet #9D368E
Tints of Medium Red Violet #9D368E
RGB
CMYK
RGB Variations
Color information
#9D368E (or 0x9D368E) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 8E. RGB value is (157,54,142). Sum of RGB (Red+Green+Blue) = 157+54+142=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D368E is #62C971. Grayscale: #5E5E5E. Windows color (decimal): -6474098 or 9320093. OLE color: 9320093.
HSL color Cylindrical-coordinate representation of color #9D368E: hue angle of 308.74º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D368E is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 142 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.38 |
| HSL | 308.74º | 0.49% | 0.41% | - |
| HSV(B) | 308.74º | 0.66% | 0.62% | - |
| XYZ | 20.11 | 11.76 | 26.8 | - |
| YUV | 94.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 142 | 0 | 0.66 | 0.10 | 0.38 | 308.74 | 0.49 | 0.41 |
| Hex | 9D | 36 | 8E | 0 | 42 | A | 26 | 135 | 31 | 29 |
| Octal | 235 | 66 | 216 | 0 | 102 | 12 | 46 | 465 | 61 | 51 |
| Binary | 10011101 | 110110 | 10001110 | 0 | 1000010 | 1010 | 100110 | 100110101 | 110001 | 101001 |
Color Harmonies of #9D368E
Complementary color
Monochromatic Colors of #9D368E
Black with #9D368E
Text Example
Text Example
White with #9D368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D368E; }
p { color: rgb(157,54,142); }
H1.HeaderClassName
{
color: #9D368E;
}
.AnyTagClassName
{
color: #9D368E;
}
</style>
background-color css
<style>
a { background-color: #9D368E; }
a { background-color: rgb(157,54,142); }
div.DivClassName
{
background-color: #9D368E;
}
.BgClassName
{
background-color: #9D368E;
}
</style>
border-color css
<style>
span { border-color: #9D368E; }
span { border-color: rgb(157,54,142); }
td.TdClassName
{
border-color: #9D368E;
}
.TagClassName
{
border-color: #9D368E;
}
</style>