#966EBD

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

Shades of Lilac Bush #966EBD

Tints of Lilac Bush #966EBD

Color information

#966EBD (or 0x966EBD) is unknown color: approx Lilac Bush. HEX triplet: 96, 6E and BD. RGB value is (150,110,189). Sum of RGB (Red+Green+Blue) = 150+110+189=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #966EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EBD is #699142. Grayscale: #828282. Windows color (decimal): -6918467 or 12414614. OLE color: 12414614.

HSL color Cylindrical-coordinate representation of color #966EBD: hue angle of 270.38º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966EBD is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150110189-
CMYK0.210.4200.26
HSL270.38º37.44%58.63%-
HSV(B)270.38º41.8%74.12%-
XYZ27.3421.3150.82-
YUV130.97160.75141.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 110 (43.36% from 255) = 24.50%
BLUE value IS 189 (74.22% from 255) = 42.09%
R=33.41%
G=24.50%
B=42.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501101890.210.4200.26270.3837.4458.63
Hex966EBD152A01A10e253b
Octal22615627525520324164573
Binary1001011011011101011110110101101010011010100001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,189); }

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

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

 a { background-color: rgb(150,110,189); }

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

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

 span { border-color: rgb(150,110,189); }

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