#8862BE

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

Shades of Lilac Bush #8862BE

Tints of Lilac Bush #8862BE

Color information

#8862BE (or 0x8862BE) is unknown color: approx Lilac Bush. HEX triplet: 88, 62 and BE. RGB value is (136,98,190). Sum of RGB (Red+Green+Blue) = 136+98+190=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8862BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862BE is #779D41. Grayscale: #777777. Windows color (decimal): -7839042 or 12477064. OLE color: 12477064.

HSL color Cylindrical-coordinate representation of color #8862BE: hue angle of 264.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8862BE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13698190-
CMYK0.280.4800.25
HSL264.78º41.44%56.47%-
HSV(B)264.78º48.42%74.51%-
XYZ23.8217.6950.87-
YUV119.85167.59139.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=32.08%
G=23.11%
B=44.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136981900.280.4800.25264.7841.4456.47
Hex8862BE1C300191092938
Octal21014227634600314115170
Binary1000100011000101011111011100110000011001100001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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