#966EBE

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

Shades of Lilac Bush #966EBE

Tints of Lilac Bush #966EBE

Color information

#966EBE (or 0x966EBE) is unknown color: approx Lilac Bush. HEX triplet: 96, 6E and BE. RGB value is (150,110,190). Sum of RGB (Red+Green+Blue) = 150+110+190=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #966EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EBE is #699141. Grayscale: #828282. Windows color (decimal): -6918466 or 12480150. OLE color: 12480150.

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

Color convert

RGB150110190-
CMYK0.210.4200.25
HSL270º38.1%58.82%-
HSV(B)270º42.11%74.51%-
XYZ27.4521.3551.39-
YUV131.08161.25141.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 24.44%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=33.33%
G=24.44%
B=42.22%

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
Decimal1501101900.210.4200.2527038.158.82
Hex966EBE152A01910e263b
Octal22615627625520314164673
Binary1001011011011101011111010101101010011001100001110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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