COLOR #8850A6

HEX: #8850A6
RGB: (136,80,166)

Color info

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

RGB color model

#8850A6 color RGB value is (136,80,166).

  • red value is 136;
  • green value is 80;
  • blue value is 166.
RGB:
(136,80,166)
(53%,31%,65%)

RGB channels and saturation

R 136 of 255 = 53%
G 80 of 255 = 31%
B 166 of 255 = 65%

136
80
166

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

Portions of RGB colors in percentages

R + G + B =
136 + 80 + 166 = 382 (100%)
R 136 of 382 ~ 35.6%
G 80 of 382 ~ 20.94%
B 166 of 382 ~ 43.46%

%35.6
%20.94
%43.46

CMYK color model

#8850A6 color CMYK value is (18,52,0,35).

  • cyan value is 18.07%
  • magenta value is 51.81%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(18,52,0,35)
C18M52Y0K35 
(18%,52%,0%,35%)
(0.18/0.52/0.00/0.35)	

CMYK percentages

%18.07
%51.81
%0
%34.9

Codes

Color #8850A6 in popluar color models

8850A6
RGB13680166
HSL279°34.96%48.24%
HSB/HSV279°51.81%65.10%
CMYK18.07%51.81%0.00%
34.90%

Color #8850A6 in popluar number systems.

HEX8850A6
Decimal13680166
Binary10001000101000010100110
Octal210120246

Shades and tints

Shades of #8850A6

#8850A6
(136,80,166)
#7C4997
(124,73,151)
#704288
(112,66,136)
#643B79
(100,59,121)
#58346A
(88,52,106)
#4C2D5B
(76,45,91)
#40264C
(64,38,76)
#341F3D
(52,31,61)
#28182E
(40,24,46)
#1C111F
(28,17,31)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #8850A6

#8850A6
(136,80,166)
#925FAE
(146,95,174)
#9C6EB6
(156,110,182)
#A67DBE
(166,125,190)
#B08CC6
(176,140,198)
#BA9BCE
(186,155,206)
#C4AAD6
(196,170,214)
#CEB9DE
(206,185,222)
#D8C8E6
(216,200,230)
#E2D7EE
(226,215,238)
#ECE6F6
(236,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8850A6 color. Also use rgb(136,80,166) instead hex code.

Text Font Color

.myTextColor { color: #8850A6; }

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

This text font color is #8850A6.


Background Color

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

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

This div background color is #8850A6.


Border color

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

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

This div border color is #8850A6.


Opacity

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

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

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

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

This text has shadow with #8850A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8850A6 on black background.


Color preview on white background

This text has color #8850A6 on white background.



Black color preview on #8850A6 background

This text has black color on #8850A6 background.


White color preview on #8850A6 background

This text has white color on #8850A6 background.