#9E3074

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

Shades of Medium Red Violet #9E3074

Tints of Medium Red Violet #9E3074

Color information

#9E3074 (or 0x9E3074) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 30 and 74. RGB value is (158,48,116). Sum of RGB (Red+Green+Blue) = 158+48+116=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3074 is #61CF8B. Grayscale: #585858. Windows color (decimal): -6410124 or 7614622. OLE color: 7614622.

HSL color Cylindrical-coordinate representation of color #9E3074: hue angle of 322.91º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3074 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15848116-
CMYK00.700.270.38
HSL322.91º53.4%40.39%-
HSV(B)322.91º69.62%61.96%-
XYZ18.3110.6417.61-
YUV88.64143.44177.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=49.07%
G=14.91%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584811600.700.270.38322.9153.440.39
Hex9E30740461B261433528
Octal23660164010633465036550
Binary1001111011000011101000100011011011100110101000011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,48,116); }

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

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

 a { background-color: rgb(158,48,116); }

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

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

 span { border-color: rgb(158,48,116); }

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