#8862BF

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

Shades of Lilac Bush #8862BF

Tints of Lilac Bush #8862BF

Color information

#8862BF (or 0x8862BF) is unknown color: approx Lilac Bush. HEX triplet: 88, 62 and BF. RGB value is (136,98,191). Sum of RGB (Red+Green+Blue) = 136+98+191=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8862BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862BF is #779D40. Grayscale: #777777. Windows color (decimal): -7839041 or 12542600. OLE color: 12542600.

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

Color convert

RGB13698191-
CMYK0.290.4900.25
HSL264.52º42.08%56.67%-
HSV(B)264.52º48.69%74.9%-
XYZ23.9217.7351.45-
YUV119.96168.09139.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 191 (75% from 255) = 44.94%
R=32%
G=23.06%
B=44.94%

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
Decimal136981910.290.4900.25264.5242.0856.67
Hex8862BF1D310191092a39
Octal21014227735610314115271
Binary1000100011000101011111111101110001011001100001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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