#855BB5

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

Shades of Deep Lilac #855BB5

Tints of Deep Lilac #855BB5

Color information

#855BB5 (or 0x855BB5) is unknown color: approx Deep Lilac. HEX triplet: 85, 5B and B5. RGB value is (133,91,181). Sum of RGB (Red+Green+Blue) = 133+91+181=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #855BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BB5 is #7AA44A. Grayscale: #717171. Windows color (decimal): -8037451 or 11885445. OLE color: 11885445.

HSL color Cylindrical-coordinate representation of color #855BB5: hue angle of 268º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855BB5 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13391181-
CMYK0.270.5000.29
HSL268º37.82%53.33%-
HSV(B)268º49.72%70.98%-
XYZ21.7515.845.62-
YUV113.82165.91141.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=32.84%
G=22.47%
B=44.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133911810.270.5000.2926837.8253.33
Hex855BB51B3201D10c2635
Octal20513326533620354144665
Binary1000010110110111011010111011110010011101100001100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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