#9166BB

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

Shades of Lilac Bush #9166BB

Tints of Lilac Bush #9166BB

Color information

#9166BB (or 0x9166BB) is unknown color: approx Lilac Bush. HEX triplet: 91, 66 and BB. RGB value is (145,102,187). Sum of RGB (Red+Green+Blue) = 145+102+187=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #9166BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166BB is #6E9944. Grayscale: #7C7C7C. Windows color (decimal): -7248197 or 12281489. OLE color: 12281489.

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

Color convert

RGB145102187-
CMYK0.220.4500.27
HSL270.35º38.46%56.67%-
HSV(B)270.35º45.45%73.33%-
XYZ25.419.1149.36-
YUV124.55163.25142.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 102 (40.23% from 255) = 23.50%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=33.41%
G=23.50%
B=43.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451021870.220.4500.27270.3538.4656.67
Hex9166BB162D01B10e2639
Octal22114627326550334164671
Binary1001000111001101011101110110101101011011100001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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