#966FCC

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

Shades of Lilac Bush #966FCC

Tints of Lilac Bush #966FCC

Color information

#966FCC (or 0x966FCC) is unknown color: approx Lilac Bush. HEX triplet: 96, 6F and CC. RGB value is (150,111,204). Sum of RGB (Red+Green+Blue) = 150+111+204=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #966FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FCC is #699033. Grayscale: #848484. Windows color (decimal): -6918196 or 13397910. OLE color: 13397910.

HSL color Cylindrical-coordinate representation of color #966FCC: hue angle of 265.16º 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 #966FCC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150111204-
CMYK0.260.4600.2
HSL265.16º47.69%61.76%-
HSV(B)265.16º45.59%80%-
XYZ29.1622.2159.88-
YUV133.26167.92139.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=32.26%
G=23.87%
B=43.87%

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
Decimal1501112040.260.4600.2265.1647.6961.76
Hex966FCC1A2E014109303e
Octal22615731432560244116076
Binary1001011011011111100110011010101110010100100001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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