#8866BD

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

Shades of Lilac Bush #8866BD

Tints of Lilac Bush #8866BD

Color information

#8866BD (or 0x8866BD) is unknown color: approx Lilac Bush. HEX triplet: 88, 66 and BD. RGB value is (136,102,189). Sum of RGB (Red+Green+Blue) = 136+102+189=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #8866BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8866BD is #779942. Grayscale: #797979. Windows color (decimal): -7838019 or 12412552. OLE color: 12412552.

HSL color Cylindrical-coordinate representation of color #8866BD: hue angle of 263.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8866BD is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136102189-
CMYK0.280.4600.26
HSL263.45º39.73%57.06%-
HSV(B)263.45º46.03%74.12%-
XYZ24.0918.4150.43-
YUV122.08165.76137.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=31.85%
G=23.89%
B=44.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361021890.280.4600.26263.4539.7357.06
Hex8866BD1C2E01A1072839
Octal21014627534560324075071
Binary1000100011001101011110111100101110011010100000111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8866BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8866BD; }

 p { color: rgb(136,102,189); }

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

<style>
 a { background-color: #8866BD; }

 a { background-color: rgb(136,102,189); }

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

<style>
 span { border-color: #8866BD; }

 span { border-color: rgb(136,102,189); }

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