#8E6FBD

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

Shades of Lilac Bush #8E6FBD

Tints of Lilac Bush #8E6FBD

Color information

#8E6FBD (or 0x8E6FBD) is unknown color: approx Lilac Bush. HEX triplet: 8E, 6F and BD. RGB value is (142,111,189). Sum of RGB (Red+Green+Blue) = 142+111+189=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E6FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FBD is #719042. Grayscale: #808080. Windows color (decimal): -7442499 or 12414862. OLE color: 12414862.

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

Color convert

RGB142111189-
CMYK0.250.4100.26
HSL263.85º37.14%58.82%-
HSV(B)263.85º41.27%74.12%-
XYZ26.0320.7950.79-
YUV129.16161.77137.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=32.13%
G=25.11%
B=42.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1421111890.250.4100.26263.8537.1458.82
Hex8E6FBD192901A108253b
Octal21615727531510324104573
Binary1000111011011111011110111001101001011010100001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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