#9E4AB0

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

Shades of Deep Lilac #9E4AB0

Tints of Deep Lilac #9E4AB0

Color information

#9E4AB0 (or 0x9E4AB0) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4A and B0. RGB value is (158,74,176). Sum of RGB (Red+Green+Blue) = 158+74+176=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #9E4AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4AB0 is #61B54F. Grayscale: #6E6E6E. Windows color (decimal): -6403408 or 11553438. OLE color: 11553438.

HSL color Cylindrical-coordinate representation of color #9E4AB0: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4AB0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15874176-
CMYK0.100.5800.31
HSL289.41º40.8%49.02%-
HSV(B)289.41º57.95%69.02%-
XYZ24.3915.342.74-
YUV110.74164.83161.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.73%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 176 (69.14% from 255) = 43.14%
R=38.73%
G=18.14%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158741760.100.5800.31289.4140.849.02
Hex9E4AB0A3A01F1212931
Octal23611226012720374415161
Binary100111101001010101100001010111010011111100100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,74,176); }

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

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

 a { background-color: rgb(158,74,176); }

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

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

 span { border-color: rgb(158,74,176); }

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