#9E338E

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

Shades of Medium Red Violet #9E338E

Tints of Medium Red Violet #9E338E

Color information

#9E338E (or 0x9E338E) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 33 and 8E. RGB value is (158,51,142). Sum of RGB (Red+Green+Blue) = 158+51+142=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E338E is #61CC71. Grayscale: #5D5D5D. Windows color (decimal): -6409330 or 9319326. OLE color: 9319326.

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

Color convert

RGB15851142-
CMYK00.680.100.38
HSL308.97º51.2%40.98%-
HSV(B)308.97º67.72%61.96%-
XYZ20.1711.5926.77-
YUV93.37155.45174.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=45.01%
G=14.53%
B=40.46%

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
Decimal1585114200.680.100.38308.9751.240.98
Hex9E338E044A261353329
Octal23663216010412464656351
Binary1001111011001110001110010001001010100110100110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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