#8860BE

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

Shades of Lilac Bush #8860BE

Tints of Lilac Bush #8860BE

Color information

#8860BE (or 0x8860BE) is unknown color: approx Lilac Bush. HEX triplet: 88, 60 and BE. RGB value is (136,96,190). Sum of RGB (Red+Green+Blue) = 136+96+190=422 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.23% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #8860BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860BE is #779F41. Grayscale: #767676. Windows color (decimal): -7839554 or 12476552. OLE color: 12476552.

HSL color Cylindrical-coordinate representation of color #8860BE: hue angle of 265.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8860BE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13696190-
CMYK0.280.4900.25
HSL265.53º41.96%56.08%-
HSV(B)265.53º49.47%74.51%-
XYZ23.6317.3250.81-
YUV118.68168.25140.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.23%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=32.23%
G=22.75%
B=45.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136961900.280.4900.25265.5341.9656.08
Hex8860BE1C3101910a2a38
Octal21014027634610314125270
Binary1000100011000001011111011100110001011001100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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