#8963BE

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

Shades of Lilac Bush #8963BE

Tints of Lilac Bush #8963BE

Color information

#8963BE (or 0x8963BE) is unknown color: approx Lilac Bush. HEX triplet: 89, 63 and BE. RGB value is (137,99,190). Sum of RGB (Red+Green+Blue) = 137+99+190=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #8963BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963BE is #769C41. Grayscale: #787878. Windows color (decimal): -7773250 or 12477321. OLE color: 12477321.

HSL color Cylindrical-coordinate representation of color #8963BE: hue angle of 265.05º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8963BE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13799190-
CMYK0.280.4800.25
HSL265.05º41.18%56.67%-
HSV(B)265.05º47.89%74.51%-
XYZ24.0717.9650.91-
YUV120.74167.09139.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.16%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=32.16%
G=23.24%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137991900.280.4800.25265.0541.1856.67
Hex8963BE1C300191092939
Octal21114327634600314115171
Binary1000100111000111011111011100110000011001100001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8963BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8963BE; }

 p { color: rgb(137,99,190); }

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

<style>
 a { background-color: #8963BE; }

 a { background-color: rgb(137,99,190); }

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

<style>
 span { border-color: #8963BE; }

 span { border-color: rgb(137,99,190); }

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