#9E377D

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

Shades of Medium Red Violet #9E377D

Tints of Medium Red Violet #9E377D

Color information

#9E377D (or 0x9E377D) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 37 and 7D. RGB value is (158,55,125). Sum of RGB (Red+Green+Blue) = 158+55+125=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E377D is #61C882. Grayscale: #5D5D5D. Windows color (decimal): -6408323 or 8206238. OLE color: 8206238.

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

Color convert

RGB15855125-
CMYK00.650.210.38
HSL319.22º48.36%41.76%-
HSV(B)319.22º65.19%61.96%-
XYZ19.1711.4820.61-
YUV93.78145.62173.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.75%
GREEN value IS 55 (21.88% from 255) = 16.27%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=46.75%
G=16.27%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585512500.650.210.38319.2248.3641.76
Hex9E377D041152613f302a
Octal23667175010125464776052
Binary1001111011011111111010100000110101100110100111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,55,125); }

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

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

 a { background-color: rgb(158,55,125); }

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

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

 span { border-color: rgb(158,55,125); }

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