#9F3480

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

Shades of Medium Red Violet #9F3480

Tints of Medium Red Violet #9F3480

Color information

#9F3480 (or 0x9F3480) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 34 and 80. RGB value is (159,52,128). Sum of RGB (Red+Green+Blue) = 159+52+128=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3480 is #60CB7F. Grayscale: #5C5C5C. Windows color (decimal): -6343552 or 8402079. OLE color: 8402079.

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

Color convert

RGB15952128-
CMYK00.670.190.38
HSL317.38º50.71%41.37%-
HSV(B)317.38º67.3%62.35%-
XYZ19.4211.3921.6-
YUV92.66147.95175.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 52 (20.70% from 255) = 15.34%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=46.90%
G=15.34%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595212800.670.190.38317.3850.7141.37
Hex9F3480043132613d3329
Octal23764200010323464756351
Binary10011111110100100000000100001110011100110100111101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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