#976FBF

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

Shades of Lilac Bush #976FBF

Tints of Lilac Bush #976FBF

Color information

#976FBF (or 0x976FBF) is unknown color: approx Lilac Bush. HEX triplet: 97, 6F and BF. RGB value is (151,111,191). Sum of RGB (Red+Green+Blue) = 151+111+191=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #976FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FBF is #689040. Grayscale: #838383. Windows color (decimal): -6852673 or 12545943. OLE color: 12545943.

HSL color Cylindrical-coordinate representation of color #976FBF: hue angle of 270º degrees, saturation: 0.38, 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 #976FBF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151111191-
CMYK0.210.4200.25
HSL270º38.46%59.22%-
HSV(B)270º41.88%74.9%-
XYZ27.8521.7152.01-
YUV132.08161.25141.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 111 (43.75% from 255) = 24.50%
BLUE value IS 191 (75% from 255) = 42.16%
R=33.33%
G=24.50%
B=42.16%

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
Decimal1511111910.210.4200.2527038.4659.22
Hex976FBF152A01910e263b
Octal22715727725520314164673
Binary1001011111011111011111110101101010011001100001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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