COLOR #855B92

HEX: #855B92
RGB: (133,91,146)

Color info

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

RGB color model

#855B92 color RGB value is (133,91,146).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 146 of 255 = 57%

133
91
146

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 146 = 370 (100%)
R 133 of 370 ~ 35.95%
G 91 of 370 ~ 24.59%
B 146 of 370 ~ 39.46%

%35.95
%24.59
%39.46

CMYK color model

#855B92 color CMYK value is (9,38,0,43).

  • cyan value is 8.90%
  • magenta value is 37.67%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(9,38,0,43)
C9M38Y0K43 
(9%,38%,0%,43%)
(0.09/0.38/0.00/0.43)	

CMYK percentages

%8.9
%37.67
%0
%42.75

Codes

Color #855B92 in popluar color models

855B92
RGB13391146
HSL286°23.21%46.47%
HSB/HSV286°37.67%57.25%
CMYK8.90%37.67%0.00%
42.75%

Color #855B92 in popluar number systems.

HEX855B92
Decimal13391146
Binary10000101101101110010010
Octal205133222

Shades and tints

Shades of #855B92

#855B92
(133,91,146)
#795385
(121,83,133)
#6D4B78
(109,75,120)
#61436B
(97,67,107)
#553B5E
(85,59,94)
#493351
(73,51,81)
#3D2B44
(61,43,68)
#312337
(49,35,55)
#251B2A
(37,27,42)
#19131D
(25,19,29)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #855B92

#855B92
(133,91,146)
#90699B
(144,105,155)
#9B77A4
(155,119,164)
#A685AD
(166,133,173)
#B193B6
(177,147,182)
#BCA1BF
(188,161,191)
#C7AFC8
(199,175,200)
#D2BDD1
(210,189,209)
#DDCBDA
(221,203,218)
#E8D9E3
(232,217,227)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855B92 color. Also use rgb(133,91,146) instead hex code.

Text Font Color

.myTextColor { color: #855B92; }

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

This text font color is #855B92.


Background Color

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

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

This div background color is #855B92.


Border color

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

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

This div border color is #855B92.


Opacity

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

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

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

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

This text has shadow with #855B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B92 on black background.


Color preview on white background

This text has color #855B92 on white background.



Black color preview on #855B92 background

This text has black color on #855B92 background.


White color preview on #855B92 background

This text has white color on #855B92 background.