#8E68C0

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

Shades of Lilac Bush #8E68C0

Tints of Lilac Bush #8E68C0

Color information

#8E68C0 (or 0x8E68C0) is unknown color: approx Lilac Bush. HEX triplet: 8E, 68 and C0. RGB value is (142,104,192). Sum of RGB (Red+Green+Blue) = 142+104+192=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68C0 is #71973F. Grayscale: #7D7D7D. Windows color (decimal): -7444288 or 12609678. OLE color: 12609678.

HSL color Cylindrical-coordinate representation of color #8E68C0: hue angle of 265.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E68C0 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142104192-
CMYK0.260.4600.25
HSL265.91º41.12%58.04%-
HSV(B)265.91º45.83%75.29%-
XYZ25.6219.4652.27-
YUV125.39165.59139.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=32.42%
G=23.74%
B=43.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421041920.260.4600.25265.9141.1258.04
Hex8E68C01A2E01910a293a
Octal21615030032560314125172
Binary1000111011010001100000011010101110011001100001010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,192); }

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

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

 a { background-color: rgb(142,104,192); }

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

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

 span { border-color: rgb(142,104,192); }

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