#966BC0

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

Shades of Lilac Bush #966BC0

Tints of Lilac Bush #966BC0

Color information

#966BC0 (or 0x966BC0) is unknown color: approx Lilac Bush. HEX triplet: 96, 6B and C0. RGB value is (150,107,192). Sum of RGB (Red+Green+Blue) = 150+107+192=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #966BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BC0 is #69943F. Grayscale: #818181. Windows color (decimal): -6919232 or 12610454. OLE color: 12610454.

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

Color convert

RGB150107192-
CMYK0.220.4400.25
HSL270.35º40.28%58.63%-
HSV(B)270.35º44.27%75.29%-
XYZ27.3520.8152.44-
YUV129.55163.25142.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 192 (75.39% from 255) = 42.76%
R=33.41%
G=23.83%
B=42.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501071920.220.4400.25270.3540.2858.63
Hex966BC0162C01910e283b
Octal22615330026540314165073
Binary1001011011010111100000010110101100011001100001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,107,192); }

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

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

 a { background-color: rgb(150,107,192); }

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

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

 span { border-color: rgb(150,107,192); }

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