#855EB8

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

Shades of Lilac Bush #855EB8

Tints of Lilac Bush #855EB8

Color information

#855EB8 (or 0x855EB8) is unknown color: approx Lilac Bush. HEX triplet: 85, 5E and B8. RGB value is (133,94,184). Sum of RGB (Red+Green+Blue) = 133+94+184=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 184 (72.27% from 255 or 44.77% from 411); Max value from RGB is 184 - color contains mainly: blue. Hex color #855EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855EB8 is #7AA147. Grayscale: #737373. Windows color (decimal): -8036680 or 12082821. OLE color: 12082821.

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

Color convert

RGB13394184-
CMYK0.280.4900.28
HSL266º38.79%54.51%-
HSV(B)266º48.91%72.16%-
XYZ22.3316.4547.35-
YUV115.92166.42140.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 184 (72.27% from 255) = 44.77%
R=32.36%
G=22.87%
B=44.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133941840.280.4900.2826638.7954.51
Hex855EB81C3101C10a2737
Octal20513627034610344124767
Binary1000010110111101011100011100110001011100100001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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