#9F317E

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

Shades of Medium Red Violet #9F317E

Tints of Medium Red Violet #9F317E

Color information

#9F317E (or 0x9F317E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 31 and 7E. RGB value is (159,49,126). Sum of RGB (Red+Green+Blue) = 159+49+126=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F317E is #60CE81. Grayscale: #5A5A5A. Windows color (decimal): -6344322 or 8270239. OLE color: 8270239.

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

Color convert

RGB15949126-
CMYK00.690.210.38
HSL318º52.88%40.78%-
HSV(B)318º69.18%62.35%-
XYZ19.1611.0720.87-
YUV90.67147.94176.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=47.60%
G=14.67%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594912600.690.210.3831852.8840.78
Hex9F317E045152613e3529
Octal23761176010525464766551
Binary1001111111000111111100100010110101100110100111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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