#8860C3

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

Shades of Lilac Bush #8860C3

Tints of Lilac Bush #8860C3

Color information

#8860C3 (or 0x8860C3) is unknown color: approx Lilac Bush. HEX triplet: 88, 60 and C3. RGB value is (136,96,195). Sum of RGB (Red+Green+Blue) = 136+96+195=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #8860C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860C3 is #779F3C. Grayscale: #767676. Windows color (decimal): -7839549 or 12804232. OLE color: 12804232.

HSL color Cylindrical-coordinate representation of color #8860C3: hue angle of 264.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8860C3 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13696195-
CMYK0.300.5100.24
HSL264.24º45.21%57.06%-
HSV(B)264.24º50.77%76.47%-
XYZ24.1917.5453.74-
YUV119.25170.75139.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=31.85%
G=22.48%
B=45.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136961950.300.5100.24264.2445.2157.06
Hex8860C31E330181082d39
Octal21014030336630304105571
Binary1000100011000001100001111110110011011000100001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8860C3; }

 p { color: rgb(136,96,195); }

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

<style>
 a { background-color: #8860C3; }

 a { background-color: rgb(136,96,195); }

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

<style>
 span { border-color: #8860C3; }

 span { border-color: rgb(136,96,195); }

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