#855FBD

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

Shades of Lilac Bush #855FBD

Tints of Lilac Bush #855FBD

Color information

#855FBD (or 0x855FBD) is unknown color: approx Lilac Bush. HEX triplet: 85, 5F and BD. RGB value is (133,95,189). Sum of RGB (Red+Green+Blue) = 133+95+189=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #855FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FBD is #7AA042. Grayscale: #747474. Windows color (decimal): -8036419 or 12410757. OLE color: 12410757.

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

Color convert

RGB13395189-
CMYK0.300.5000.26
HSL264.26º41.59%55.69%-
HSV(B)264.26º49.74%74.12%-
XYZ22.9516.8550.19-
YUV117.08168.59139.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=31.89%
G=22.78%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133951890.300.5000.26264.2641.5955.69
Hex855FBD1E3201A1082a38
Octal20513727536620324105270
Binary1000010110111111011110111110110010011010100001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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