COLOR #855C91

HEX: #855C91
RGB: (133,92,145)

Color info

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

RGB color model

#855C91 color RGB value is (133,92,145).

  • red value is 133;
  • green value is 92;
  • blue value is 145.
RGB:
(133,92,145)
(52%,36%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 145 of 255 = 57%

133
92
145

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

Portions of RGB colors in percentages

R + G + B =
133 + 92 + 145 = 370 (100%)
R 133 of 370 ~ 35.95%
G 92 of 370 ~ 24.86%
B 145 of 370 ~ 39.19%

%35.95
%24.86
%39.19

CMYK color model

#855C91 color CMYK value is (8,37,0,43).

  • cyan value is 8.28%
  • magenta value is 36.55%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(8,37,0,43)
C8M37Y0K43 
(8%,37%,0%,43%)
(0.08/0.37/0.00/0.43)	

CMYK percentages

%8.28
%36.55
%0
%43.14

Codes

Color #855C91 in popluar color models

855C91
RGB13392145
HSL286°22.36%46.47%
HSB/HSV286°36.55%56.86%
CMYK8.28%36.55%0.00%
43.14%

Color #855C91 in popluar number systems.

HEX855C91
Decimal13392145
Binary10000101101110010010001
Octal205134221

Shades and tints

Shades of #855C91

#855C91
(133,92,145)
#795484
(121,84,132)
#6D4C77
(109,76,119)
#61446A
(97,68,106)
#553C5D
(85,60,93)
#493450
(73,52,80)
#3D2C43
(61,44,67)
#312436
(49,36,54)
#251C29
(37,28,41)
#19141C
(25,20,28)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #855C91

#855C91
(133,92,145)
#906A9B
(144,106,155)
#9B78A5
(155,120,165)
#A686AF
(166,134,175)
#B194B9
(177,148,185)
#BCA2C3
(188,162,195)
#C7B0CD
(199,176,205)
#D2BED7
(210,190,215)
#DDCCE1
(221,204,225)
#E8DAEB
(232,218,235)
#F3E8F5
(243,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C91 color. Also use rgb(133,92,145) instead hex code.

Text Font Color

.myTextColor { color: #855C91; }

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

This text font color is #855C91.


Background Color

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

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

This div background color is #855C91.


Border color

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

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

This div border color is #855C91.


Opacity

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

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

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

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

This text has shadow with #855C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855C91 on black background.


Color preview on white background

This text has color #855C91 on white background.



Black color preview on #855C91 background

This text has black color on #855C91 background.


White color preview on #855C91 background

This text has white color on #855C91 background.