#855BBB

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

Shades of Lilac Bush #855BBB

Tints of Lilac Bush #855BBB

Color information

#855BBB (or 0x855BBB) is unknown color: approx Lilac Bush. HEX triplet: 85, 5B and BB. RGB value is (133,91,187). Sum of RGB (Red+Green+Blue) = 133+91+187=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #855BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBB is #7AA444. Grayscale: #727272. Windows color (decimal): -8037445 or 12278661. OLE color: 12278661.

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

Color convert

RGB13391187-
CMYK0.290.5100.27
HSL266.25º41.38%54.51%-
HSV(B)266.25º51.34%73.33%-
XYZ22.3816.0648.93-
YUV114.5168.91141.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.36%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=32.36%
G=22.14%
B=45.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133911870.290.5100.27266.2541.3854.51
Hex855BBB1D3301B10a2937
Octal20513327335630334125167
Binary1000010110110111011101111101110011011011100001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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