#9F337B

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

Shades of Medium Red Violet #9F337B

Tints of Medium Red Violet #9F337B

Color information

#9F337B (or 0x9F337B) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 33 and 7B. RGB value is (159,51,123). Sum of RGB (Red+Green+Blue) = 159+51+123=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F337B is #60CC84. Grayscale: #5B5B5B. Windows color (decimal): -6343813 or 8074143. OLE color: 8074143.

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

Color convert

RGB15951123-
CMYK00.680.230.38
HSL320º51.43%41.18%-
HSV(B)320º67.92%62.35%-
XYZ19.0611.1719.89-
YUV91.5145.78176.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=47.75%
G=15.32%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595112300.680.230.3832051.4341.18
Hex9F337B04417261403329
Octal23763173010427465006351
Binary1001111111001111110110100010010111100110101000000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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