#8B64BD

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

Shades of Lilac Bush #8B64BD

Tints of Lilac Bush #8B64BD

Color information

#8B64BD (or 0x8B64BD) is unknown color: approx Lilac Bush. HEX triplet: 8B, 64 and BD. RGB value is (139,100,189). Sum of RGB (Red+Green+Blue) = 139+100+189=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B64BD is #749B42. Grayscale: #797979. Windows color (decimal): -7641923 or 12412043. OLE color: 12412043.

HSL color Cylindrical-coordinate representation of color #8B64BD: hue angle of 266.29º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B64BD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139100189-
CMYK0.260.4700.26
HSL266.29º40.27%56.67%-
HSV(B)266.29º47.09%74.12%-
XYZ24.3918.2850.39-
YUV121.81165.92140.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=32.48%
G=23.36%
B=44.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391001890.260.4700.26266.2940.2756.67
Hex8B64BD1A2F01A10a2839
Octal21314427532570324125071
Binary1000101111001001011110111010101111011010100001010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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