#966ECC

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

Shades of Lilac Bush #966ECC

Tints of Lilac Bush #966ECC

Color information

#966ECC (or 0x966ECC) is unknown color: approx Lilac Bush. HEX triplet: 96, 6E and CC. RGB value is (150,110,204). Sum of RGB (Red+Green+Blue) = 150+110+204=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #966ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ECC is #699133. Grayscale: #848484. Windows color (decimal): -6918452 or 13397654. OLE color: 13397654.

HSL color Cylindrical-coordinate representation of color #966ECC: hue angle of 265.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966ECC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150110204-
CMYK0.260.4600.2
HSL265.53º47.96%61.57%-
HSV(B)265.53º46.08%80%-
XYZ29.052259.84-
YUV132.68168.25140.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=32.33%
G=23.71%
B=43.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501102040.260.4600.2265.5347.9661.57
Hex966ECC1A2E01410a303e
Octal22615631432560244126076
Binary1001011011011101100110011010101110010100100001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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