#9F3189

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

Shades of Medium Red Violet #9F3189

Tints of Medium Red Violet #9F3189

Color information

#9F3189 (or 0x9F3189) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 31 and 89. RGB value is (159,49,137). Sum of RGB (Red+Green+Blue) = 159+49+137=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3189 is #60CE76. Grayscale: #5B5B5B. Windows color (decimal): -6344311 or 8991135. OLE color: 8991135.

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

Color convert

RGB15949137-
CMYK00.690.140.38
HSL312º52.88%40.78%-
HSV(B)312º69.18%62.35%-
XYZ19.9111.3724.81-
YUV91.92153.44175.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 49 (19.53% from 255) = 14.20%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=46.09%
G=14.20%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594913700.690.140.3831252.8840.78
Hex9F3189045E261383529
Octal23761211010516464706551
Binary1001111111000110001001010001011110100110100111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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