COLOR #855C9A

HEX: #855C9A RGB: (133,92,154)

Color info

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

RGB color model

#855C9A color RGB value is (133,92,154).

RGB: (133,92,154) (52%, 36%, 60%)

RGB channels and saturation

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

133
92
154

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

Portions of RGB colors in percentages

R + G + B = 133 + 92 + 154 = 379 (100%)
R 133 of 379 ~ 35.09%
G 92 of 379 ~ 24.27%
B 154 of 379 ~ 40.63'%

%35.09
%24.27
%40.63

CMYK color model

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

  • cyan value is 13.64%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (14,40,0,40)
C14M40Y0K40 (14%, 40%, 0%, 40%)
(0.14 / 0.40 / 0.00 / 0.40)

CMYK percentages

%13.64
%40.26
%0
%39.61

Codes

Color #855C9A in popluar color models

85 5C 9A
RGB 133 92 154
HSL 280° 25.20% 48.24%
HSB/HSV 280° 40.26% 60.39%
CMYK 13.64% 40.26% 0.00%
39.61%

Color #855C9A in popluar number systems.

HEX 85 5C 9A
Decimal 133 92 154
Binary 10000101 1011100 10011010
Octal 205 134 232

Shades and tints

Shades of #855C9A

#855C9A
(133,92,154)
#79548C
(121,84,140)
#6D4C7E
(109,76,126)
#614470
(97,68,112)
#553C62
(85,60,98)
#493454
(73,52,84)
#3D2C46
(61,44,70)
#312438
(49,36,56)
#251C2A
(37,28,42)
#19141C
(25,20,28)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #855C9A

#855C9A
(133,92,154)
#906AA3
(144,106,163)
#9B78AC
(155,120,172)
#A686B5
(166,134,181)
#B194BE
(177,148,190)
#BCA2C7
(188,162,199)
#C7B0D0
(199,176,208)
#D2BED9
(210,190,217)
#DDCCE2
(221,204,226)
#E8DAEB
(232,218,235)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855C9A; }

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

This text font color is #855C9A.

Background Color

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

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

This div background color is #855C9A.

Border color

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

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

This div border color is #855C9A.

Opacity

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

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

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

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

This text has shadow with #855C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855C9A.

Preview

Color preview on black background

This text has color #855C9A on black background.


Color preview on white background

This text has color #855C9A on white background.


Black color preview on #855C9A background

This text has black color on #855C9A background.


White color preview on #855C9A background

This text has white color on #855C9A background.


Related colors

Complementary color

Complementary color for #hex is #7AA365.


I love getcolorcode.com

Triadic colors

1 #9A855C and #5C9A85 with #855C9A are triadic colors.

2 #9A5C85 and #5C859A with #855C9A are triadic colors.