#8862BA

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

Shades of Lilac Bush #8862BA

Tints of Lilac Bush #8862BA

Color information

#8862BA (or 0x8862BA) is unknown color: approx Lilac Bush. HEX triplet: 88, 62 and BA. RGB value is (136,98,186). Sum of RGB (Red+Green+Blue) = 136+98+186=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #8862BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862BA is #779D45. Grayscale: #777777. Windows color (decimal): -7839046 or 12214920. OLE color: 12214920.

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

Color convert

RGB13698186-
CMYK0.270.4700.27
HSL265.91º38.94%55.69%-
HSV(B)265.91º47.31%72.94%-
XYZ23.3817.5148.6-
YUV119.39165.59139.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 186 (73.05% from 255) = 44.29%
R=32.38%
G=23.33%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal136981860.270.4700.27265.9138.9455.69
Hex8862BA1B2F01B10a2738
Octal21014227233570334124770
Binary1000100011000101011101011011101111011011100001010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8862BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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