#8E46AE

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

Shades of Deep Lilac #8E46AE

Tints of Deep Lilac #8E46AE

Color information

#8E46AE (or 0x8E46AE) is unknown color: approx Deep Lilac. HEX triplet: 8E, 46 and AE. RGB value is (142,70,174). Sum of RGB (Red+Green+Blue) = 142+70+174=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E46AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E46AE is #71B951. Grayscale: #676767. Windows color (decimal): -7453010 or 11421326. OLE color: 11421326.

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

Color convert

RGB14270174-
CMYK0.180.6000.32
HSL281.54º42.62%47.84%-
HSV(B)281.54º59.77%68.24%-
XYZ20.9913.1941.48-
YUV103.38167.85155.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.79%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=36.79%
G=18.13%
B=45.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal142701740.180.6000.32281.5442.6247.84
Hex8E46AE123C02011a2b30
Octal21610625622740404325360
Binary10001110100011010101110100101111000100000100011010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E46AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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