#976EBC

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

Shades of Lilac Bush #976EBC

Tints of Lilac Bush #976EBC

Color information

#976EBC (or 0x976EBC) is unknown color: approx Lilac Bush. HEX triplet: 97, 6E and BC. RGB value is (151,110,188). Sum of RGB (Red+Green+Blue) = 151+110+188=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #976EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBC is #689143. Grayscale: #828282. Windows color (decimal): -6852932 or 12349079. OLE color: 12349079.

HSL color Cylindrical-coordinate representation of color #976EBC: hue angle of 271.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #976EBC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151110188-
CMYK0.200.4100.26
HSL271.54º36.79%58.43%-
HSV(B)271.54º41.49%73.73%-
XYZ27.4221.3650.26-
YUV131.15160.08142.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=33.63%
G=24.50%
B=41.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511101880.200.4100.26271.5436.7958.43
Hex976EBC142901A110253a
Octal22715627424510324204572
Binary1001011111011101011110010100101001011010100010000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976EBC; }

 p { color: rgb(151,110,188); }

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

<style>
 a { background-color: #976EBC; }

 a { background-color: rgb(151,110,188); }

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

<style>
 span { border-color: #976EBC; }

 span { border-color: rgb(151,110,188); }

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