#966BBF

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

Shades of Lilac Bush #966BBF

Tints of Lilac Bush #966BBF

Color information

#966BBF (or 0x966BBF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6B and BF. RGB value is (150,107,191). Sum of RGB (Red+Green+Blue) = 150+107+191=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #966BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BBF is #699440. Grayscale: #818181. Windows color (decimal): -6919233 or 12544918. OLE color: 12544918.

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

Color convert

RGB150107191-
CMYK0.210.4400.25
HSL270.71º39.62%58.43%-
HSV(B)270.71º43.98%74.9%-
XYZ27.2420.7651.86-
YUV129.43162.75142.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 107 (42.19% from 255) = 23.88%
BLUE value IS 191 (75% from 255) = 42.63%
R=33.48%
G=23.88%
B=42.63%

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
Decimal1501071910.210.4400.25270.7139.6258.43
Hex966BBF152C01910f283a
Octal22615327725540314175072
Binary1001011011010111011111110101101100011001100001111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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