#9E4BAE

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

Shades of Deep Lilac #9E4BAE

Tints of Deep Lilac #9E4BAE

Color information

#9E4BAE (or 0x9E4BAE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 4B and AE. RGB value is (158,75,174). Sum of RGB (Red+Green+Blue) = 158+75+174=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4BAE is #61B451. Grayscale: #6E6E6E. Windows color (decimal): -6403154 or 11422622. OLE color: 11422622.

HSL color Cylindrical-coordinate representation of color #9E4BAE: hue angle of 290.3º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4BAE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15875174-
CMYK0.090.5700.32
HSL290.3º39.76%48.82%-
HSV(B)290.3º56.9%68.24%-
XYZ24.2615.3641.73-
YUV111.1163.5161.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.82%
GREEN value IS 75 (29.69% from 255) = 18.43%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=38.82%
G=18.43%
B=42.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158751740.090.5700.32290.339.7648.82
Hex9E4BAE9390201222831
Octal23611325611710404425061
Binary1001111010010111010111010011110010100000100100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,75,174); }

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

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

 a { background-color: rgb(158,75,174); }

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

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

 span { border-color: rgb(158,75,174); }

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