COLOR #855E87

HEX: #855E87
RGB: (133,94,135)

Color info

#855E87 contains red, green and blue colors in about the same proportion. Web safe color of #855E87 is #996699 (or #969).

RGB color model

#855E87 color RGB value is (133,94,135).

  • red value is 133;
  • green value is 94;
  • blue value is 135.
RGB:
(133,94,135)
(52%,37%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 135 of 255 = 53%

133
94
135

R + G + B ~ 47%. #855E87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 135 = 362 (100%)
R 133 of 362 ~ 36.74%
G 94 of 362 ~ 25.97%
B 135 of 362 ~ 37.29%

%36.74
%25.97
%37.29

CMYK color model

#855E87 color CMYK value is (1,30,0,47).

  • cyan value is 1.48%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,30,0,47)
C1M30Y0K47 
(1%,30%,0%,47%)
(0.01/0.30/0.00/0.47)	

CMYK percentages

%1.48
%30.37
%0
%47.06

Codes

Color #855E87 in popluar color models

855E87
RGB13394135
HSL297°17.90%44.90%
HSB/HSV297°30.37%52.94%
CMYK1.48%30.37%0.00%
47.06%

Color #855E87 in popluar number systems.

HEX855E87
Decimal13394135
Binary10000101101111010000111
Octal205136207

Shades and tints

Shades of #855E87

#855E87
(133,94,135)
#79567B
(121,86,123)
#6D4E6F
(109,78,111)
#614663
(97,70,99)
#553E57
(85,62,87)
#49364B
(73,54,75)
#3D2E3F
(61,46,63)
#312633
(49,38,51)
#251E27
(37,30,39)
#19161B
(25,22,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #855E87

#855E87
(133,94,135)
#906C91
(144,108,145)
#9B7A9B
(155,122,155)
#A688A5
(166,136,165)
#B196AF
(177,150,175)
#BCA4B9
(188,164,185)
#C7B2C3
(199,178,195)
#D2C0CD
(210,192,205)
#DDCED7
(221,206,215)
#E8DCE1
(232,220,225)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E87 color. Also use rgb(133,94,135) instead hex code.

Text Font Color

.myTextColor { color: #855E87; }

<p style="color:#855E87">This sample text font color is #855E87.</p>

This text font color is #855E87.


Background Color

.myBgColor { background-color: #855E87; }

<div style="background-color:#855E87">Inner text</div>

This div background color is #855E87.


Border color

.myBorderColor { border: 1px solid #855E87; }

<div style="border:3px solid #855E87">Div</div>

This div border color is #855E87.


Opacity

.myOpacity80 { color: #855E87; opacity: 0.8; }

<p style="color:#855E87;opacity:0.8;">80%</p>

Text with #855E87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #855E87;}

<p style="text-shadow: 3px 3px 1px #855E87">Text here.</p>

This text has shadow with #855E87 color.

.textShadow {text-shadow: 3px 3px 1px #855E87, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #855E87, 5px 5px 20px red">Text here.</p>

This text has shadow with #855E87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855E87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#855E87, Direction=45, Strength=4)">Text</p>

This text has shadow with #855E87 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #855E87;
  -webkit-box-shadow:	1px 1px 3px 2px #855E87;
  box-shadow:		1px 1px 3px 2px #855E87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855E87;
-webkit-box-shadow: 1px 1px 3px 2px #855E87;
box-shadow:1px 1px 3px 2px #855E87;">
Div content here</div>
This div box has shadow with color #855E87.

Preview

Color preview on black background

This text has color #855E87 on black background.


Color preview on white background

This text has color #855E87 on white background.



Black color preview on #855E87 background

This text has black color on #855E87 background.


White color preview on #855E87 background

This text has white color on #855E87 background.