#855CBD

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

Shades of Lilac Bush #855CBD

Tints of Lilac Bush #855CBD

Color information

#855CBD (or 0x855CBD) is unknown color: approx Lilac Bush. HEX triplet: 85, 5C and BD. RGB value is (133,92,189). Sum of RGB (Red+Green+Blue) = 133+92+189=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #855CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CBD is #7AA342. Grayscale: #727272. Windows color (decimal): -8037187 or 12409989. OLE color: 12409989.

HSL color Cylindrical-coordinate representation of color #855CBD: hue angle of 265.36º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #855CBD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13392189-
CMYK0.300.5100.26
HSL265.36º42.36%55.1%-
HSV(B)265.36º51.32%74.12%-
XYZ22.6916.3150.1-
YUV115.32169.58140.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 92 (36.33% from 255) = 22.22%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=32.13%
G=22.22%
B=45.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133921890.300.5100.26265.3642.3655.1
Hex855CBD1E3301A1092a37
Octal20513427536630324115267
Binary1000010110111001011110111110110011011010100001001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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