#8E6EC1

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

Shades of Lilac Bush #8E6EC1

Tints of Lilac Bush #8E6EC1

Color information

#8E6EC1 (or 0x8E6EC1) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6E and C1. RGB value is (142,110,193). Sum of RGB (Red+Green+Blue) = 142+110+193=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E6EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EC1 is #71913E. Grayscale: #808080. Windows color (decimal): -7442751 or 12676750. OLE color: 12676750.

HSL color Cylindrical-coordinate representation of color #8E6EC1: hue angle of 263.13º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E6EC1 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB142110193-
CMYK0.260.4300.24
HSL263.13º40.1%59.41%-
HSV(B)263.13º43.01%75.69%-
XYZ26.3620.7553.07-
YUV129.03164.1137.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 193 (75.78% from 255) = 43.37%
R=31.91%
G=24.72%
B=43.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421101930.260.4300.24263.1340.159.41
Hex8E6EC11A2B018107283b
Octal21615630132530304075073
Binary1000111011011101100000111010101011011000100000111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,193); }

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

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

 a { background-color: rgb(142,110,193); }

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

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

 span { border-color: rgb(142,110,193); }

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