#8B64BE

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

Shades of Lilac Bush #8B64BE

Tints of Lilac Bush #8B64BE

Color information

#8B64BE (or 0x8B64BE) is unknown color: approx Lilac Bush. HEX triplet: 8B, 64 and BE. RGB value is (139,100,190). Sum of RGB (Red+Green+Blue) = 139+100+190=429 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.40% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64BE is #749B41. Grayscale: #797979. Windows color (decimal): -7641922 or 12477579. OLE color: 12477579.

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

Color convert

RGB139100190-
CMYK0.270.4700.25
HSL266º40.91%56.86%-
HSV(B)266º47.37%74.51%-
XYZ24.518.3250.96-
YUV121.92166.42140.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.40%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=32.40%
G=23.31%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391001900.270.4700.2526640.9156.86
Hex8B64BE1B2F01910a2939
Octal21314427633570314125171
Binary1000101111001001011111011011101111011001100001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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