#9669BA

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

Shades of Lilac Bush #9669BA

Tints of Lilac Bush #9669BA

Color information

#9669BA (or 0x9669BA) is unknown color: approx Lilac Bush. HEX triplet: 96, 69 and BA. RGB value is (150,105,186). Sum of RGB (Red+Green+Blue) = 150+105+186=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9669BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669BA is #699645. Grayscale: #7F7F7F. Windows color (decimal): -6919750 or 12216726. OLE color: 12216726.

HSL color Cylindrical-coordinate representation of color #9669BA: hue angle of 273.33º degrees, saturation: 0.37, 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 #9669BA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150105186-
CMYK0.190.4400.27
HSL273.33º36.99%57.06%-
HSV(B)273.33º43.55%72.94%-
XYZ26.4920.1348.94-
YUV127.69160.91143.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=34.01%
G=23.81%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501051860.190.4400.27273.3336.9957.06
Hex9669BA132C01B1112539
Octal22615127223540334214571
Binary1001011011010011011101010011101100011011100010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9669BA; }

 p { color: rgb(150,105,186); }

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

<style>
 a { background-color: #9669BA; }

 a { background-color: rgb(150,105,186); }

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

<style>
 span { border-color: #9669BA; }

 span { border-color: rgb(150,105,186); }

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