#9E5CBA

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

Shades of Deep Lilac #9E5CBA

Tints of Deep Lilac #9E5CBA

Color information

#9E5CBA (or 0x9E5CBA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5C and BA. RGB value is (158,92,186). Sum of RGB (Red+Green+Blue) = 158+92+186=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5CBA is #61A345. Grayscale: #7A7A7A. Windows color (decimal): -6398790 or 12213406. OLE color: 12213406.

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

Color convert

RGB15892186-
CMYK0.150.5100.27
HSL282.13º40.52%54.51%-
HSV(B)282.13º50.54%72.94%-
XYZ26.7918.4748.61-
YUV122.45163.87153.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 92 (36.33% from 255) = 21.10%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=36.24%
G=21.10%
B=42.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158921860.150.5100.27282.1340.5254.51
Hex9E5CBAF3301B11a2937
Octal23613427217630334325167
Binary100111101011100101110101111110011011011100011010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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