#8e6ac0

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

Shades of Lilac Bush #8E6AC0

Tints of Lilac Bush #8E6AC0

Color information

#8E6AC0 (or 0x8E6AC0) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6A and C0. RGB value is (142,106,192). Sum of RGB (Red+Green+Blue) = 142+106+192=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E6AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6AC0 is #71953F. Grayscale: #7E7E7E. Windows color (decimal): -7443776 or 12610190. OLE color: 12610190.

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

Color convert

RGB142106192-
CMYK0.260.4500.25
HSL265.12º40.57%58.43%-
HSV(B)265.12º44.79%75.29%-
XYZ25.8219.8652.34-
YUV126.57164.93139.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 106 (41.80% from 255) = 24.09%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=32.27%
G=24.09%
B=43.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1421061920.260.4500.25265.1240.5758.43
Hex8E6AC01A2D019109293a
Octal21615230032550314115172
Binary1000111011010101100000011010101101011001100001001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e6ac0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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