#885CBC

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

Shades of Lilac Bush #885CBC

Tints of Lilac Bush #885CBC

Color information

#885CBC (or 0x885CBC) is unknown color: approx Lilac Bush. HEX triplet: 88, 5C and BC. RGB value is (136,92,188). Sum of RGB (Red+Green+Blue) = 136+92+188=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #885CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885CBC is #77A343. Grayscale: #737373. Windows color (decimal): -7840580 or 12344456. OLE color: 12344456.

HSL color Cylindrical-coordinate representation of color #885CBC: hue angle of 267.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885CBC is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13692188-
CMYK0.280.5100.26
HSL267.5º41.74%54.9%-
HSV(B)267.5º51.06%73.73%-
XYZ23.0616.5249.55-
YUV116.1168.58142.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 92 (36.33% from 255) = 22.12%
BLUE value IS 188 (73.83% from 255) = 45.19%
R=32.69%
G=22.12%
B=45.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136921880.280.5100.26267.541.7454.9
Hex885CBC1C3301A10c2a37
Octal21013427434630324145267
Binary1000100010111001011110011100110011011010100001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885CBC; }

 p { color: rgb(136,92,188); }

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

<style>
 a { background-color: #885CBC; }

 a { background-color: rgb(136,92,188); }

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

<style>
 span { border-color: #885CBC; }

 span { border-color: rgb(136,92,188); }

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