#8965BD

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

Shades of Lilac Bush #8965BD

Tints of Lilac Bush #8965BD

Color information

#8965BD (or 0x8965BD) is unknown color: approx Lilac Bush. HEX triplet: 89, 65 and BD. RGB value is (137,101,189). Sum of RGB (Red+Green+Blue) = 137+101+189=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 101 (39.84% from 255 or 23.65% 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 #8965BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965BD is #769A42. Grayscale: #797979. Windows color (decimal): -7772739 or 12412297. OLE color: 12412297.

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

Color convert

RGB137101189-
CMYK0.280.4700.26
HSL264.55º40%56.86%-
HSV(B)264.55º46.56%74.12%-
XYZ24.1618.350.4-
YUV121.8165.93138.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 189 (74.22% from 255) = 44.26%
R=32.08%
G=23.65%
B=44.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371011890.280.4700.26264.554056.86
Hex8965BD1C2F01A1092839
Octal21114527534570324115071
Binary1000100111001011011110111100101111011010100001001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,101,189); }

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

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

 a { background-color: rgb(137,101,189); }

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

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

 span { border-color: rgb(137,101,189); }

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