#9E3BAD

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

Shades of Deep Lilac #9E3BAD

Tints of Deep Lilac #9E3BAD

Color information

#9E3BAD (or 0x9E3BAD) is unknown color: approx Deep Lilac. HEX triplet: 9E, 3B and AD. RGB value is (158,59,173). Sum of RGB (Red+Green+Blue) = 158+59+173=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BAD is #61C452. Grayscale: #656565. Windows color (decimal): -6407251 or 11352990. OLE color: 11352990.

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

Color convert

RGB15859173-
CMYK0.090.6600.32
HSL292.11º49.14%45.49%-
HSV(B)292.11º65.9%67.84%-
XYZ23.2113.4140.9-
YUV101.6168.3168.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 59 (23.44% from 255) = 15.13%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=40.51%
G=15.13%
B=44.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158591730.090.6600.32292.1149.1445.49
Hex9E3BAD942020124312d
Octal23673255111020404446155
Binary1001111011101110101101100110000100100000100100100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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