Shades of Medium Red Violet #9D3383
Tints of Medium Red Violet #9D3383
RGB
CMYK
RGB Variations
Color information
#9D3383 (or 0x9D3383) is known color: Medium Red Violet. HEX triplet: 9D, 33 and 83. RGB value is (157,51,131). Sum of RGB (Red+Green+Blue) = 157+51+131=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3383 is #62CC7C. Grayscale: #5B5B5B. Windows color (decimal): -6474877 or 8598429. OLE color: 8598429.
HSL color Cylindrical-coordinate representation of color #9D3383: hue angle of 314.72º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3383 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 131 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.38 |
| HSL | 314.72º | 0.51% | 0.41% | - |
| HSV(B) | 314.72º | 0.68% | 0.62% | - |
| XYZ | 19.19 | 11.17 | 22.62 | - |
| YUV | 91.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 131 | 0 | 0.68 | 0.17 | 0.38 | 314.72 | 0.51 | 0.41 |
| Hex | 9D | 33 | 83 | 0 | 44 | 11 | 26 | 13B | 33 | 29 |
| Octal | 235 | 63 | 203 | 0 | 104 | 21 | 46 | 473 | 63 | 51 |
| Binary | 10011101 | 110011 | 10000011 | 0 | 1000100 | 10001 | 100110 | 100111011 | 110011 | 101001 |
Color Harmonies of #9D3383
Complementary color
Monochromatic Colors of #9D3383
Black with #9D3383
Text Example
Text Example
White with #9D3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3383; }
p { color: rgb(157,51,131); }
H1.HeaderClassName
{
color: #9D3383;
}
.AnyTagClassName
{
color: #9D3383;
}
</style>
background-color css
<style>
a { background-color: #9D3383; }
a { background-color: rgb(157,51,131); }
div.DivClassName
{
background-color: #9D3383;
}
.BgClassName
{
background-color: #9D3383;
}
</style>
border-color css
<style>
span { border-color: #9D3383; }
span { border-color: rgb(157,51,131); }
td.TdClassName
{
border-color: #9D3383;
}
.TagClassName
{
border-color: #9D3383;
}
</style>