COLOR #855D8B

HEX: #855D8B
RGB: (133,93,139)

Color info

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

RGB color model

#855D8B color RGB value is (133,93,139).

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

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 139 of 255 = 55%

133
93
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 139 = 365 (100%)
R 133 of 365 ~ 36.44%
G 93 of 365 ~ 25.48%
B 139 of 365 ~ 38.08%

%36.44
%25.48
%38.08

CMYK color model

#855D8B color CMYK value is (4,33,0,45).

  • cyan value is 4.32%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,33,0,45)
C4M33Y0K45 
(4%,33%,0%,45%)
(0.04/0.33/0.00/0.45)	

CMYK percentages

%4.32
%33.09
%0
%45.49

Codes

Color #855D8B in popluar color models

855D8B
RGB13393139
HSL292°19.83%45.49%
HSB/HSV292°33.09%54.51%
CMYK4.32%33.09%0.00%
45.49%

Color #855D8B in popluar number systems.

HEX855D8B
Decimal13393139
Binary10000101101110110001011
Octal205135213

Shades and tints

Shades of #855D8B

#855D8B
(133,93,139)
#79557F
(121,85,127)
#6D4D73
(109,77,115)
#614567
(97,69,103)
#553D5B
(85,61,91)
#49354F
(73,53,79)
#3D2D43
(61,45,67)
#312537
(49,37,55)
#251D2B
(37,29,43)
#19151F
(25,21,31)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #855D8B

#855D8B
(133,93,139)
#906B95
(144,107,149)
#9B799F
(155,121,159)
#A687A9
(166,135,169)
#B195B3
(177,149,179)
#BCA3BD
(188,163,189)
#C7B1C7
(199,177,199)
#D2BFD1
(210,191,209)
#DDCDDB
(221,205,219)
#E8DBE5
(232,219,229)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855D8B; }

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

This text font color is #855D8B.


Background Color

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

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

This div background color is #855D8B.


Border color

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

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

This div border color is #855D8B.


Opacity

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

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

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

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

This text has shadow with #855D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D8B on black background.


Color preview on white background

This text has color #855D8B on white background.



Black color preview on #855D8B background

This text has black color on #855D8B background.


White color preview on #855D8B background

This text has white color on #855D8B background.