#855CB2

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

Shades of Deep Lilac #855CB2

Tints of Deep Lilac #855CB2

Color information

#855CB2 (or 0x855CB2) is unknown color: approx Deep Lilac. HEX triplet: 85, 5C and B2. RGB value is (133,92,178). Sum of RGB (Red+Green+Blue) = 133+92+178=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #855CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CB2 is #7AA34D. Grayscale: #717171. Windows color (decimal): -8037198 or 11689093. OLE color: 11689093.

HSL color Cylindrical-coordinate representation of color #855CB2: hue angle of 268.6º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855CB2 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13392178-
CMYK0.250.4800.30
HSL268.6º35.83%52.94%-
HSV(B)268.6º48.31%69.8%-
XYZ21.5415.8644.04-
YUV114.06164.08141.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 178 (69.92% from 255) = 44.17%
R=33.00%
G=22.83%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal133921780.250.4800.30268.635.8352.94
Hex855CB2193001E10d2435
Octal20513426231600364154465
Binary1000010110111001011001011001110000011110100001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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