#855CBB

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

Shades of Lilac Bush #855CBB

Tints of Lilac Bush #855CBB

Color information

#855CBB (or 0x855CBB) is unknown color: approx Lilac Bush. HEX triplet: 85, 5C and BB. RGB value is (133,92,187). Sum of RGB (Red+Green+Blue) = 133+92+187=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #855CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBB is #7AA344. Grayscale: #727272. Windows color (decimal): -8037189 or 12278917. OLE color: 12278917.

HSL color Cylindrical-coordinate representation of color #855CBB: hue angle of 265.89º 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 #855CBB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13392187-
CMYK0.290.5100.27
HSL265.89º41.13%54.71%-
HSV(B)265.89º50.8%73.33%-
XYZ22.4716.2348.96-
YUV115.09168.58140.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=32.28%
G=22.33%
B=45.39%

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
Decimal133921870.290.5100.27265.8941.1354.71
Hex855CBB1D3301B10a2937
Octal20513427335630334125167
Binary1000010110111001011101111101110011011011100001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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