#886AB6

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

Shades of Lilac Bush #886AB6

Tints of Lilac Bush #886AB6

Color information

#886AB6 (or 0x886AB6) is unknown color: approx Lilac Bush. HEX triplet: 88, 6A and B6. RGB value is (136,106,182). Sum of RGB (Red+Green+Blue) = 136+106+182=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 182 - color contains mainly: blue. Hex color #886AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886AB6 is #779549. Grayscale: #7B7B7B. Windows color (decimal): -7837002 or 11954824. OLE color: 11954824.

HSL color Cylindrical-coordinate representation of color #886AB6: hue angle of 263.68º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886AB6 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136106182-
CMYK0.250.4200.29
HSL263.68º34.23%56.47%-
HSV(B)263.68º41.76%71.37%-
XYZ23.7518.9246.66-
YUV123.63160.94136.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=32.08%
G=25%
B=42.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361061820.250.4200.29263.6834.2356.47
Hex886AB6192A01D1082238
Octal21015226631520354104270
Binary1000100011010101011011011001101010011101100001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886AB6; }

 p { color: rgb(136,106,182); }

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

<style>
 a { background-color: #886AB6; }

 a { background-color: rgb(136,106,182); }

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

<style>
 span { border-color: #886AB6; }

 span { border-color: rgb(136,106,182); }

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