#855EBC

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

Shades of Lilac Bush #855EBC

Tints of Lilac Bush #855EBC

Color information

#855EBC (or 0x855EBC) is unknown color: approx Lilac Bush. HEX triplet: 85, 5E and BC. RGB value is (133,94,188). Sum of RGB (Red+Green+Blue) = 133+94+188=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #855EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EBC is #7AA143. Grayscale: #747474. Windows color (decimal): -8036676 or 12344965. OLE color: 12344965.

HSL color Cylindrical-coordinate representation of color #855EBC: hue angle of 264.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855EBC is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13394188-
CMYK0.290.5000.26
HSL264.89º41.23%55.29%-
HSV(B)264.89º50%73.73%-
XYZ22.7516.6249.59-
YUV116.38168.42139.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 188 (73.83% from 255) = 45.30%
R=32.05%
G=22.65%
B=45.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133941880.290.5000.26264.8941.2355.29
Hex855EBC1D3201A1092937
Octal20513627435620324115167
Binary1000010110111101011110011101110010011010100001001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855EBC; }

 p { color: rgb(133,94,188); }

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

<style>
 a { background-color: #855EBC; }

 a { background-color: rgb(133,94,188); }

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

<style>
 span { border-color: #855EBC; }

 span { border-color: rgb(133,94,188); }

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