#966cc2

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

Shades of Lilac Bush #966CC2

Tints of Lilac Bush #966CC2

Color information

#966CC2 (or 0x966CC2) is unknown color: approx Lilac Bush. HEX triplet: 96, 6C and C2. RGB value is (150,108,194). Sum of RGB (Red+Green+Blue) = 150+108+194=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #966CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CC2 is #69933D. Grayscale: #828282. Windows color (decimal): -6918974 or 12741782. OLE color: 12741782.

HSL color Cylindrical-coordinate representation of color #966CC2: hue angle of 269.3º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #966CC2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150108194-
CMYK0.230.4400.24
HSL269.3º41.35%59.22%-
HSV(B)269.3º44.33%76.08%-
XYZ27.6821.153.65-
YUV130.36163.91142.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=33.19%
G=23.89%
B=42.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501081940.230.4400.24269.341.3559.22
Hex966CC2172C01810d293b
Octal22615430227540304155173
Binary1001011011011001100001010111101100011000100001101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966cc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,194); }

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

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

 a { background-color: rgb(150,108,194); }

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

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

 span { border-color: rgb(150,108,194); }

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