#9164BB

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

Shades of Lilac Bush #9164BB

Tints of Lilac Bush #9164BB

Color information

#9164BB (or 0x9164BB) is unknown color: approx Lilac Bush. HEX triplet: 91, 64 and BB. RGB value is (145,100,187). Sum of RGB (Red+Green+Blue) = 145+100+187=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #9164BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164BB is #6E9B44. Grayscale: #7B7B7B. Windows color (decimal): -7248709 or 12280977. OLE color: 12280977.

HSL color Cylindrical-coordinate representation of color #9164BB: hue angle of 271.03º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9164BB is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145100187-
CMYK0.220.4700.27
HSL271.03º39.01%56.27%-
HSV(B)271.03º46.52%73.33%-
XYZ25.218.7249.3-
YUV123.37163.91143.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=33.56%
G=23.15%
B=43.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451001870.220.4700.27271.0339.0156.27
Hex9164BB162F01B10f2738
Octal22114427326570334174770
Binary1001000111001001011101110110101111011011100001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9164BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,100,187); }

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

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

 a { background-color: rgb(145,100,187); }

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

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

 span { border-color: rgb(145,100,187); }

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