#966BBE

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

Shades of Lilac Bush #966BBE

Tints of Lilac Bush #966BBE

Color information

#966BBE (or 0x966BBE) is unknown color: approx Lilac Bush. HEX triplet: 96, 6B and BE. RGB value is (150,107,190). Sum of RGB (Red+Green+Blue) = 150+107+190=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 107 (42.19% from 255 or 23.94% 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 #966BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BBE is #699441. Grayscale: #818181. Windows color (decimal): -6919234 or 12479382. OLE color: 12479382.

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

Color convert

RGB150107190-
CMYK0.210.4400.25
HSL271.08º38.97%58.24%-
HSV(B)271.08º43.68%74.51%-
XYZ27.1320.7251.28-
YUV129.32162.25142.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=33.56%
G=23.94%
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
Decimal1501071900.210.4400.25271.0838.9758.24
Hex966BBE152C01910f273a
Octal22615327625540314174772
Binary1001011011010111011111010101101100011001100001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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