#8E67C0

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

Shades of Lilac Bush #8E67C0

Tints of Lilac Bush #8E67C0

Color information

#8E67C0 (or 0x8E67C0) is unknown color: approx Lilac Bush. HEX triplet: 8E, 67 and C0. RGB value is (142,103,192). Sum of RGB (Red+Green+Blue) = 142+103+192=437 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.49% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E67C0 is #71983F. Grayscale: #7C7C7C. Windows color (decimal): -7444544 or 12609422. OLE color: 12609422.

HSL color Cylindrical-coordinate representation of color #8E67C0: hue angle of 266.29º 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 #8E67C0 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB142103192-
CMYK0.260.4600.25
HSL266.29º41.4%57.84%-
HSV(B)266.29º46.35%75.29%-
XYZ25.5219.2652.24-
YUV124.81165.92140.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.49%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=32.49%
G=23.57%
B=43.94%

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
Decimal1421031920.260.4600.25266.2941.457.84
Hex8E67C01A2E01910a293a
Octal21614730032560314125172
Binary1000111011001111100000011010101110011001100001010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E67C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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