#9F3680

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

Shades of Medium Red Violet #9F3680

Tints of Medium Red Violet #9F3680

Color information

#9F3680 (or 0x9F3680) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 36 and 80. RGB value is (159,54,128). Sum of RGB (Red+Green+Blue) = 159+54+128=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3680 is #60C97F. Grayscale: #5D5D5D. Windows color (decimal): -6343040 or 8402591. OLE color: 8402591.

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

Color convert

RGB15954128-
CMYK00.660.190.38
HSL317.71º49.3%41.76%-
HSV(B)317.71º66.04%62.35%-
XYZ19.5111.5721.63-
YUV93.83147.29174.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=46.63%
G=15.84%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595412800.660.190.38317.7149.341.76
Hex9F3680042132613e312a
Octal23766200010223464766152
Binary10011111110110100000000100001010011100110100111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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