#855FBA

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

Shades of Lilac Bush #855FBA

Tints of Lilac Bush #855FBA

Color information

#855FBA (or 0x855FBA) is unknown color: approx Lilac Bush. HEX triplet: 85, 5F and BA. RGB value is (133,95,186). Sum of RGB (Red+Green+Blue) = 133+95+186=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #855FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855FBA is #7AA045. Grayscale: #747474. Windows color (decimal): -8036422 or 12214149. OLE color: 12214149.

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

Color convert

RGB13395186-
CMYK0.280.4900.27
HSL265.05º39.74%55.1%-
HSV(B)265.05º48.92%72.94%-
XYZ22.6316.7248.49-
YUV116.74167.09139.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=32.13%
G=22.95%
B=44.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133951860.280.4900.27265.0539.7455.1
Hex855FBA1C3101B1092837
Octal20513727234610334115067
Binary1000010110111111011101011100110001011011100001001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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