#9F3E7C

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

Shades of Medium Red Violet #9F3E7C

Tints of Medium Red Violet #9F3E7C

Color information

#9F3E7C (or 0x9F3E7C) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3E and 7C. RGB value is (159,62,124). Sum of RGB (Red+Green+Blue) = 159+62+124=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E7C is #60C183. Grayscale: #616161. Windows color (decimal): -6340996 or 8142495. OLE color: 8142495.

HSL color Cylindrical-coordinate representation of color #9F3E7C: hue angle of 321.65º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F3E7C is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15962124-
CMYK00.610.220.38
HSL321.65º43.89%43.33%-
HSV(B)321.65º61.01%62.35%-
XYZ19.6612.2720.4-
YUV98.07142.64171.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 62 (24.61% from 255) = 17.97%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=46.09%
G=17.97%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596212400.610.220.38321.6543.8943.33
Hex9F3E7C03D16261422c2b
Octal2377617407526465025453
Binary100111111111101111100011110110110100110101000010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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