#966FBE

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

Shades of Lilac Bush #966FBE

Tints of Lilac Bush #966FBE

Color information

#966FBE (or 0x966FBE) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and BE. RGB value is (150,111,190). Sum of RGB (Red+Green+Blue) = 150+111+190=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #966FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FBE is #699041. Grayscale: #838383. Windows color (decimal): -6918210 or 12480406. OLE color: 12480406.

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

Color convert

RGB150111190-
CMYK0.210.4200.25
HSL269.62º37.8%59.02%-
HSV(B)269.62º41.58%74.51%-
XYZ27.5621.5751.43-
YUV131.67160.92141.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 111 (43.75% from 255) = 24.61%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=33.26%
G=24.61%
B=42.13%

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
Decimal1501111900.210.4200.25269.6237.859.02
Hex966FBE152A01910e263b
Octal22615727625520314164673
Binary1001011011011111011111010101101010011001100001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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