#886BB6

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

Shades of Lilac Bush #886BB6

Tints of Lilac Bush #886BB6

Color information

#886BB6 (or 0x886BB6) is unknown color: approx Lilac Bush. HEX triplet: 88, 6B and B6. RGB value is (136,107,182). Sum of RGB (Red+Green+Blue) = 136+107+182=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #886BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886BB6 is #779449. Grayscale: #7B7B7B. Windows color (decimal): -7836746 or 11955080. OLE color: 11955080.

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

Color convert

RGB136107182-
CMYK0.250.4100.29
HSL263.2º33.94%56.67%-
HSV(B)263.2º41.21%71.37%-
XYZ23.8519.1346.69-
YUV124.22160.61136.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 107 (42.19% from 255) = 25.18%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=32%
G=25.18%
B=42.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361071820.250.4100.29263.233.9456.67
Hex886BB6192901D1072239
Octal21015326631510354074271
Binary1000100011010111011011011001101001011101100000111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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