#966CBF

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

Shades of Lilac Bush #966CBF

Tints of Lilac Bush #966CBF

Color information

#966CBF (or 0x966CBF) is unknown color: approx Lilac Bush. HEX triplet: 96, 6C and BF. RGB value is (150,108,191). Sum of RGB (Red+Green+Blue) = 150+108+191=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #966CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CBF is #699340. Grayscale: #818181. Windows color (decimal): -6918977 or 12545174. OLE color: 12545174.

HSL color Cylindrical-coordinate representation of color #966CBF: hue angle of 270.36º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966CBF is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150108191-
CMYK0.210.4300.25
HSL270.36º39.34%58.63%-
HSV(B)270.36º43.46%74.9%-
XYZ27.3420.9751.9-
YUV130.02162.41142.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 191 (75% from 255) = 42.54%
R=33.41%
G=24.05%
B=42.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501081910.210.4300.25270.3639.3458.63
Hex966CBF152B01910e273b
Octal22615427725530314164773
Binary1001011011011001011111110101101011011001100001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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