#9E3BB1

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

Shades of Deep Lilac #9E3BB1

Tints of Deep Lilac #9E3BB1

Color information

#9E3BB1 (or 0x9E3BB1) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3B and B1. RGB value is (158,59,177). Sum of RGB (Red+Green+Blue) = 158+59+177=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 177 - color contains mainly: blue. Hex color #9E3BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BB1 is #61C44E. Grayscale: #656565. Windows color (decimal): -6407247 or 11615134. OLE color: 11615134.

HSL color Cylindrical-coordinate representation of color #9E3BB1: hue angle of 290.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3BB1 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15859177-
CMYK0.110.6700.31
HSL290.34º50%46.27%-
HSV(B)290.34º66.67%69.41%-
XYZ23.613.5742.97-
YUV102.05170.3167.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.10%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 177 (69.53% from 255) = 44.92%
R=40.10%
G=14.97%
B=44.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158591770.110.6700.31290.345046.27
Hex9E3BB1B4301F122322e
Octal23673261131030374426256
Binary100111101110111011000110111000011011111100100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,177); }

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

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

 a { background-color: rgb(158,59,177); }

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

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

 span { border-color: rgb(158,59,177); }

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