#9E42BB

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

Shades of Deep Lilac #9E42BB

Tints of Deep Lilac #9E42BB

Color information

#9E42BB (or 0x9E42BB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 42 and BB. RGB value is (158,66,187). Sum of RGB (Red+Green+Blue) = 158+66+187=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E42BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42BB is #61BD44. Grayscale: #6A6A6A. Windows color (decimal): -6405445 or 12272286. OLE color: 12272286.

HSL color Cylindrical-coordinate representation of color #9E42BB: hue angle of 285.62º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E42BB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15866187-
CMYK0.160.6500.27
HSL285.62º47.83%49.61%-
HSV(B)285.62º64.71%73.33%-
XYZ25.0214.7548.54-
YUV107.3172.98164.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.44%
GREEN value IS 66 (26.17% from 255) = 16.06%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=38.44%
G=16.06%
B=45.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158661870.160.6500.27285.6247.8349.61
Hex9E42BB104101B11e3032
Octal236102273201010334366062
Binary10011110100001010111011100001000001011011100011110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E42BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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