#9668BF

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

Shades of Lilac Bush #9668BF

Tints of Lilac Bush #9668BF

Color information

#9668BF (or 0x9668BF) is unknown color: approx Lilac Bush. HEX triplet: 96, 68 and BF. RGB value is (150,104,191). Sum of RGB (Red+Green+Blue) = 150+104+191=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #9668BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668BF is #699740. Grayscale: #7F7F7F. Windows color (decimal): -6920001 or 12544150. OLE color: 12544150.

HSL color Cylindrical-coordinate representation of color #9668BF: hue angle of 271.72º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9668BF is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150104191-
CMYK0.210.4600.25
HSL271.72º40.47%57.84%-
HSV(B)271.72º45.55%74.9%-
XYZ26.9320.1551.76-
YUV127.67163.74143.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 191 (75% from 255) = 42.92%
R=33.71%
G=23.37%
B=42.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501041910.210.4600.25271.7240.4757.84
Hex9668BF152E019110283a
Octal22615027725560314205072
Binary1001011011010001011111110101101110011001100010000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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