#8B64BB

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

Shades of Lilac Bush #8B64BB

Tints of Lilac Bush #8B64BB

Color information

#8B64BB (or 0x8B64BB) is unknown color: approx Lilac Bush. HEX triplet: 8B, 64 and BB. RGB value is (139,100,187). Sum of RGB (Red+Green+Blue) = 139+100+187=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64BB is #749B44. Grayscale: #797979. Windows color (decimal): -7641925 or 12280971. OLE color: 12280971.

HSL color Cylindrical-coordinate representation of color #8B64BB: hue angle of 266.9º 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 #8B64BB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139100187-
CMYK0.260.4700.27
HSL266.9º39.01%56.27%-
HSV(B)266.9º46.52%73.33%-
XYZ24.1718.1949.25-
YUV121.58164.92140.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=32.63%
G=23.47%
B=43.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391001870.260.4700.27266.939.0156.27
Hex8B64BB1A2F01B10b2738
Octal21314427332570334134770
Binary1000101111001001011101111010101111011011100001011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B64BB; }

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

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

<style>
 a { background-color: #8B64BB; }

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

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

<style>
 span { border-color: #8B64BB; }

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

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