COLOR #855C8A

HEX: #855C8A
RGB: (133,92,138)

Color info

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

RGB color model

#855C8A color RGB value is (133,92,138).

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

RGB channels and saturation

R 133 of 255 = 52%
G 92 of 255 = 36%
B 138 of 255 = 54%

133
92
138

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

Portions of RGB colors in percentages

R + G + B =
133 + 92 + 138 = 363 (100%)
R 133 of 363 ~ 36.64%
G 92 of 363 ~ 25.34%
B 138 of 363 ~ 38.02%

%36.64
%25.34
%38.02

CMYK color model

#855C8A color CMYK value is (4,33,0,46).

  • cyan value is 3.62%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(4,33,0,46)
C4M33Y0K46 
(4%,33%,0%,46%)
(0.04/0.33/0.00/0.46)	

CMYK percentages

%3.62
%33.33
%0
%45.88

Codes

Color #855C8A in popluar color models

855C8A
RGB13392138
HSL293°20.00%45.10%
HSB/HSV293°33.33%54.12%
CMYK3.62%33.33%0.00%
45.88%

Color #855C8A in popluar number systems.

HEX855C8A
Decimal13392138
Binary10000101101110010001010
Octal205134212

Shades and tints

Shades of #855C8A

#855C8A
(133,92,138)
#79547E
(121,84,126)
#6D4C72
(109,76,114)
#614466
(97,68,102)
#553C5A
(85,60,90)
#49344E
(73,52,78)
#3D2C42
(61,44,66)
#312436
(49,36,54)
#251C2A
(37,28,42)
#19141E
(25,20,30)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #855C8A

#855C8A
(133,92,138)
#906A94
(144,106,148)
#9B789E
(155,120,158)
#A686A8
(166,134,168)
#B194B2
(177,148,178)
#BCA2BC
(188,162,188)
#C7B0C6
(199,176,198)
#D2BED0
(210,190,208)
#DDCCDA
(221,204,218)
#E8DAE4
(232,218,228)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855C8A; }

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

This text font color is #855C8A.


Background Color

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

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

This div background color is #855C8A.


Border color

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

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

This div border color is #855C8A.


Opacity

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

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

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

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

This text has shadow with #855C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855C8A on black background.


Color preview on white background

This text has color #855C8A on white background.



Black color preview on #855C8A background

This text has black color on #855C8A background.


White color preview on #855C8A background

This text has white color on #855C8A background.