#9E50AC

Color #9E50AC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9E50AC

Tints of Deep Lilac #9E50AC

Color information

#9E50AC (or 0x9E50AC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 50 and AC. RGB value is (158,80,172). Sum of RGB (Red+Green+Blue) = 158+80+172=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E50AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E50AC is #61AF53. Grayscale: #717171. Windows color (decimal): -6401876 or 11292830. OLE color: 11292830.

HSL color Cylindrical-coordinate representation of color #9E50AC: hue angle of 290.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E50AC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15880172-
CMYK0.080.5300.33
HSL290.87º36.51%49.41%-
HSV(B)290.87º53.49%67.45%-
XYZ24.4215.9840.83-
YUV113.81160.84159.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=38.54%
G=19.51%
B=41.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158801720.080.5300.33290.8736.5149.41
Hex9E50AC8350211232531
Octal23612025410650414434561
Binary1001111010100001010110010001101010100001100100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E50AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,80,172); }

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

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

 a { background-color: rgb(158,80,172); }

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

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

 span { border-color: rgb(158,80,172); }

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