#9E40BA

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

Shades of Deep Lilac #9E40BA

Tints of Deep Lilac #9E40BA

Color information

#9E40BA (or 0x9E40BA) is unknown color: approx Deep Lilac. HEX triplet: 9E, 40 and BA. RGB value is (158,64,186). Sum of RGB (Red+Green+Blue) = 158+64+186=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BA is #61BF45. Grayscale: #696969. Windows color (decimal): -6405958 or 12206238. OLE color: 12206238.

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

Color convert

RGB15864186-
CMYK0.150.6600.27
HSL286.23º48.8%49.02%-
HSV(B)286.23º65.59%72.94%-
XYZ24.814.4847.94-
YUV106.01173.14165.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 64 (25.39% from 255) = 15.69%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=38.73%
G=15.69%
B=45.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158641860.150.6600.27286.2348.849.02
Hex9E40BAF4201B11e3131
Octal236100272171020334366161
Binary1001111010000001011101011111000010011011100011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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