COLOR #855D7B

HEX: #855D7B
RGB: (133,93,123)

Color info

#855D7B contains red, green and blue colors in about the same proportion. Web safe color of #855D7B is #996666 (or #966).

RGB color model

#855D7B color RGB value is (133,93,123).

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

RGB channels and saturation

R 133 of 255 = 52%
G 93 of 255 = 36%
B 123 of 255 = 48%

133
93
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 93 + 123 = 349 (100%)
R 133 of 349 ~ 38.11%
G 93 of 349 ~ 26.65%
B 123 of 349 ~ 35.24%

%38.11
%26.65
%35.24

CMYK color model

#855D7B color CMYK value is (0,30,8,48).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(0,30,8,48)
C0M30Y8K48 
(0%,30%,8%,48%)
(0.00/0.30/0.08/0.48)	

CMYK percentages

%0
%30.08
%7.52
%47.84

Codes

Color #855D7B in popluar color models

855D7B
RGB13393123
HSL315°17.70%44.31%
HSB/HSV315°30.08%52.16%
CMYK0.00%30.08%7.52%
47.84%

Color #855D7B in popluar number systems.

HEX855D7B
Decimal13393123
Binary1000010110111011111011
Octal205135173

Shades and tints

Shades of #855D7B

#855D7B
(133,93,123)
#795570
(121,85,112)
#6D4D65
(109,77,101)
#61455A
(97,69,90)
#553D4F
(85,61,79)
#493544
(73,53,68)
#3D2D39
(61,45,57)
#31252E
(49,37,46)
#251D23
(37,29,35)
#191518
(25,21,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #855D7B

#855D7B
(133,93,123)
#906B87
(144,107,135)
#9B7993
(155,121,147)
#A6879F
(166,135,159)
#B195AB
(177,149,171)
#BCA3B7
(188,163,183)
#C7B1C3
(199,177,195)
#D2BFCF
(210,191,207)
#DDCDDB
(221,205,219)
#E8DBE7
(232,219,231)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855D7B; }

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

This text font color is #855D7B.


Background Color

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

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

This div background color is #855D7B.


Border color

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

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

This div border color is #855D7B.


Opacity

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

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

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

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

This text has shadow with #855D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D7B on black background.


Color preview on white background

This text has color #855D7B on white background.



Black color preview on #855D7B background

This text has black color on #855D7B background.


White color preview on #855D7B background

This text has white color on #855D7B background.