#9F3191

Color #9F3191 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9F3191

Tints of Medium Red Violet #9F3191

Color information

#9F3191 (or 0x9F3191) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 31 and 91. RGB value is (159,49,145). Sum of RGB (Red+Green+Blue) = 159+49+145=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3191 is #60CE6E. Grayscale: #5C5C5C. Windows color (decimal): -6344303 or 9515423. OLE color: 9515423.

HSL color Cylindrical-coordinate representation of color #9F3191: hue angle of 307.64º degrees, saturation: 0.53, 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 #9F3191 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15949145-
CMYK00.690.090.38
HSL307.64º52.88%40.78%-
HSV(B)307.64º69.18%62.35%-
XYZ20.5111.6127.95-
YUV92.83157.44175.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=45.04%
G=13.88%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594914500.690.090.38307.6452.8840.78
Hex9F31910459261343529
Octal23761221010511464646551
Binary1001111111000110010001010001011001100110100110100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F3191; }

 p { color: rgb(159,49,145); }

 H1.HeaderClassName
 {
   color: #9F3191;
 }
 .AnyTagClassName
 {
   color: #9F3191;
 }
</style>
background-color css

<style>
 a { background-color: #9F3191; }

 a { background-color: rgb(159,49,145); }

 div.DivClassName
 {
   background-color: #9F3191;
 }
 .BgClassName
 {
   background-color: #9F3191;
 }
</style>
border-color css

<style>
 span { border-color: #9F3191; }

 span { border-color: rgb(159,49,145); }

 td.TdClassName
 {
   border-color: #9F3191;
 }
 .TagClassName
 {
   border-color: #9F3191;
 }
</style>