COLOR #855B9A

HEX: #855B9A
RGB: (133,91,154)

Color info

#855B9A contains mainly red and blue colors. Web safe color of #855B9A is #996699 (or #969).

RGB color model

#855B9A color RGB value is (133,91,154).

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

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 154 of 255 = 60%

133
91
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 91 + 154 = 378 (100%)
R 133 of 378 ~ 35.19%
G 91 of 378 ~ 24.07%
B 154 of 378 ~ 40.74%

%35.19
%24.07
%40.74

CMYK color model

#855B9A color CMYK value is (14,41,0,40).

  • cyan value is 13.64%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,41,0,40)
C14M41Y0K40 
(14%,41%,0%,40%)
(0.14/0.41/0.00/0.40)	

CMYK percentages

%13.64
%40.91
%0
%39.61

Codes

Color #855B9A in popluar color models

855B9A
RGB13391154
HSL280°25.71%48.04%
HSB/HSV280°40.91%60.39%
CMYK13.64%40.91%0.00%
39.61%

Color #855B9A in popluar number systems.

HEX855B9A
Decimal13391154
Binary10000101101101110011010
Octal205133232

Shades and tints

Shades of #855B9A

#855B9A
(133,91,154)
#79538C
(121,83,140)
#6D4B7E
(109,75,126)
#614370
(97,67,112)
#553B62
(85,59,98)
#493354
(73,51,84)
#3D2B46
(61,43,70)
#312338
(49,35,56)
#251B2A
(37,27,42)
#19131C
(25,19,28)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #855B9A

#855B9A
(133,91,154)
#9069A3
(144,105,163)
#9B77AC
(155,119,172)
#A685B5
(166,133,181)
#B193BE
(177,147,190)
#BCA1C7
(188,161,199)
#C7AFD0
(199,175,208)
#D2BDD9
(210,189,217)
#DDCBE2
(221,203,226)
#E8D9EB
(232,217,235)
#F3E7F4
(243,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855B9A; }

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

This text font color is #855B9A.


Background Color

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

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

This div background color is #855B9A.


Border color

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

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

This div border color is #855B9A.


Opacity

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

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

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

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

This text has shadow with #855B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855B9A on black background.


Color preview on white background

This text has color #855B9A on white background.



Black color preview on #855B9A background

This text has black color on #855B9A background.


White color preview on #855B9A background

This text has white color on #855B9A background.