Shades of Medium Red Violet #9F3380
Tints of Medium Red Violet #9F3380
RGB
CMYK
RGB Variations
Color information
#9F3380 (or 0x9F3380) is known color: Medium Red Violet. HEX triplet: 9F, 33 and 80. RGB value is (159,51,128). Sum of RGB (Red+Green+Blue) = 159+51+128=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3380 is #60CC7F. Grayscale: #5B5B5B. Windows color (decimal): -6343808 or 8401823. OLE color: 8401823.
HSL color Cylindrical-coordinate representation of color #9F3380: hue angle of 317.22º 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 #9F3380 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 51 | 128 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.38 |
| HSL | 317.22º | 0.51% | 0.41% | - |
| HSV(B) | 317.22º | 0.68% | 0.62% | - |
| XYZ | 19.38 | 11.3 | 21.58 | - |
| YUV | 92.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 51 | 128 | 0 | 0.68 | 0.19 | 0.38 | 317.22 | 0.51 | 0.41 |
| Hex | 9F | 33 | 80 | 0 | 44 | 13 | 26 | 13D | 33 | 29 |
| Octal | 237 | 63 | 200 | 0 | 104 | 23 | 46 | 475 | 63 | 51 |
| Binary | 10011111 | 110011 | 10000000 | 0 | 1000100 | 10011 | 100110 | 100111101 | 110011 | 101001 |
Color Harmonies of #9F3380
Complementary color
Monochromatic Colors of #9F3380
Black with #9F3380
Text Example
Text Example
White with #9F3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3380; }
p { color: rgb(159,51,128); }
H1.HeaderClassName
{
color: #9F3380;
}
.AnyTagClassName
{
color: #9F3380;
}
</style>
background-color css
<style>
a { background-color: #9F3380; }
a { background-color: rgb(159,51,128); }
div.DivClassName
{
background-color: #9F3380;
}
.BgClassName
{
background-color: #9F3380;
}
</style>
border-color css
<style>
span { border-color: #9F3380; }
span { border-color: rgb(159,51,128); }
td.TdClassName
{
border-color: #9F3380;
}
.TagClassName
{
border-color: #9F3380;
}
</style>