#966EBF

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

Shades of Lilac Bush #966EBF

Tints of Lilac Bush #966EBF

Color information

#966EBF (or 0x966EBF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6E and BF. RGB value is (150,110,191). Sum of RGB (Red+Green+Blue) = 150+110+191=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #966EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EBF is #699140. Grayscale: #828282. Windows color (decimal): -6918465 or 12545686. OLE color: 12545686.

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

Color convert

RGB150110191-
CMYK0.210.4200.25
HSL269.63º38.76%59.02%-
HSV(B)269.63º42.41%74.9%-
XYZ27.5621.451.97-
YUV131.19161.75141.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 191 (75% from 255) = 42.35%
R=33.26%
G=24.39%
B=42.35%

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
Decimal1501101910.210.4200.25269.6338.7659.02
Hex966EBF152A01910e273b
Octal22615627725520314164773
Binary1001011011011101011111110101101010011001100001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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