#9E5EBA

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

Shades of Deep Lilac #9E5EBA

Tints of Deep Lilac #9E5EBA

Color information

#9E5EBA (or 0x9E5EBA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5E and BA. RGB value is (158,94,186). Sum of RGB (Red+Green+Blue) = 158+94+186=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5EBA is #61A145. Grayscale: #7B7B7B. Windows color (decimal): -6398278 or 12213918. OLE color: 12213918.

HSL color Cylindrical-coordinate representation of color #9E5EBA: hue angle of 281.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5EBA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15894186-
CMYK0.150.4900.27
HSL281.74º40%54.9%-
HSV(B)281.74º49.46%72.94%-
XYZ26.9718.8248.67-
YUV123.62163.2152.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=36.07%
G=21.46%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158941860.150.4900.27281.744054.9
Hex9E5EBAF3101B11a2837
Octal23613627217610334325067
Binary100111101011110101110101111110001011011100011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,186); }

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

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

 a { background-color: rgb(158,94,186); }

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

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

 span { border-color: rgb(158,94,186); }

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