#8969BA

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

Shades of Lilac Bush #8969BA

Tints of Lilac Bush #8969BA

Color information

#8969BA (or 0x8969BA) is unknown color: approx Lilac Bush. HEX triplet: 89, 69 and BA. RGB value is (137,105,186). Sum of RGB (Red+Green+Blue) = 137+105+186=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8969BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969BA is #769645. Grayscale: #7B7B7B. Windows color (decimal): -7771718 or 12216713. OLE color: 12216713.

HSL color Cylindrical-coordinate representation of color #8969BA: hue angle of 263.7º 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 #8969BA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB137105186-
CMYK0.260.4400.27
HSL263.7º36.99%57.06%-
HSV(B)263.7º43.55%72.94%-
XYZ24.2318.9748.84-
YUV123.8163.1137.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=32.01%
G=24.53%
B=43.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371051860.260.4400.27263.736.9957.06
Hex8969BA1A2C01B1082539
Octal21115127232540334104571
Binary1000100111010011011101011010101100011011100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,105,186); }

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

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

 a { background-color: rgb(137,105,186); }

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

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

 span { border-color: rgb(137,105,186); }

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