#8868BA

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

Shades of Lilac Bush #8868BA

Tints of Lilac Bush #8868BA

Color information

#8868BA (or 0x8868BA) is unknown color: approx Lilac Bush. HEX triplet: 88, 68 and BA. RGB value is (136,104,186). Sum of RGB (Red+Green+Blue) = 136+104+186=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #8868BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868BA is #779745. Grayscale: #7A7A7A. Windows color (decimal): -7837510 or 12216456. OLE color: 12216456.

HSL color Cylindrical-coordinate representation of color #8868BA: hue angle of 263.41º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8868BA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136104186-
CMYK0.270.4400.27
HSL263.41º37.27%56.86%-
HSV(B)263.41º44.09%72.94%-
XYZ23.9718.6848.8-
YUV122.92163.6137.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=31.92%
G=24.41%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361041860.270.4400.27263.4137.2756.86
Hex8868BA1B2C01B1072539
Octal21015027233540334074571
Binary1000100011010001011101011011101100011011100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8868BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8868BA; }

 p { color: rgb(136,104,186); }

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

<style>
 a { background-color: #8868BA; }

 a { background-color: rgb(136,104,186); }

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

<style>
 span { border-color: #8868BA; }

 span { border-color: rgb(136,104,186); }

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