#9F317C

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

Shades of Medium Red Violet #9F317C

Tints of Medium Red Violet #9F317C

Color information

#9F317C (or 0x9F317C) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 31 and 7C. RGB value is (159,49,124). Sum of RGB (Red+Green+Blue) = 159+49+124=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F317C is #60CE83. Grayscale: #5A5A5A. Windows color (decimal): -6344324 or 8139167. OLE color: 8139167.

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

Color convert

RGB15949124-
CMYK00.690.220.38
HSL319.09º52.88%40.78%-
HSV(B)319.09º69.18%62.35%-
XYZ19.0311.0220.19-
YUV90.44146.94176.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 49 (19.53% from 255) = 14.76%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=47.89%
G=14.76%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594912400.690.220.38319.0952.8840.78
Hex9F317C045162613f3529
Octal23761174010526464776551
Binary1001111111000111111000100010110110100110100111111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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