#9F347A

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

Shades of Medium Red Violet #9F347A

Tints of Medium Red Violet #9F347A

Color information

#9F347A (or 0x9F347A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 34 and 7A. RGB value is (159,52,122). Sum of RGB (Red+Green+Blue) = 159+52+122=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F347A is #60CB85. Grayscale: #5B5B5B. Windows color (decimal): -6343558 or 8008863. OLE color: 8008863.

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

Color convert

RGB15952122-
CMYK00.670.230.38
HSL320.75º50.71%41.37%-
HSV(B)320.75º67.3%62.35%-
XYZ19.0411.2319.58-
YUV91.97144.95175.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=47.75%
G=15.62%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595212200.670.230.38320.7550.7141.37
Hex9F347A04317261413329
Octal23764172010327465016351
Binary1001111111010011110100100001110111100110101000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,52,122); }

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

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

 a { background-color: rgb(159,52,122); }

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

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

 span { border-color: rgb(159,52,122); }

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