#8861BC

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

Shades of Lilac Bush #8861BC

Tints of Lilac Bush #8861BC

Color information

#8861BC (or 0x8861BC) is unknown color: approx Lilac Bush. HEX triplet: 88, 61 and BC. RGB value is (136,97,188). Sum of RGB (Red+Green+Blue) = 136+97+188=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8861BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861BC is #779E43. Grayscale: #767676. Windows color (decimal): -7839300 or 12345736. OLE color: 12345736.

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

Color convert

RGB13697188-
CMYK0.280.4800.26
HSL265.71º40.44%55.88%-
HSV(B)265.71º48.4%73.73%-
XYZ23.5117.4149.7-
YUV119.04166.92140.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=32.30%
G=23.04%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136971880.280.4800.26265.7140.4455.88
Hex8861BC1C3001A10a2838
Octal21014127434600324125070
Binary1000100011000011011110011100110000011010100001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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