#9F3490

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

Shades of Medium Red Violet #9F3490

Tints of Medium Red Violet #9F3490

Color information

#9F3490 (or 0x9F3490) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 34 and 90. RGB value is (159,52,144). Sum of RGB (Red+Green+Blue) = 159+52+144=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3490 is #60CB6F. Grayscale: #5E5E5E. Windows color (decimal): -6343536 or 9450655. OLE color: 9450655.

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

Color convert

RGB15952144-
CMYK00.670.090.38
HSL308.41º50.71%41.37%-
HSV(B)308.41º67.3%62.35%-
XYZ20.5611.8427.59-
YUV94.48155.95174.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 52 (20.70% from 255) = 14.65%
BLUE value IS 144 (56.64% from 255) = 40.56%
R=44.79%
G=14.65%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595214400.670.090.38308.4150.7141.37
Hex9F34900439261343329
Octal23764220010311464646351
Binary1001111111010010010000010000111001100110100110100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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