#9668BA

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

Shades of Lilac Bush #9668BA

Tints of Lilac Bush #9668BA

Color information

#9668BA (or 0x9668BA) is unknown color: approx Lilac Bush. HEX triplet: 96, 68 and BA. RGB value is (150,104,186). Sum of RGB (Red+Green+Blue) = 150+104+186=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #9668BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668BA is #699745. Grayscale: #7E7E7E. Windows color (decimal): -6920006 or 12216470. OLE color: 12216470.

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

Color convert

RGB150104186-
CMYK0.190.4400.27
HSL273.66º37.27%56.86%-
HSV(B)273.66º44.09%72.94%-
XYZ26.3919.9348.91-
YUV127.1161.24144.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=34.09%
G=23.64%
B=42.27%

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
Decimal1501041860.190.4400.27273.6637.2756.86
Hex9668BA132C01B1122539
Octal22615027223540334224571
Binary1001011011010001011101010011101100011011100010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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