#9668BB

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

Shades of Lilac Bush #9668BB

Tints of Lilac Bush #9668BB

Color information

#9668BB (or 0x9668BB) is unknown color: approx Lilac Bush. HEX triplet: 96, 68 and BB. RGB value is (150,104,187). Sum of RGB (Red+Green+Blue) = 150+104+187=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #9668BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668BB is #699744. Grayscale: #7E7E7E. Windows color (decimal): -6920005 or 12282006. OLE color: 12282006.

HSL color Cylindrical-coordinate representation of color #9668BB: hue angle of 273.25º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9668BB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150104187-
CMYK0.200.4400.27
HSL273.25º37.9%57.06%-
HSV(B)273.25º44.39%73.33%-
XYZ26.519.9749.47-
YUV127.22161.74144.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=34.01%
G=23.58%
B=42.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501041870.200.4400.27273.2537.957.06
Hex9668BB142C01B1112639
Octal22615027324540334214671
Binary1001011011010001011101110100101100011011100010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9668BB; }

 p { color: rgb(150,104,187); }

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

<style>
 a { background-color: #9668BB; }

 a { background-color: rgb(150,104,187); }

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

<style>
 span { border-color: #9668BB; }

 span { border-color: rgb(150,104,187); }

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