#9E5BC6

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

Shades of Deep Lilac #9E5BC6

Tints of Deep Lilac #9E5BC6

Color information

#9E5BC6 (or 0x9E5BC6) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5B and C6. RGB value is (158,91,198). Sum of RGB (Red+Green+Blue) = 158+91+198=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #9E5BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5BC6 is #61A439. Grayscale: #7A7A7A. Windows color (decimal): -6399034 or 12999582. OLE color: 12999582.

HSL color Cylindrical-coordinate representation of color #9E5BC6: hue angle of 277.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5BC6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15891198-
CMYK0.200.5400.22
HSL277.57º48.42%56.67%-
HSV(B)277.57º54.04%77.65%-
XYZ28.0318.8355.58-
YUV123.23170.2152.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=35.35%
G=20.36%
B=44.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158911980.200.5400.22277.5748.4256.67
Hex9E5BC614360161163039
Octal23613330624660264266071
Binary1001111010110111100011010100110110010110100010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,91,198); }

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

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

 a { background-color: rgb(158,91,198); }

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

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

 span { border-color: rgb(158,91,198); }

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