#9F3576

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

Shades of Medium Red Violet #9F3576

Tints of Medium Red Violet #9F3576

Color information

#9F3576 (or 0x9F3576) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 35 and 76. RGB value is (159,53,118). Sum of RGB (Red+Green+Blue) = 159+53+118=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3576 is #60CA89. Grayscale: #5B5B5B. Windows color (decimal): -6343306 or 7746975. OLE color: 7746975.

HSL color Cylindrical-coordinate representation of color #9F3576: hue angle of 323.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3576 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15953118-
CMYK00.670.260.38
HSL323.21º50%41.57%-
HSV(B)323.21º66.67%62.35%-
XYZ18.8411.2318.31-
YUV92.1142.62175.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.18%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=48.18%
G=16.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595311800.670.260.38323.215041.57
Hex9F35760431A26143322a
Octal23765166010332465036252
Binary1001111111010111101100100001111010100110101000011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,118); }

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

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

 a { background-color: rgb(159,53,118); }

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

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

 span { border-color: rgb(159,53,118); }

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