#9E3079

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

Shades of Medium Red Violet #9E3079

Tints of Medium Red Violet #9E3079

Color information

#9E3079 (or 0x9E3079) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 30 and 79. RGB value is (158,48,121). Sum of RGB (Red+Green+Blue) = 158+48+121=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3079 is #61CF86. Grayscale: #595959. Windows color (decimal): -6410119 or 7942302. OLE color: 7942302.

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

Color convert

RGB15848121-
CMYK00.700.230.38
HSL320.18º53.4%40.39%-
HSV(B)320.18º69.62%61.96%-
XYZ18.6110.7619.19-
YUV89.21145.94177.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 48 (19.14% from 255) = 14.68%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=48.32%
G=14.68%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584812100.700.230.38320.1853.440.39
Hex9E307904617261403528
Octal23660171010627465006550
Binary1001111011000011110010100011010111100110101000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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