#9E3490

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

Shades of Medium Red Violet #9E3490

Tints of Medium Red Violet #9E3490

Color information

#9E3490 (or 0x9E3490) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 34 and 90. RGB value is (158,52,144). Sum of RGB (Red+Green+Blue) = 158+52+144=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3490 is #61CB6F. Grayscale: #5D5D5D. Windows color (decimal): -6409072 or 9450654. OLE color: 9450654.

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

Color convert

RGB15852144-
CMYK00.670.090.38
HSL307.92º50.48%41.18%-
HSV(B)307.92º67.09%61.96%-
XYZ20.3611.7427.58-
YUV94.18156.12173.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 52 (20.70% from 255) = 14.69%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=44.63%
G=14.69%
B=40.68%

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
Decimal1585214400.670.090.38307.9250.4841.18
Hex9E34900439261343229
Octal23664220010311464646251
Binary1001111011010010010000010000111001100110100110100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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