#9E398C

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

Shades of Medium Red Violet #9E398C

Tints of Medium Red Violet #9E398C

Color information

#9E398C (or 0x9E398C) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 39 and 8C. RGB value is (158,57,140). Sum of RGB (Red+Green+Blue) = 158+57+140=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E398C is #61C673. Grayscale: #606060. Windows color (decimal): -6407796 or 9189790. OLE color: 9189790.

HSL color Cylindrical-coordinate representation of color #9E398C: hue angle of 310.69º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E398C is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15857140-
CMYK00.640.110.38
HSL310.69º46.98%42.16%-
HSV(B)310.69º63.92%61.96%-
XYZ20.312.0926.07-
YUV96.66152.46171.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 57 (22.66% from 255) = 16.06%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=44.51%
G=16.06%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585714000.640.110.38310.6946.9842.16
Hex9E398C040B261372f2a
Octal23671214010013464675752
Binary1001111011100110001100010000001011100110100110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,140); }

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

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

 a { background-color: rgb(158,57,140); }

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

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

 span { border-color: rgb(158,57,140); }

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