#966DCA

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

Shades of Lilac Bush #966DCA

Tints of Lilac Bush #966DCA

Color information

#966DCA (or 0x966DCA) is unknown color: approx Lilac Bush. HEX triplet: 96, 6D and CA. RGB value is (150,109,202). Sum of RGB (Red+Green+Blue) = 150+109+202=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #966DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCA is #699235. Grayscale: #838383. Windows color (decimal): -6918710 or 13266326. OLE color: 13266326.

HSL color Cylindrical-coordinate representation of color #966DCA: hue angle of 266.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966DCA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150109202-
CMYK0.260.4600.21
HSL266.45º46.73%60.98%-
HSV(B)266.45º46.04%79.22%-
XYZ28.7121.6958.55-
YUV131.86167.58140.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 109 (42.97% from 255) = 23.64%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=32.54%
G=23.64%
B=43.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501092020.260.4600.21266.4546.7360.98
Hex966DCA1A2E01510a2f3d
Octal22615531232560254125775
Binary1001011011011011100101011010101110010101100001010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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