#9F3179

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

Shades of Medium Red Violet #9F3179

Tints of Medium Red Violet #9F3179

Color information

#9F3179 (or 0x9F3179) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 31 and 79. RGB value is (159,49,121). Sum of RGB (Red+Green+Blue) = 159+49+121=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3179 is #60CE86. Grayscale: #595959. Windows color (decimal): -6344327 or 7942559. OLE color: 7942559.

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

Color convert

RGB15949121-
CMYK00.690.240.38
HSL320.73º52.88%40.78%-
HSV(B)320.73º69.18%62.35%-
XYZ18.8510.9519.21-
YUV90.1145.44177.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.33%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=48.33%
G=14.89%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594912100.690.240.38320.7352.8840.78
Hex9F317904518261413529
Octal23761171010530465016551
Binary1001111111000111110010100010111000100110101000001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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