#8961BC

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

Shades of Lilac Bush #8961BC

Tints of Lilac Bush #8961BC

Color information

#8961BC (or 0x8961BC) is unknown color: approx Lilac Bush. HEX triplet: 89, 61 and BC. RGB value is (137,97,188). Sum of RGB (Red+Green+Blue) = 137+97+188=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #8961BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8961BC is #769E43. Grayscale: #777777. Windows color (decimal): -7773764 or 12345737. OLE color: 12345737.

HSL color Cylindrical-coordinate representation of color #8961BC: hue angle of 266.37º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8961BC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13797188-
CMYK0.270.4800.26
HSL266.37º40.44%55.88%-
HSV(B)266.37º48.4%73.73%-
XYZ23.6717.549.71-
YUV119.33166.75140.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.46%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=32.46%
G=22.99%
B=44.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137971880.270.4800.26266.3740.4455.88
Hex8961BC1B3001A10a2838
Octal21114127433600324125070
Binary1000100111000011011110011011110000011010100001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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