#966DBF

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

Shades of Lilac Bush #966DBF

Tints of Lilac Bush #966DBF

Color information

#966DBF (or 0x966DBF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6D and BF. RGB value is (150,109,191). Sum of RGB (Red+Green+Blue) = 150+109+191=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #966DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DBF is #699240. Grayscale: #828282. Windows color (decimal): -6918721 or 12545430. OLE color: 12545430.

HSL color Cylindrical-coordinate representation of color #966DBF: hue angle of 270º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966DBF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150109191-
CMYK0.210.4300.25
HSL270º39.05%58.82%-
HSV(B)270º42.93%74.9%-
XYZ27.4521.1851.93-
YUV130.61162.08141.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 109 (42.97% from 255) = 24.22%
BLUE value IS 191 (75% from 255) = 42.44%
R=33.33%
G=24.22%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501091910.210.4300.2527039.0558.82
Hex966DBF152B01910e273b
Octal22615527725530314164773
Binary1001011011011011011111110101101011011001100001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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