Shades of Medium Red Violet #9D368C
Tints of Medium Red Violet #9D368C
RGB
CMYK
RGB Variations
Color information
#9D368C (or 0x9D368C) is known color: Medium Red Violet. HEX triplet: 9D, 36 and 8C. RGB value is (157,54,140). Sum of RGB (Red+Green+Blue) = 157+54+140=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D368C is #62C973. Grayscale: #5E5E5E. Windows color (decimal): -6474100 or 9189021. OLE color: 9189021.
HSL color Cylindrical-coordinate representation of color #9D368C: hue angle of 309.9º 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 #9D368C is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 140 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.38 |
| HSL | 309.9º | 0.49% | 0.41% | - |
| HSV(B) | 309.9º | 0.66% | 0.62% | - |
| XYZ | 19.96 | 11.7 | 26.02 | - |
| YUV | 94.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 140 | 0 | 0.66 | 0.11 | 0.38 | 309.9 | 0.49 | 0.41 |
| Hex | 9D | 36 | 8C | 0 | 42 | B | 26 | 136 | 31 | 29 |
| Octal | 235 | 66 | 214 | 0 | 102 | 13 | 46 | 466 | 61 | 51 |
| Binary | 10011101 | 110110 | 10001100 | 0 | 1000010 | 1011 | 100110 | 100110110 | 110001 | 101001 |
Color Harmonies of #9D368C
Complementary color
Monochromatic Colors of #9D368C
Black with #9D368C
Text Example
Text Example
White with #9D368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D368C; }
p { color: rgb(157,54,140); }
H1.HeaderClassName
{
color: #9D368C;
}
.AnyTagClassName
{
color: #9D368C;
}
</style>
background-color css
<style>
a { background-color: #9D368C; }
a { background-color: rgb(157,54,140); }
div.DivClassName
{
background-color: #9D368C;
}
.BgClassName
{
background-color: #9D368C;
}
</style>
border-color css
<style>
span { border-color: #9D368C; }
span { border-color: rgb(157,54,140); }
td.TdClassName
{
border-color: #9D368C;
}
.TagClassName
{
border-color: #9D368C;
}
</style>