#9666BB

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

Shades of Lilac Bush #9666BB

Tints of Lilac Bush #9666BB

Color information

#9666BB (or 0x9666BB) is unknown color: approx Lilac Bush. HEX triplet: 96, 66 and BB. RGB value is (150,102,187). Sum of RGB (Red+Green+Blue) = 150+102+187=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #9666BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BB is #699944. Grayscale: #7D7D7D. Windows color (decimal): -6920517 or 12281494. OLE color: 12281494.

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

Color convert

RGB150102187-
CMYK0.200.4500.27
HSL273.88º38.46%56.67%-
HSV(B)273.88º45.45%73.33%-
XYZ26.319.5749.41-
YUV126.04162.4145.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=34.17%
G=23.23%
B=42.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501021870.200.4500.27273.8838.4656.67
Hex9666BB142D01B1122639
Octal22614627324550334224671
Binary1001011011001101011101110100101101011011100010010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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