#9364BB

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

Shades of Lilac Bush #9364BB

Tints of Lilac Bush #9364BB

Color information

#9364BB (or 0x9364BB) is unknown color: approx Lilac Bush. HEX triplet: 93, 64 and BB. RGB value is (147,100,187). Sum of RGB (Red+Green+Blue) = 147+100+187=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 100 (39.45% from 255 or 23.04% 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 #9364BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364BB is #6C9B44. Grayscale: #7B7B7B. Windows color (decimal): -7117637 or 12280979. OLE color: 12280979.

HSL color Cylindrical-coordinate representation of color #9364BB: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9364BB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147100187-
CMYK0.210.4700.27
HSL272.41º39.01%56.27%-
HSV(B)272.41º46.52%73.33%-
XYZ25.5618.9149.32-
YUV123.97163.57144.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=33.87%
G=23.04%
B=43.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471001870.210.4700.27272.4139.0156.27
Hex9364BB152F01B1102738
Octal22314427325570334204770
Binary1001001111001001011101110101101111011011100010000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,100,187); }

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

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

 a { background-color: rgb(147,100,187); }

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

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

 span { border-color: rgb(147,100,187); }

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