#9768BA

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

Shades of Lilac Bush #9768BA

Tints of Lilac Bush #9768BA

Color information

#9768BA (or 0x9768BA) is unknown color: approx Lilac Bush. HEX triplet: 97, 68 and BA. RGB value is (151,104,186). Sum of RGB (Red+Green+Blue) = 151+104+186=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 104 (41.02% from 255 or 23.58% 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 #9768BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9768BA is #689745. Grayscale: #7F7F7F. Windows color (decimal): -6854470 or 12216471. OLE color: 12216471.

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

Color convert

RGB151104186-
CMYK0.190.4400.27
HSL274.39º37.27%56.86%-
HSV(B)274.39º44.09%72.94%-
XYZ26.5820.0348.92-
YUV127.4161.07144.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=34.24%
G=23.58%
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
Decimal1511041860.190.4400.27274.3937.2756.86
Hex9768BA132C01B1122539
Octal22715027223540334224571
Binary1001011111010001011101010011101100011011100010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9768BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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