#8E5CAC

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

Shades of Deep Lilac #8E5CAC

Tints of Deep Lilac #8E5CAC

Color information

#8E5CAC (or 0x8E5CAC) is unknown color: approx Deep Lilac. HEX triplet: 8E, 5C and AC. RGB value is (142,92,172). Sum of RGB (Red+Green+Blue) = 142+92+172=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5CAC is #71A353. Grayscale: #737373. Windows color (decimal): -7447380 or 11295886. OLE color: 11295886.

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

Color convert

RGB14292172-
CMYK0.170.4700.33
HSL277.5º32.52%51.76%-
HSV(B)277.5º46.51%67.45%-
XYZ22.4316.3841.01-
YUV116.07159.56146.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.98%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=34.98%
G=22.66%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142921720.170.4700.33277.532.5251.76
Hex8E5CAC112F0211162134
Octal21613425421570414264164
Binary10001110101110010101100100011011110100001100010110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,92,172); }

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

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

 a { background-color: rgb(142,92,172); }

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

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

 span { border-color: rgb(142,92,172); }

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