#966DC2

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

Shades of Lilac Bush #966DC2

Tints of Lilac Bush #966DC2

Color information

#966DC2 (or 0x966DC2) is unknown color: approx Lilac Bush. HEX triplet: 96, 6D and C2. RGB value is (150,109,194). Sum of RGB (Red+Green+Blue) = 150+109+194=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #966DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DC2 is #69923D. Grayscale: #828282. Windows color (decimal): -6918718 or 12742038. OLE color: 12742038.

HSL color Cylindrical-coordinate representation of color #966DC2: hue angle of 268.94º 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 #966DC2 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150109194-
CMYK0.230.4400.24
HSL268.94º41.06%59.41%-
HSV(B)268.94º43.81%76.08%-
XYZ27.7821.3253.69-
YUV130.95163.58141.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 194 (76.17% from 255) = 42.83%
R=33.11%
G=24.06%
B=42.83%

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
Decimal1501091940.230.4400.24268.9441.0659.41
Hex966DC2172C01810d293b
Octal22615530227540304155173
Binary1001011011011011100001010111101100011000100001101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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