#9164BE

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

Shades of Lilac Bush #9164BE

Tints of Lilac Bush #9164BE

Color information

#9164BE (or 0x9164BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 64 and BE. RGB value is (145,100,190). Sum of RGB (Red+Green+Blue) = 145+100+190=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9164BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164BE is #6E9B41. Grayscale: #7B7B7B. Windows color (decimal): -7248706 or 12477585. OLE color: 12477585.

HSL color Cylindrical-coordinate representation of color #9164BE: hue angle of 270º 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 #9164BE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145100190-
CMYK0.240.4700.25
HSL270º40.91%56.86%-
HSV(B)270º47.37%74.51%-
XYZ25.5318.8551.01-
YUV123.71165.41143.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=33.33%
G=22.99%
B=43.68%

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
Decimal1451001900.240.4700.2527040.9156.86
Hex9164BE182F01910e2939
Octal22114427630570314165171
Binary1001000111001001011111011000101111011001100001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9164BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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