#8860BF

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

Shades of Lilac Bush #8860BF

Tints of Lilac Bush #8860BF

Color information

#8860BF (or 0x8860BF) is unknown color: approx Lilac Bush. HEX triplet: 88, 60 and BF. RGB value is (136,96,191). Sum of RGB (Red+Green+Blue) = 136+96+191=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #8860BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860BF is #779F40. Grayscale: #767676. Windows color (decimal): -7839553 or 12542088. OLE color: 12542088.

HSL color Cylindrical-coordinate representation of color #8860BF: hue angle of 265.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8860BF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13696191-
CMYK0.290.5000.25
HSL265.26º42.6%56.27%-
HSV(B)265.26º49.74%74.9%-
XYZ23.7417.3651.39-
YUV118.79168.75140.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 191 (75% from 255) = 45.15%
R=32.15%
G=22.70%
B=45.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136961910.290.5000.25265.2642.656.27
Hex8860BF1D320191092b38
Octal21014027735620314115370
Binary1000100011000001011111111101110010011001100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860BF; }

 p { color: rgb(136,96,191); }

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

<style>
 a { background-color: #8860BF; }

 a { background-color: rgb(136,96,191); }

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

<style>
 span { border-color: #8860BF; }

 span { border-color: rgb(136,96,191); }

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