#9E4FBA

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

Shades of Deep Lilac #9E4FBA

Tints of Deep Lilac #9E4FBA

Color information

#9E4FBA (or 0x9E4FBA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4F and BA. RGB value is (158,79,186). Sum of RGB (Red+Green+Blue) = 158+79+186=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E4FBA is #61B045. Grayscale: #727272. Windows color (decimal): -6402118 or 12210078. OLE color: 12210078.

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

Color convert

RGB15879186-
CMYK0.150.5800.27
HSL284.3º43.67%51.96%-
HSV(B)284.3º57.53%72.94%-
XYZ25.7616.4148.26-
YUV114.82168.17158.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.35%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=37.35%
G=18.68%
B=43.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158791860.150.5800.27284.343.6751.96
Hex9E4FBAF3A01B11c2c34
Octal23611727217720334345464
Binary100111101001111101110101111111010011011100011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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