#8965BE

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

Shades of Lilac Bush #8965BE

Tints of Lilac Bush #8965BE

Color information

#8965BE (or 0x8965BE) is unknown color: approx Lilac Bush. HEX triplet: 89, 65 and BE. RGB value is (137,101,190). Sum of RGB (Red+Green+Blue) = 137+101+190=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #8965BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965BE is #769A41. Grayscale: #797979. Windows color (decimal): -7772738 or 12477833. OLE color: 12477833.

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

Color convert

RGB137101190-
CMYK0.280.4700.25
HSL264.27º40.64%57.06%-
HSV(B)264.27º46.84%74.51%-
XYZ24.2618.3450.98-
YUV121.91166.43138.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=32.01%
G=23.60%
B=44.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371011900.280.4700.25264.2740.6457.06
Hex8965BE1C2F0191082939
Octal21114527634570314105171
Binary1000100111001011011111011100101111011001100001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8965BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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