#9E328E

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

Shades of Medium Red Violet #9E328E

Tints of Medium Red Violet #9E328E

Color information

#9E328E (or 0x9E328E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 32 and 8E. RGB value is (158,50,142). Sum of RGB (Red+Green+Blue) = 158+50+142=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E328E is #61CD71. Grayscale: #5C5C5C. Windows color (decimal): -6409586 or 9319070. OLE color: 9319070.

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

Color convert

RGB15850142-
CMYK00.680.100.38
HSL308.89º51.92%40.78%-
HSV(B)308.89º68.35%61.96%-
XYZ20.1211.526.75-
YUV92.78155.78174.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.14%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=45.14%
G=14.29%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585014200.680.100.38308.8951.9240.78
Hex9E328E044A261353429
Octal23662216010412464656451
Binary1001111011001010001110010001001010100110100110101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,50,142); }

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

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

 a { background-color: rgb(158,50,142); }

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

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

 span { border-color: rgb(158,50,142); }

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