#8E3DAE

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

Shades of Deep Lilac #8E3DAE

Tints of Deep Lilac #8E3DAE

Color information

#8E3DAE (or 0x8E3DAE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 3D and AE. RGB value is (142,61,174). Sum of RGB (Red+Green+Blue) = 142+61+174=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3DAE is #71C251. Grayscale: #616161. Windows color (decimal): -7455314 or 11419022. OLE color: 11419022.

HSL color Cylindrical-coordinate representation of color #8E3DAE: hue angle of 283.01º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3DAE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14261174-
CMYK0.180.6500.32
HSL283.01º48.09%46.08%-
HSV(B)283.01º64.94%68.24%-
XYZ20.4612.1441.31-
YUV98.1170.84159.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=37.67%
G=16.18%
B=46.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142611740.180.6500.32283.0148.0946.08
Hex8E3DAE124102011b302e
Octal21675256221010404336056
Binary10001110111101101011101001010000010100000100011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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