#976ABE

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

Shades of Lilac Bush #976ABE

Tints of Lilac Bush #976ABE

Color information

#976ABE (or 0x976ABE) is unknown color: approx Lilac Bush. HEX triplet: 97, 6A and BE. RGB value is (151,106,190). Sum of RGB (Red+Green+Blue) = 151+106+190=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #976ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ABE is #689541. Grayscale: #808080. Windows color (decimal): -6853954 or 12479127. OLE color: 12479127.

HSL color Cylindrical-coordinate representation of color #976ABE: hue angle of 272.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #976ABE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151106190-
CMYK0.210.4400.25
HSL272.14º39.25%58.04%-
HSV(B)272.14º44.21%74.51%-
XYZ27.2120.6151.26-
YUV129.03162.41143.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.78%
GREEN value IS 106 (41.80% from 255) = 23.71%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=33.78%
G=23.71%
B=42.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511061900.210.4400.25272.1439.2558.04
Hex976ABE152C019110273a
Octal22715227625540314204772
Binary1001011111010101011111010101101100011001100010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,106,190); }

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

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

 a { background-color: rgb(151,106,190); }

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

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

 span { border-color: rgb(151,106,190); }

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