#8861BA

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

Shades of Lilac Bush #8861BA

Tints of Lilac Bush #8861BA

Color information

#8861BA (or 0x8861BA) is unknown color: approx Lilac Bush. HEX triplet: 88, 61 and BA. RGB value is (136,97,186). Sum of RGB (Red+Green+Blue) = 136+97+186=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8861BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861BA is #779E45. Grayscale: #767676. Windows color (decimal): -7839302 or 12214664. OLE color: 12214664.

HSL color Cylindrical-coordinate representation of color #8861BA: hue angle of 266.29º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8861BA is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13697186-
CMYK0.270.4800.27
HSL266.29º39.21%55.49%-
HSV(B)266.29º47.85%72.94%-
XYZ23.2917.3348.57-
YUV118.81165.92140.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=32.46%
G=23.15%
B=44.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136971860.270.4800.27266.2939.2155.49
Hex8861BA1B3001B10a2737
Octal21014127233600334124767
Binary1000100011000011011101011011110000011011100001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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