#9F337C

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

Shades of Medium Red Violet #9F337C

Tints of Medium Red Violet #9F337C

Color information

#9F337C (or 0x9F337C) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 33 and 7C. RGB value is (159,51,124). Sum of RGB (Red+Green+Blue) = 159+51+124=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F337C is #60CC83. Grayscale: #5B5B5B. Windows color (decimal): -6343812 or 8139679. OLE color: 8139679.

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

Color convert

RGB15951124-
CMYK00.680.220.38
HSL319.44º51.43%41.18%-
HSV(B)319.44º67.92%62.35%-
XYZ19.1211.1920.22-
YUV91.61146.28176.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=47.60%
G=15.27%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595112400.680.220.38319.4451.4341.18
Hex9F337C044162613f3329
Octal23763174010426464776351
Binary1001111111001111111000100010010110100110100111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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