#9F4480

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

Shades of Medium Red Violet #9F4480

Tints of Medium Red Violet #9F4480

Color information

#9F4480 (or 0x9F4480) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 44 and 80. RGB value is (159,68,128). Sum of RGB (Red+Green+Blue) = 159+68+128=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4480 is #60BB7F. Grayscale: #656565. Windows color (decimal): -6339456 or 8406175. OLE color: 8406175.

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

Color convert

RGB15968128-
CMYK00.570.190.38
HSL320.44º40.09%44.51%-
HSV(B)320.44º57.23%62.35%-
XYZ20.2613.0621.88-
YUV102.05142.65168.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=44.79%
G=19.15%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596812800.570.190.38320.4440.0944.51
Hex9F44800391326140282d
Octal23710420007123465005055
Binary10011111100010010000000011100110011100110101000000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,68,128); }

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

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

 a { background-color: rgb(159,68,128); }

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

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

 span { border-color: rgb(159,68,128); }

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