#8861BF

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

Shades of Lilac Bush #8861BF

Tints of Lilac Bush #8861BF

Color information

#8861BF (or 0x8861BF) is unknown color: approx Lilac Bush. HEX triplet: 88, 61 and BF. RGB value is (136,97,191). Sum of RGB (Red+Green+Blue) = 136+97+191=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #8861BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861BF is #779E40. Grayscale: #777777. Windows color (decimal): -7839297 or 12542344. OLE color: 12542344.

HSL color Cylindrical-coordinate representation of color #8861BF: hue angle of 264.89º 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 #8861BF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13697191-
CMYK0.290.4900.25
HSL264.89º42.34%56.47%-
HSV(B)264.89º49.21%74.9%-
XYZ23.8317.5551.42-
YUV119.38168.42139.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 191 (75% from 255) = 45.05%
R=32.08%
G=22.88%
B=45.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136971910.290.4900.25264.8942.3456.47
Hex8861BF1D310191092a38
Octal21014127735610314115270
Binary1000100011000011011111111101110001011001100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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