#966FBF

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

Shades of Lilac Bush #966FBF

Tints of Lilac Bush #966FBF

Color information

#966FBF (or 0x966FBF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and BF. RGB value is (150,111,191). Sum of RGB (Red+Green+Blue) = 150+111+191=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 111 (43.75% from 255 or 24.56% 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 #966FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FBF is #699040. Grayscale: #838383. Windows color (decimal): -6918209 or 12545942. OLE color: 12545942.

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

Color convert

RGB150111191-
CMYK0.210.4200.25
HSL269.25º38.46%59.22%-
HSV(B)269.25º41.88%74.9%-
XYZ27.6721.6152-
YUV131.78161.42141-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 191 (75% from 255) = 42.26%
R=33.19%
G=24.56%
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
Decimal1501111910.210.4200.25269.2538.4659.22
Hex966FBF152A01910d263b
Octal22615727725520314154673
Binary1001011011011111011111110101101010011001100001101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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