#9E3EB0

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

Shades of Deep Lilac #9E3EB0

Tints of Deep Lilac #9E3EB0

Color information

#9E3EB0 (or 0x9E3EB0) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3E and B0. RGB value is (158,62,176). Sum of RGB (Red+Green+Blue) = 158+62+176=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 176 - color contains mainly: blue. Hex color #9E3EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3EB0 is #61C14F. Grayscale: #676767. Windows color (decimal): -6406480 or 11550366. OLE color: 11550366.

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

Color convert

RGB15862176-
CMYK0.100.6500.31
HSL290.53º47.9%46.67%-
HSV(B)290.53º64.77%69.02%-
XYZ23.6613.8542.5-
YUV103.7168.8166.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.90%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=39.90%
G=15.66%
B=44.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158621760.100.6500.31290.5347.946.67
Hex9E3EB0A4101F123302f
Octal23676260121010374436057
Binary100111101111101011000010101000001011111100100011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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