#8860BC

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

Shades of Lilac Bush #8860BC

Tints of Lilac Bush #8860BC

Color information

#8860BC (or 0x8860BC) is unknown color: approx Lilac Bush. HEX triplet: 88, 60 and BC. RGB value is (136,96,188). Sum of RGB (Red+Green+Blue) = 136+96+188=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8860BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860BC is #779F43. Grayscale: #767676. Windows color (decimal): -7839556 or 12345480. OLE color: 12345480.

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

Color convert

RGB13696188-
CMYK0.280.4900.26
HSL266.09º40.71%55.69%-
HSV(B)266.09º48.94%73.73%-
XYZ23.4117.2349.67-
YUV118.45167.25140.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=32.38%
G=22.86%
B=44.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136961880.280.4900.26266.0940.7155.69
Hex8860BC1C3101A10a2938
Octal21014027434610324125170
Binary1000100011000001011110011100110001011010100001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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