#9163BE

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

Shades of Lilac Bush #9163BE

Tints of Lilac Bush #9163BE

Color information

#9163BE (or 0x9163BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 63 and BE. RGB value is (145,99,190). Sum of RGB (Red+Green+Blue) = 145+99+190=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9163BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163BE is #6E9C41. Grayscale: #7A7A7A. Windows color (decimal): -7248962 or 12477329. OLE color: 12477329.

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

Color convert

RGB14599190-
CMYK0.240.4800.25
HSL270.33º41.18%56.67%-
HSV(B)270.33º47.89%74.51%-
XYZ25.4318.6650.98-
YUV123.13165.74143.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=33.41%
G=22.81%
B=43.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145991900.240.4800.25270.3341.1856.67
Hex9163BE183001910e2939
Octal22114327630600314165171
Binary1001000111000111011111011000110000011001100001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9163BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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