#8860B8

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

Shades of Lilac Bush #8860B8

Tints of Lilac Bush #8860B8

Color information

#8860B8 (or 0x8860B8) is unknown color: approx Lilac Bush. HEX triplet: 88, 60 and B8. RGB value is (136,96,184). Sum of RGB (Red+Green+Blue) = 136+96+184=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 184 - color contains mainly: blue. Hex color #8860B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860B8 is #779F47. Grayscale: #757575. Windows color (decimal): -7839560 or 12083336. OLE color: 12083336.

HSL color Cylindrical-coordinate representation of color #8860B8: hue angle of 267.27º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8860B8 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13696184-
CMYK0.260.4800.28
HSL267.27º38.26%54.9%-
HSV(B)267.27º47.83%72.16%-
XYZ22.9917.0647.43-
YUV117.99165.25140.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 184 (72.27% from 255) = 44.23%
R=32.69%
G=23.08%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136961840.260.4800.28267.2738.2654.9
Hex8860B81A3001C10b2637
Octal21014027032600344134667
Binary1000100011000001011100011010110000011100100001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8860B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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