#9E3BAE

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

Shades of Deep Lilac #9E3BAE

Tints of Deep Lilac #9E3BAE

Color information

#9E3BAE (or 0x9E3BAE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3B and AE. RGB value is (158,59,174). Sum of RGB (Red+Green+Blue) = 158+59+174=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E3BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAE is #61C451. Grayscale: #656565. Windows color (decimal): -6407250 or 11418526. OLE color: 11418526.

HSL color Cylindrical-coordinate representation of color #9E3BAE: hue angle of 291.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3BAE is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15859174-
CMYK0.090.6600.32
HSL291.65º49.36%45.69%-
HSV(B)291.65º66.09%68.24%-
XYZ23.313.4541.41-
YUV101.71168.8168.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=40.41%
G=15.09%
B=44.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158591740.090.6600.32291.6549.3645.69
Hex9E3BAE942020124312e
Octal23673256111020404446156
Binary1001111011101110101110100110000100100000100100100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,174); }

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

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

 a { background-color: rgb(158,59,174); }

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

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

 span { border-color: rgb(158,59,174); }

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