#855BBF

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

Shades of Lilac Bush #855BBF

Tints of Lilac Bush #855BBF

Color information

#855BBF (or 0x855BBF) is unknown color: approx Lilac Bush. HEX triplet: 85, 5B and BF. RGB value is (133,91,191). Sum of RGB (Red+Green+Blue) = 133+91+191=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #855BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBF is #7AA440. Grayscale: #727272. Windows color (decimal): -8037441 or 12540805. OLE color: 12540805.

HSL color Cylindrical-coordinate representation of color #855BBF: hue angle of 265.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #855BBF is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13391191-
CMYK0.300.5200.25
HSL265.2º43.86%55.29%-
HSV(B)265.2º52.36%74.9%-
XYZ22.8216.2351.22-
YUV114.96170.91140.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 91 (35.94% from 255) = 21.93%
BLUE value IS 191 (75% from 255) = 46.02%
R=32.05%
G=21.93%
B=46.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133911910.300.5200.25265.243.8655.29
Hex855BBF1E340191092c37
Octal20513327736640314115467
Binary1000010110110111011111111110110100011001100001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,191); }

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

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

 a { background-color: rgb(133,91,191); }

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

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

 span { border-color: rgb(133,91,191); }

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