#9E5ABB

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

Shades of Deep Lilac #9E5ABB

Tints of Deep Lilac #9E5ABB

Color information

#9E5ABB (or 0x9E5ABB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5A and BB. RGB value is (158,90,187). Sum of RGB (Red+Green+Blue) = 158+90+187=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ABB is #61A544. Grayscale: #797979. Windows color (decimal): -6399301 or 12278430. OLE color: 12278430.

HSL color Cylindrical-coordinate representation of color #9E5ABB: hue angle of 282.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E5ABB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15890187-
CMYK0.160.5200.27
HSL282.06º41.63%54.31%-
HSV(B)282.06º51.87%73.33%-
XYZ26.7318.1749.11-
YUV121.39165.03154.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=36.32%
G=20.69%
B=42.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158901870.160.5200.27282.0641.6354.31
Hex9E5ABB103401B11a2a36
Octal23613227320640334325266
Binary1001111010110101011101110000110100011011100011010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,187); }

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

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

 a { background-color: rgb(158,90,187); }

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

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

 span { border-color: rgb(158,90,187); }

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