#855EB7

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

Shades of Lilac Bush #855EB7

Tints of Lilac Bush #855EB7

Color information

#855EB7 (or 0x855EB7) is unknown color: approx Lilac Bush. HEX triplet: 85, 5E and B7. RGB value is (133,94,183). Sum of RGB (Red+Green+Blue) = 133+94+183=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #855EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EB7 is #7AA148. Grayscale: #737373. Windows color (decimal): -8036681 or 12017285. OLE color: 12017285.

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

Color convert

RGB13394183-
CMYK0.270.4900.28
HSL266.29º38.2%54.31%-
HSV(B)266.29º48.63%71.76%-
XYZ22.2216.4146.8-
YUV115.81165.92140.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 183 (71.88% from 255) = 44.63%
R=32.44%
G=22.93%
B=44.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133941830.270.4900.28266.2938.254.31
Hex855EB71B3101C10a2636
Octal20513626733610344124666
Binary1000010110111101011011111011110001011100100001010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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