COLOR #855E8B

HEX: #855E8B
RGB: (133,94,139)

Color info

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

RGB color model

#855E8B color RGB value is (133,94,139).

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

RGB channels and saturation

R 133 of 255 = 52%
G 94 of 255 = 37%
B 139 of 255 = 55%

133
94
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 94 + 139 = 366 (100%)
R 133 of 366 ~ 36.34%
G 94 of 366 ~ 25.68%
B 139 of 366 ~ 37.98%

%36.34
%25.68
%37.98

CMYK color model

#855E8B color CMYK value is (4,32,0,45).

  • cyan value is 4.32%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,32,0,45)
C4M32Y0K45 
(4%,32%,0%,45%)
(0.04/0.32/0.00/0.45)	

CMYK percentages

%4.32
%32.37
%0
%45.49

Codes

Color #855E8B in popluar color models

855E8B
RGB13394139
HSL292°19.31%45.69%
HSB/HSV292°32.37%54.51%
CMYK4.32%32.37%0.00%
45.49%

Color #855E8B in popluar number systems.

HEX855E8B
Decimal13394139
Binary10000101101111010001011
Octal205136213

Shades and tints

Shades of #855E8B

#855E8B
(133,94,139)
#79567F
(121,86,127)
#6D4E73
(109,78,115)
#614667
(97,70,103)
#553E5B
(85,62,91)
#49364F
(73,54,79)
#3D2E43
(61,46,67)
#312637
(49,38,55)
#251E2B
(37,30,43)
#19161F
(25,22,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #855E8B

#855E8B
(133,94,139)
#906C95
(144,108,149)
#9B7A9F
(155,122,159)
#A688A9
(166,136,169)
#B196B3
(177,150,179)
#BCA4BD
(188,164,189)
#C7B2C7
(199,178,199)
#D2C0D1
(210,192,209)
#DDCEDB
(221,206,219)
#E8DCE5
(232,220,229)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855E8B; }

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

This text font color is #855E8B.


Background Color

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

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

This div background color is #855E8B.


Border color

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

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

This div border color is #855E8B.


Opacity

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

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

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

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

This text has shadow with #855E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E8B on black background.


Color preview on white background

This text has color #855E8B on white background.



Black color preview on #855E8B background

This text has black color on #855E8B background.


White color preview on #855E8B background

This text has white color on #855E8B background.