Shades of Medium Red Violet #9F3290
Tints of Medium Red Violet #9F3290
RGB
CMYK
RGB Variations
Color information
#9F3290 (or 0x9F3290) is known color: Medium Red Violet. HEX triplet: 9F, 32 and 90. RGB value is (159,50,144). Sum of RGB (Red+Green+Blue) = 159+50+144=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3290 is #60CD6F. Grayscale: #5D5D5D. Windows color (decimal): -6344048 or 9450143. OLE color: 9450143.
HSL color Cylindrical-coordinate representation of color #9F3290: hue angle of 308.26º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F3290 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 50 | 144 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.38 |
| HSL | 308.26º | 0.52% | 0.41% | - |
| HSV(B) | 308.26º | 0.69% | 0.62% | - |
| XYZ | 20.47 | 11.67 | 27.56 | - |
| YUV | 93.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 50 | 144 | 0 | 0.69 | 0.09 | 0.38 | 308.26 | 0.52 | 0.41 |
| Hex | 9F | 32 | 90 | 0 | 45 | 9 | 26 | 134 | 34 | 29 |
| Octal | 237 | 62 | 220 | 0 | 105 | 11 | 46 | 464 | 64 | 51 |
| Binary | 10011111 | 110010 | 10010000 | 0 | 1000101 | 1001 | 100110 | 100110100 | 110100 | 101001 |
Color Harmonies of #9F3290
Complementary color
Monochromatic Colors of #9F3290
Black with #9F3290
Text Example
Text Example
White with #9F3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3290; }
p { color: rgb(159,50,144); }
H1.HeaderClassName
{
color: #9F3290;
}
.AnyTagClassName
{
color: #9F3290;
}
</style>
background-color css
<style>
a { background-color: #9F3290; }
a { background-color: rgb(159,50,144); }
div.DivClassName
{
background-color: #9F3290;
}
.BgClassName
{
background-color: #9F3290;
}
</style>
border-color css
<style>
span { border-color: #9F3290; }
span { border-color: rgb(159,50,144); }
td.TdClassName
{
border-color: #9F3290;
}
.TagClassName
{
border-color: #9F3290;
}
</style>