#9E3BAC

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

Shades of Deep Lilac #9E3BAC

Tints of Deep Lilac #9E3BAC

Color information

#9E3BAC (or 0x9E3BAC) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3B and AC. RGB value is (158,59,172). Sum of RGB (Red+Green+Blue) = 158+59+172=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAC is #61C453. Grayscale: #656565. Windows color (decimal): -6407252 or 11287454. OLE color: 11287454.

HSL color Cylindrical-coordinate representation of color #9E3BAC: hue angle of 292.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3BAC is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15859172-
CMYK0.080.6600.33
HSL292.57º48.92%45.29%-
HSV(B)292.57º65.7%67.45%-
XYZ23.1113.3840.39-
YUV101.48167.8168.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 59 (23.44% from 255) = 15.17%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=40.62%
G=15.17%
B=44.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158591720.080.6600.33292.5748.9245.29
Hex9E3BAC842021125312d
Octal23673254101020414456155
Binary1001111011101110101100100010000100100001100100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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