#855EB9

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

Shades of Lilac Bush #855EB9

Tints of Lilac Bush #855EB9

Color information

#855EB9 (or 0x855EB9) is unknown color: approx Lilac Bush. HEX triplet: 85, 5E and B9. RGB value is (133,94,185). Sum of RGB (Red+Green+Blue) = 133+94+185=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #855EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EB9 is #7AA146. Grayscale: #737373. Windows color (decimal): -8036679 or 12148357. OLE color: 12148357.

HSL color Cylindrical-coordinate representation of color #855EB9: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855EB9 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13394185-
CMYK0.280.4900.27
HSL265.71º39.39%54.71%-
HSV(B)265.71º49.19%72.55%-
XYZ22.4316.4947.9-
YUV116.04166.92140.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=32.28%
G=22.82%
B=44.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133941850.280.4900.27265.7139.3954.71
Hex855EB91C3101B10a2737
Octal20513627134610334124767
Binary1000010110111101011100111100110001011011100001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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