#8961BF

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

Shades of Lilac Bush #8961BF

Tints of Lilac Bush #8961BF

Color information

#8961BF (or 0x8961BF) is unknown color: approx Lilac Bush. HEX triplet: 89, 61 and BF. RGB value is (137,97,191). Sum of RGB (Red+Green+Blue) = 137+97+191=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8961BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961BF is #769E40. Grayscale: #777777. Windows color (decimal): -7773761 or 12542345. OLE color: 12542345.

HSL color Cylindrical-coordinate representation of color #8961BF: hue angle of 265.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8961BF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13797191-
CMYK0.280.4900.25
HSL265.53º42.34%56.47%-
HSV(B)265.53º49.21%74.9%-
XYZ2417.6351.43-
YUV119.68168.25140.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.24%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 191 (75% from 255) = 44.94%
R=32.24%
G=22.82%
B=44.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal137971910.280.4900.25265.5342.3456.47
Hex8961BF1C3101910a2a38
Octal21114127734610314125270
Binary1000100111000011011111111100110001011001100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8961BF; }

 p { color: rgb(137,97,191); }

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

<style>
 a { background-color: #8961BF; }

 a { background-color: rgb(137,97,191); }

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

<style>
 span { border-color: #8961BF; }

 span { border-color: rgb(137,97,191); }

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