#9E5FAE

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

Shades of Deep Lilac #9E5FAE

Tints of Deep Lilac #9E5FAE

Color information

#9E5FAE (or 0x9E5FAE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5F and AE. RGB value is (158,95,174). Sum of RGB (Red+Green+Blue) = 158+95+174=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5FAE is #61A051. Grayscale: #7A7A7A. Windows color (decimal): -6398034 or 11427742. OLE color: 11427742.

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

Color convert

RGB15895174-
CMYK0.090.4500.32
HSL287.85º32.78%52.75%-
HSV(B)287.85º45.4%68.24%-
XYZ25.8318.5142.26-
YUV122.84156.87153.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=37.00%
G=22.25%
B=40.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158951740.090.4500.32287.8532.7852.75
Hex9E5FAE92D0201202135
Octal23613725611550404404165
Binary1001111010111111010111010011011010100000100100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,95,174); }

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

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

 a { background-color: rgb(158,95,174); }

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

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

 span { border-color: rgb(158,95,174); }

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