Shades of Medium Red Violet #9F3383
Tints of Medium Red Violet #9F3383
RGB
CMYK
RGB Variations
Color information
#9F3383 (or 0x9F3383) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 83. RGB value is (159,51,131). Sum of RGB (Red+Green+Blue) = 159+51+131=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3383 is #60CC7C. Grayscale: #5C5C5C. Windows color (decimal): -6343805 or 8598431. OLE color: 8598431.
HSL color Cylindrical-coordinate representation of color #9F3383: hue angle of 315.56º 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 #9F3383 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 131 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.38 |
| HSL | 315.56º | 0.51% | 0.41% | - |
| HSV(B) | 315.56º | 0.68% | 0.62% | - |
| XYZ | 19.58 | 11.38 | 22.64 | - |
| YUV | 92.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 131 | 0 | 0.68 | 0.18 | 0.38 | 315.56 | 0.51 | 0.41 |
| Hex | 9F | 33 | 83 | 0 | 44 | 12 | 26 | 13C | 33 | 29 |
| Octal | 237 | 63 | 203 | 0 | 104 | 22 | 46 | 474 | 63 | 51 |
| Binary | 10011111 | 110011 | 10000011 | 0 | 1000100 | 10010 | 100110 | 100111100 | 110011 | 101001 |
Color Harmonies of #9F3383
Complementary color
Monochromatic Colors of #9F3383
Black with #9F3383
Text Example
Text Example
White with #9F3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3383; }
p { color: rgb(159,51,131); }
H1.HeaderClassName
{
color: #9F3383;
}
.AnyTagClassName
{
color: #9F3383;
}
</style>
background-color css
<style>
a { background-color: #9F3383; }
a { background-color: rgb(159,51,131); }
div.DivClassName
{
background-color: #9F3383;
}
.BgClassName
{
background-color: #9F3383;
}
</style>
border-color css
<style>
span { border-color: #9F3383; }
span { border-color: rgb(159,51,131); }
td.TdClassName
{
border-color: #9F3383;
}
.TagClassName
{
border-color: #9F3383;
}
</style>