#976EBF

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

Shades of Lilac Bush #976EBF

Tints of Lilac Bush #976EBF

Color information

#976EBF (or 0x976EBF) is unknown color: approx Lilac Bush. HEX triplet: 97, 6E and BF. RGB value is (151,110,191). Sum of RGB (Red+Green+Blue) = 151+110+191=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #976EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBF is #689140. Grayscale: #838383. Windows color (decimal): -6852929 or 12545687. OLE color: 12545687.

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

Color convert

RGB151110191-
CMYK0.210.4200.25
HSL270.37º38.76%59.02%-
HSV(B)270.37º42.41%74.9%-
XYZ27.7421.4951.98-
YUV131.49161.58141.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.41%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 191 (75% from 255) = 42.26%
R=33.41%
G=24.34%
B=42.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511101910.210.4200.25270.3738.7659.02
Hex976EBF152A01910e273b
Octal22715627725520314164773
Binary1001011111011101011111110101101010011001100001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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