#9E49AD

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

Shades of Deep Lilac #9E49AD

Tints of Deep Lilac #9E49AD

Color information

#9E49AD (or 0x9E49AD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 49 and AD. RGB value is (158,73,173). Sum of RGB (Red+Green+Blue) = 158+73+173=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E49AD is #61B652. Grayscale: #6D6D6D. Windows color (decimal): -6403667 or 11356574. OLE color: 11356574.

HSL color Cylindrical-coordinate representation of color #9E49AD: hue angle of 291º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E49AD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15873173-
CMYK0.090.5800.32
HSL291º40.65%48.24%-
HSV(B)291º57.8%67.84%-
XYZ24.0315.0541.17-
YUV109.82163.66162.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.11%
GREEN value IS 73 (28.91% from 255) = 18.07%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=39.11%
G=18.07%
B=42.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158731730.090.5800.3229140.6548.24
Hex9E49AD93A0201232930
Octal23611125511720404435160
Binary1001111010010011010110110011110100100000100100011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,173); }

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

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

 a { background-color: rgb(158,73,173); }

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

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

 span { border-color: rgb(158,73,173); }

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