#8861C0

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

Shades of Lilac Bush #8861C0

Tints of Lilac Bush #8861C0

Color information

#8861C0 (or 0x8861C0) is unknown color: approx Lilac Bush. HEX triplet: 88, 61 and C0. RGB value is (136,97,192). Sum of RGB (Red+Green+Blue) = 136+97+192=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #8861C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861C0 is #779E3F. Grayscale: #777777. Windows color (decimal): -7839296 or 12607880. OLE color: 12607880.

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

Color convert

RGB13697192-
CMYK0.290.4900.25
HSL264.63º42.99%56.67%-
HSV(B)264.63º49.48%75.29%-
XYZ23.9417.5952-
YUV119.49168.92139.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=32%
G=22.82%
B=45.18%

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
Decimal136971920.290.4900.25264.6342.9956.67
Hex8861C01D310191092b39
Octal21014130035610314115371
Binary1000100011000011100000011101110001011001100001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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