COLOR #855E82

HEX: #855E82
RGB: (133,94,130)

Color info

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

RGB color model

#855E82 color RGB value is (133,94,130).

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

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 130 of 255 = 51%

133
94
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 130 = 357 (100%)
R 133 of 357 ~ 37.25%
G 94 of 357 ~ 26.33%
B 130 of 357 ~ 36.41%

%37.25
%26.33
%36.41

CMYK color model

#855E82 color CMYK value is (0,29,2,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(0,29,2,48)
C0M29Y2K48 
(0%,29%,2%,48%)
(0.00/0.29/0.02/0.48)	

CMYK percentages

%0
%29.32
%2.26
%47.84

Codes

Color #855E82 in popluar color models

855E82
RGB13394130
HSL305°17.18%44.51%
HSB/HSV305°29.32%52.16%
CMYK0.00%29.32%2.26%
47.84%

Color #855E82 in popluar number systems.

HEX855E82
Decimal13394130
Binary10000101101111010000010
Octal205136202

Shades and tints

Shades of #855E82

#855E82
(133,94,130)
#795677
(121,86,119)
#6D4E6C
(109,78,108)
#614661
(97,70,97)
#553E56
(85,62,86)
#49364B
(73,54,75)
#3D2E40
(61,46,64)
#312635
(49,38,53)
#251E2A
(37,30,42)
#19161F
(25,22,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #855E82

#855E82
(133,94,130)
#906C8D
(144,108,141)
#9B7A98
(155,122,152)
#A688A3
(166,136,163)
#B196AE
(177,150,174)
#BCA4B9
(188,164,185)
#C7B2C4
(199,178,196)
#D2C0CF
(210,192,207)
#DDCEDA
(221,206,218)
#E8DCE5
(232,220,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E82; }

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

This text font color is #855E82.


Background Color

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

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

This div background color is #855E82.


Border color

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

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

This div border color is #855E82.


Opacity

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

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

Text with #855E82 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 #855E82;}

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

This text has shadow with #855E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E82 on black background.


Color preview on white background

This text has color #855E82 on white background.



Black color preview on #855E82 background

This text has black color on #855E82 background.


White color preview on #855E82 background

This text has white color on #855E82 background.