#8E3DAB

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

Shades of Deep Lilac #8E3DAB

Tints of Deep Lilac #8E3DAB

Color information

#8E3DAB (or 0x8E3DAB) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3D and AB. RGB value is (142,61,171). Sum of RGB (Red+Green+Blue) = 142+61+171=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3DAB is #71C254. Grayscale: #616161. Windows color (decimal): -7455317 or 11222414. OLE color: 11222414.

HSL color Cylindrical-coordinate representation of color #8E3DAB: hue angle of 284.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3DAB is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14261171-
CMYK0.170.6400.33
HSL284.18º47.41%45.49%-
HSV(B)284.18º64.33%67.06%-
XYZ20.1712.0339.79-
YUV97.76169.34159.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=37.97%
G=16.31%
B=45.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142611710.170.6400.33284.1847.4145.49
Hex8E3DAB114002111c2f2d
Octal21675253211000414345755
Binary10001110111101101010111000110000000100001100011100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3DAB; }

 p { color: rgb(142,61,171); }

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

<style>
 a { background-color: #8E3DAB; }

 a { background-color: rgb(142,61,171); }

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

<style>
 span { border-color: #8E3DAB; }

 span { border-color: rgb(142,61,171); }

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