#9E3178

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

Shades of Medium Red Violet #9E3178

Tints of Medium Red Violet #9E3178

Color information

#9E3178 (or 0x9E3178) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 31 and 78. RGB value is (158,49,120). Sum of RGB (Red+Green+Blue) = 158+49+120=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3178 is #61CE87. Grayscale: #595959. Windows color (decimal): -6409864 or 7877022. OLE color: 7877022.

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

Color convert

RGB15849120-
CMYK00.690.240.38
HSL320.92º52.66%40.59%-
HSV(B)320.92º68.99%61.96%-
XYZ18.5910.8218.88-
YUV89.68145.11176.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.32%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=48.32%
G=14.98%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584912000.690.240.38320.9252.6640.59
Hex9E317804518261413529
Octal23661170010530465016551
Binary1001111011000111110000100010111000100110101000001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,120); }

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

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

 a { background-color: rgb(158,49,120); }

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

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

 span { border-color: rgb(158,49,120); }

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