#9165BF

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

Shades of Lilac Bush #9165BF

Tints of Lilac Bush #9165BF

Color information

#9165BF (or 0x9165BF) is unknown color: approx Lilac Bush. HEX triplet: 91, 65 and BF. RGB value is (145,101,191). Sum of RGB (Red+Green+Blue) = 145+101+191=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #9165BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165BF is #6E9A40. Grayscale: #7C7C7C. Windows color (decimal): -7248449 or 12543377. OLE color: 12543377.

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

Color convert

RGB145101191-
CMYK0.240.4700.25
HSL269.33º41.28%57.25%-
HSV(B)269.33º47.12%74.9%-
XYZ25.7319.0951.62-
YUV124.42165.58142.68-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 191 (75% from 255) = 43.71%
R=33.18%
G=23.11%
B=43.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451011910.240.4700.25269.3341.2857.25
Hex9165BF182F01910d2939
Octal22114527730570314155171
Binary1001000111001011011111111000101111011001100001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,101,191); }

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

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

 a { background-color: rgb(145,101,191); }

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

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

 span { border-color: rgb(145,101,191); }

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