#8960BB

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

Shades of Lilac Bush #8960BB

Tints of Lilac Bush #8960BB

Color information

#8960BB (or 0x8960BB) is unknown color: approx Lilac Bush. HEX triplet: 89, 60 and BB. RGB value is (137,96,187). Sum of RGB (Red+Green+Blue) = 137+96+187=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #8960BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960BB is #769F44. Grayscale: #767676. Windows color (decimal): -7774021 or 12279945. OLE color: 12279945.

HSL color Cylindrical-coordinate representation of color #8960BB: hue angle of 267.03º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8960BB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13796187-
CMYK0.270.4900.27
HSL267.03º40.09%55.49%-
HSV(B)267.03º48.66%73.33%-
XYZ23.4717.2749.11-
YUV118.63166.58141.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.62%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=32.62%
G=22.86%
B=44.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137961870.270.4900.27267.0340.0955.49
Hex8960BB1B3101B10b2837
Octal21114027333610334135067
Binary1000100111000001011101111011110001011011100001011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8960BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8960BB; }

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

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

<style>
 a { background-color: #8960BB; }

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

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

<style>
 span { border-color: #8960BB; }

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

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