Shades of Medium Red Violet #9F3490
Tints of Medium Red Violet #9F3490
RGB
CMYK
RGB Variations
Color information
#9F3490 (or 0x9F3490) is known color: Medium Red Violet. HEX triplet: 9F, 34 and 90. RGB value is (159,52,144). Sum of RGB (Red+Green+Blue) = 159+52+144=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3490 is #60CB6F. Grayscale: #5E5E5E. Windows color (decimal): -6343536 or 9450655. OLE color: 9450655.
HSL color Cylindrical-coordinate representation of color #9F3490: hue angle of 308.41º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3490 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 52 | 144 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.38 |
| HSL | 308.41º | 0.51% | 0.41% | - |
| HSV(B) | 308.41º | 0.67% | 0.62% | - |
| XYZ | 20.56 | 11.84 | 27.59 | - |
| YUV | 94.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 52 | 144 | 0 | 0.67 | 0.09 | 0.38 | 308.41 | 0.51 | 0.41 |
| Hex | 9F | 34 | 90 | 0 | 43 | 9 | 26 | 134 | 33 | 29 |
| Octal | 237 | 64 | 220 | 0 | 103 | 11 | 46 | 464 | 63 | 51 |
| Binary | 10011111 | 110100 | 10010000 | 0 | 1000011 | 1001 | 100110 | 100110100 | 110011 | 101001 |
Color Harmonies of #9F3490
Complementary color
Monochromatic Colors of #9F3490
Black with #9F3490
Text Example
Text Example
White with #9F3490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3490; }
p { color: rgb(159,52,144); }
H1.HeaderClassName
{
color: #9F3490;
}
.AnyTagClassName
{
color: #9F3490;
}
</style>
background-color css
<style>
a { background-color: #9F3490; }
a { background-color: rgb(159,52,144); }
div.DivClassName
{
background-color: #9F3490;
}
.BgClassName
{
background-color: #9F3490;
}
</style>
border-color css
<style>
span { border-color: #9F3490; }
span { border-color: rgb(159,52,144); }
td.TdClassName
{
border-color: #9F3490;
}
.TagClassName
{
border-color: #9F3490;
}
</style>