COLOR #8955A6

HEX: #8955A6
RGB: (137,85,166)

Color info

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

RGB color model

#8955A6 color RGB value is (137,85,166).

  • red value is 137;
  • green value is 85;
  • blue value is 166.
RGB:
(137,85,166)
(54%,33%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 166 of 255 = 65%

137
85
166

R + G + B ~ 51%. #8955A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 85 + 166 = 388 (100%)
R 137 of 388 ~ 35.31%
G 85 of 388 ~ 21.91%
B 166 of 388 ~ 42.78%

%35.31
%21.91
%42.78

CMYK color model

#8955A6 color CMYK value is (17,49,0,35).

  • cyan value is 17.47%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(17,49,0,35)
C17M49Y0K35 
(17%,49%,0%,35%)
(0.17/0.49/0.00/0.35)	

CMYK percentages

%17.47
%48.8
%0
%34.9

Codes

Color #8955A6 in popluar color models

8955A6
RGB13785166
HSL279°32.27%49.22%
HSB/HSV279°48.80%65.10%
CMYK17.47%48.80%0.00%
34.90%

Color #8955A6 in popluar number systems.

HEX8955A6
Decimal13785166
Binary10001001101010110100110
Octal211125246

Shades and tints

Shades of #8955A6

#8955A6
(137,85,166)
#7D4E97
(125,78,151)
#714788
(113,71,136)
#654079
(101,64,121)
#59396A
(89,57,106)
#4D325B
(77,50,91)
#412B4C
(65,43,76)
#35243D
(53,36,61)
#291D2E
(41,29,46)
#1D161F
(29,22,31)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #8955A6

#8955A6
(137,85,166)
#9364AE
(147,100,174)
#9D73B6
(157,115,182)
#A782BE
(167,130,190)
#B191C6
(177,145,198)
#BBA0CE
(187,160,206)
#C5AFD6
(197,175,214)
#CFBEDE
(207,190,222)
#D9CDE6
(217,205,230)
#E3DCEE
(227,220,238)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8955A6 color. Also use rgb(137,85,166) instead hex code.

Text Font Color

.myTextColor { color: #8955A6; }

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

This text font color is #8955A6.


Background Color

.myBgColor { background-color: #8955A6; }

<div style="background-color:#8955A6">Inner text</div>

This div background color is #8955A6.


Border color

.myBorderColor { border: 1px solid #8955A6; }

<div style="border:3px solid #8955A6">Div</div>

This div border color is #8955A6.


Opacity

.myOpacity80 { color: #8955A6; opacity: 0.8; }

<p style="color:#8955A6;opacity:0.8;">80%</p>

Text with #8955A6 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 #8955A6;}

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

This text has shadow with #8955A6 color.

.textShadow {text-shadow: 3px 3px 1px #8955A6, 3px 3px 1px red;}

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

This text has shadow with #8955A6 primary color and red secondary color.


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

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

This text has shadow with #8955A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8955A6 on black background.


Color preview on white background

This text has color #8955A6 on white background.



Black color preview on #8955A6 background

This text has black color on #8955A6 background.


White color preview on #8955A6 background

This text has white color on #8955A6 background.