#9E69BA

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

Shades of Deep Lilac #9E69BA

Tints of Deep Lilac #9E69BA

Color information

#9E69BA (or 0x9E69BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 69 and BA. RGB value is (158,105,186). Sum of RGB (Red+Green+Blue) = 158+105+186=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69BA is #619645. Grayscale: #818181. Windows color (decimal): -6395462 or 12216734. OLE color: 12216734.

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

Color convert

RGB158105186-
CMYK0.150.4400.27
HSL279.26º36.99%57.06%-
HSV(B)279.26º43.55%72.94%-
XYZ28.0220.9249.02-
YUV130.08159.56147.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=35.19%
G=23.39%
B=41.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581051860.150.4400.27279.2636.9957.06
Hex9E69BAF2C01B1172539
Octal23615127217540334274571
Binary100111101101001101110101111101100011011100010111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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