#9F4380

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

Shades of Medium Red Violet #9F4380

Tints of Medium Red Violet #9F4380

Color information

#9F4380 (or 0x9F4380) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 43 and 80. RGB value is (159,67,128). Sum of RGB (Red+Green+Blue) = 159+67+128=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4380 is #60BC7F. Grayscale: #656565. Windows color (decimal): -6339712 or 8405919. OLE color: 8405919.

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

Color convert

RGB15967128-
CMYK00.580.190.38
HSL320.22º40.71%44.31%-
HSV(B)320.22º57.86%62.35%-
XYZ20.212.9421.86-
YUV101.46142.98169.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=44.92%
G=18.93%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596712800.580.190.38320.2240.7144.31
Hex9F438003A1326140292c
Octal23710320007223465005154
Binary10011111100001110000000011101010011100110101000000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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