#8E68BA

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

Shades of Lilac Bush #8E68BA

Tints of Lilac Bush #8E68BA

Color information

#8E68BA (or 0x8E68BA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 68 and BA. RGB value is (142,104,186). Sum of RGB (Red+Green+Blue) = 142+104+186=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68BA is #719745. Grayscale: #7C7C7C. Windows color (decimal): -7444294 or 12216462. OLE color: 12216462.

HSL color Cylindrical-coordinate representation of color #8E68BA: hue angle of 267.8º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E68BA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142104186-
CMYK0.240.4400.27
HSL267.8º37.27%56.86%-
HSV(B)267.8º44.09%72.94%-
XYZ24.9719.248.84-
YUV124.71162.59140.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=32.87%
G=24.07%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421041860.240.4400.27267.837.2756.86
Hex8E68BA182C01B10c2539
Octal21615027230540334144571
Binary1000111011010001011101011000101100011011100001100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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