#9E40BB

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

Shades of Deep Lilac #9E40BB

Tints of Deep Lilac #9E40BB

Color information

#9E40BB (or 0x9E40BB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 40 and BB. RGB value is (158,64,187). Sum of RGB (Red+Green+Blue) = 158+64+187=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40BB is #61BF44. Grayscale: #696969. Windows color (decimal): -6405957 or 12271774. OLE color: 12271774.

HSL color Cylindrical-coordinate representation of color #9E40BB: hue angle of 285.85º 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 #9E40BB is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15864187-
CMYK0.160.6600.27
HSL285.85º49%49.22%-
HSV(B)285.85º65.78%73.33%-
XYZ24.914.5248.5-
YUV106.13173.64165-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.63%
GREEN value IS 64 (25.39% from 255) = 15.65%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=38.63%
G=15.65%
B=45.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158641870.160.6600.27285.854949.22
Hex9E40BB104201B11e3131
Octal236100273201020334366161
Binary10011110100000010111011100001000010011011100011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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