#966CBC

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

Shades of Lilac Bush #966CBC

Tints of Lilac Bush #966CBC

Color information

#966CBC (or 0x966CBC) is unknown color: approx Lilac Bush. HEX triplet: 96, 6C and BC. RGB value is (150,108,188). Sum of RGB (Red+Green+Blue) = 150+108+188=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #966CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBC is #699343. Grayscale: #818181. Windows color (decimal): -6918980 or 12348566. OLE color: 12348566.

HSL color Cylindrical-coordinate representation of color #966CBC: hue angle of 271.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966CBC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB150108188-
CMYK0.200.4300.26
HSL271.5º37.38%58.04%-
HSV(B)271.5º42.55%73.73%-
XYZ27.0220.8450.18-
YUV129.68160.91142.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=33.63%
G=24.22%
B=42.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501081880.200.4300.26271.537.3858.04
Hex966CBC142B01A110253a
Octal22615427424530324204572
Binary1001011011011001011110010100101011011010100010000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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