COLOR #855E81

HEX: #855E81
RGB: (133,94,129)

Color info

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

RGB color model

#855E81 color RGB value is (133,94,129).

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

RGB channels and saturation

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

133
94
129

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

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 129 = 356 (100%)
R 133 of 356 ~ 37.36%
G 94 of 356 ~ 26.4%
B 129 of 356 ~ 36.24%

%37.36
%26.4
%36.24

CMYK color model

#855E81 color CMYK value is (0,29,3,48).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(0,29,3,48)
C0M29Y3K48 
(0%,29%,3%,48%)
(0.00/0.29/0.03/0.48)	

CMYK percentages

%0
%29.32
%3.01
%47.84

Codes

Color #855E81 in popluar color models

855E81
RGB13394129
HSL306°17.18%44.51%
HSB/HSV306°29.32%52.16%
CMYK0.00%29.32%3.01%
47.84%

Color #855E81 in popluar number systems.

HEX855E81
Decimal13394129
Binary10000101101111010000001
Octal205136201

Shades and tints

Shades of #855E81

#855E81
(133,94,129)
#795676
(121,86,118)
#6D4E6B
(109,78,107)
#614660
(97,70,96)
#553E55
(85,62,85)
#49364A
(73,54,74)
#3D2E3F
(61,46,63)
#312634
(49,38,52)
#251E29
(37,30,41)
#19161E
(25,22,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #855E81

#855E81
(133,94,129)
#906C8C
(144,108,140)
#9B7A97
(155,122,151)
#A688A2
(166,136,162)
#B196AD
(177,150,173)
#BCA4B8
(188,164,184)
#C7B2C3
(199,178,195)
#D2C0CE
(210,192,206)
#DDCED9
(221,206,217)
#E8DCE4
(232,220,228)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E81; }

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

This text font color is #855E81.


Background Color

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

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

This div background color is #855E81.


Border color

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

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

This div border color is #855E81.


Opacity

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

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

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

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

This text has shadow with #855E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E81 on black background.


Color preview on white background

This text has color #855E81 on white background.



Black color preview on #855E81 background

This text has black color on #855E81 background.


White color preview on #855E81 background

This text has white color on #855E81 background.