#855BBA

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

Shades of Lilac Bush #855BBA

Tints of Lilac Bush #855BBA

Color information

#855BBA (or 0x855BBA) is unknown color: approx Lilac Bush. HEX triplet: 85, 5B and BA. RGB value is (133,91,186). Sum of RGB (Red+Green+Blue) = 133+91+186=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #855BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BBA is #7AA445. Grayscale: #727272. Windows color (decimal): -8037446 or 12213125. OLE color: 12213125.

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

Color convert

RGB13391186-
CMYK0.280.5100.27
HSL266.53º40.77%54.31%-
HSV(B)266.53º51.08%72.94%-
XYZ22.2816.0148.37-
YUV114.39168.41141.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 91 (35.94% from 255) = 22.20%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=32.44%
G=22.20%
B=45.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133911860.280.5100.27266.5340.7754.31
Hex855BBA1C3301B10b2936
Octal20513327234630334135166
Binary1000010110110111011101011100110011011011100001011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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