#9E327E

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

Shades of Medium Red Violet #9E327E

Tints of Medium Red Violet #9E327E

Color information

#9E327E (or 0x9E327E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 32 and 7E. RGB value is (158,50,126). Sum of RGB (Red+Green+Blue) = 158+50+126=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E327E is #61CD81. Grayscale: #5A5A5A. Windows color (decimal): -6409602 or 8270494. OLE color: 8270494.

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

Color convert

RGB15850126-
CMYK00.680.200.38
HSL317.78º51.92%40.78%-
HSV(B)317.78º68.35%61.96%-
XYZ19.0111.0620.87-
YUV90.96147.78175.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.31%
GREEN value IS 50 (19.92% from 255) = 14.97%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=47.31%
G=14.97%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585012600.680.200.38317.7851.9240.78
Hex9E327E044142613e3429
Octal23662176010424464766451
Binary1001111011001011111100100010010100100110100111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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