#896ABB

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

Shades of Lilac Bush #896ABB

Tints of Lilac Bush #896ABB

Color information

#896ABB (or 0x896ABB) is unknown color: approx Lilac Bush. HEX triplet: 89, 6A and BB. RGB value is (137,106,187). Sum of RGB (Red+Green+Blue) = 137+106+187=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #896ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896ABB is #769544. Grayscale: #7C7C7C. Windows color (decimal): -7771461 or 12282505. OLE color: 12282505.

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

Color convert

RGB137106187-
CMYK0.270.4300.27
HSL262.96º37.33%57.45%-
HSV(B)262.96º43.32%73.33%-
XYZ24.4419.2149.43-
YUV124.5163.27136.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.86%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=31.86%
G=24.65%
B=43.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1371061870.270.4300.27262.9637.3357.45
Hex896ABB1B2B01B1072539
Octal21115227333530334074571
Binary1000100111010101011101111011101011011011100000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896ABB; }

 p { color: rgb(137,106,187); }

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

<style>
 a { background-color: #896ABB; }

 a { background-color: rgb(137,106,187); }

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

<style>
 span { border-color: #896ABB; }

 span { border-color: rgb(137,106,187); }

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