#8E6FBA

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

Shades of Lilac Bush #8E6FBA

Tints of Lilac Bush #8E6FBA

Color information

#8E6FBA (or 0x8E6FBA) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6F and BA. RGB value is (142,111,186). Sum of RGB (Red+Green+Blue) = 142+111+186=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FBA is #719045. Grayscale: #808080. Windows color (decimal): -7442502 or 12218254. OLE color: 12218254.

HSL color Cylindrical-coordinate representation of color #8E6FBA: hue angle of 264.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E6FBA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB142111186-
CMYK0.240.4000.27
HSL264.8º35.21%58.24%-
HSV(B)264.8º40.32%72.94%-
XYZ25.720.6649.09-
YUV128.82160.27137.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=32.35%
G=25.28%
B=42.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1421111860.240.4000.27264.835.2158.24
Hex8E6FBA182801B109233a
Octal21615727230500334114372
Binary1000111011011111011101011000101000011011100001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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