#9F3C7F

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

Shades of Medium Red Violet #9F3C7F

Tints of Medium Red Violet #9F3C7F

Color information

#9F3C7F (or 0x9F3C7F) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3C and 7F. RGB value is (159,60,127). Sum of RGB (Red+Green+Blue) = 159+60+127=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C7F is #60C380. Grayscale: #616161. Windows color (decimal): -6341505 or 8338591. OLE color: 8338591.

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

Color convert

RGB15960127-
CMYK00.620.200.38
HSL319.39º45.21%42.94%-
HSV(B)319.39º62.26%62.35%-
XYZ19.7412.1321.38-
YUV97.24144.8172.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 127 (50% from 255) = 36.71%
R=45.95%
G=17.34%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596012700.620.200.38319.3945.2142.94
Hex9F3C7F03E142613f2d2b
Octal2377417707624464775553
Binary100111111111001111111011111010100100110100111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,127); }

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

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

 a { background-color: rgb(159,60,127); }

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

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

 span { border-color: rgb(159,60,127); }

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