#9166BE

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

Shades of Lilac Bush #9166BE

Tints of Lilac Bush #9166BE

Color information

#9166BE (or 0x9166BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 66 and BE. RGB value is (145,102,190). Sum of RGB (Red+Green+Blue) = 145+102+190=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #9166BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166BE is #6E9941. Grayscale: #7C7C7C. Windows color (decimal): -7248194 or 12478097. OLE color: 12478097.

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

Color convert

RGB145102190-
CMYK0.240.4600.25
HSL269.32º40.37%57.25%-
HSV(B)269.32º46.32%74.51%-
XYZ25.7219.2451.07-
YUV124.89164.75142.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=33.18%
G=23.34%
B=43.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451021900.240.4600.25269.3240.3757.25
Hex9166BE182E01910d2839
Octal22114627630560314155071
Binary1001000111001101011111011000101110011001100001101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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