COLOR #8855AA

HEX: #8855AA
RGB: (136,85,170)

Color info

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

RGB color model

#8855AA color RGB value is (136,85,170).

  • red value is 136;
  • green value is 85;
  • blue value is 170.
RGB:
(136,85,170)
(53%,33%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 85 of 255 = 33%
B 170 of 255 = 67%

136
85
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 85 + 170 = 391 (100%)
R 136 of 391 ~ 34.78%
G 85 of 391 ~ 21.74%
B 170 of 391 ~ 43.48%

%34.78
%21.74
%43.48

CMYK color model

#8855AA color CMYK value is (20,50,0,33).

  • cyan value is 20.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,50,0,33)
C20M50Y0K33 
(20%,50%,0%,33%)
(0.20/0.50/0.00/0.33)	

CMYK percentages

%20
%50
%0
%33.33

Codes

Color #8855AA in popluar color models

8855AA
RGB13685170
HSL276°33.33%50.00%
HSB/HSV276°50.00%66.67%
CMYK20.00%50.00%0.00%
33.33%

Color #8855AA in popluar number systems.

HEX8855AA
Decimal13685170
Binary10001000101010110101010
Octal210125252

Shades and tints

Shades of #8855AA

#8855AA
(136,85,170)
#7C4E9B
(124,78,155)
#70478C
(112,71,140)
#64407D
(100,64,125)
#58396E
(88,57,110)
#4C325F
(76,50,95)
#402B50
(64,43,80)
#342441
(52,36,65)
#281D32
(40,29,50)
#1C1623
(28,22,35)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #8855AA

#8855AA
(136,85,170)
#9264B1
(146,100,177)
#9C73B8
(156,115,184)
#A682BF
(166,130,191)
#B091C6
(176,145,198)
#BAA0CD
(186,160,205)
#C4AFD4
(196,175,212)
#CEBEDB
(206,190,219)
#D8CDE2
(216,205,226)
#E2DCE9
(226,220,233)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8855AA color. Also use rgb(136,85,170) instead hex code.

Text Font Color

.myTextColor { color: #8855AA; }

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

This text font color is #8855AA.


Background Color

.myBgColor { background-color: #8855AA; }

<div style="background-color:#8855AA">Inner text</div>

This div background color is #8855AA.


Border color

.myBorderColor { border: 1px solid #8855AA; }

<div style="border:3px solid #8855AA">Div</div>

This div border color is #8855AA.


Opacity

.myOpacity80 { color: #8855AA; opacity: 0.8; }

<p style="color:#8855AA;opacity:0.8;">80%</p>

Text with #8855AA 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 #8855AA;}

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

This text has shadow with #8855AA color.

.textShadow {text-shadow: 3px 3px 1px #8855AA, 3px 3px 1px red;}

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

This text has shadow with #8855AA primary color and red secondary color.


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

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

This text has shadow with #8855AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8855AA on black background.


Color preview on white background

This text has color #8855AA on white background.



Black color preview on #8855AA background

This text has black color on #8855AA background.


White color preview on #8855AA background

This text has white color on #8855AA background.