COLOR #8555AA

HEX: #8555AA
RGB: (133,85,170)

Color info

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

RGB color model

#8555AA color RGB value is (133,85,170).

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

RGB channels and saturation

R 133 of 255 = 52%
G 85 of 255 = 33%
B 170 of 255 = 67%

133
85
170

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

Portions of RGB colors in percentages

R + G + B =
133 + 85 + 170 = 388 (100%)
R 133 of 388 ~ 34.28%
G 85 of 388 ~ 21.91%
B 170 of 388 ~ 43.81%

%34.28
%21.91
%43.81

CMYK color model

#8555AA color CMYK value is (22,50,0,33).

  • cyan value is 21.76%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(22,50,0,33)
C22M50Y0K33 
(22%,50%,0%,33%)
(0.22/0.50/0.00/0.33)	

CMYK percentages

%21.76
%50
%0
%33.33

Codes

Color #8555AA in popluar color models

8555AA
RGB13385170
HSL274°33.33%50.00%
HSB/HSV274°50.00%66.67%
CMYK21.76%50.00%0.00%
33.33%

Color #8555AA in popluar number systems.

HEX8555AA
Decimal13385170
Binary10000101101010110101010
Octal205125252

Shades and tints

Shades of #8555AA

#8555AA
(133,85,170)
#794E9B
(121,78,155)
#6D478C
(109,71,140)
#61407D
(97,64,125)
#55396E
(85,57,110)
#49325F
(73,50,95)
#3D2B50
(61,43,80)
#312441
(49,36,65)
#251D32
(37,29,50)
#191623
(25,22,35)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #8555AA

#8555AA
(133,85,170)
#9064B1
(144,100,177)
#9B73B8
(155,115,184)
#A682BF
(166,130,191)
#B191C6
(177,145,198)
#BCA0CD
(188,160,205)
#C7AFD4
(199,175,212)
#D2BEDB
(210,190,219)
#DDCDE2
(221,205,226)
#E8DCE9
(232,220,233)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8555AA; }

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

This text font color is #8555AA.


Background Color

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

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

This div background color is #8555AA.


Border color

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

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

This div border color is #8555AA.


Opacity

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

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

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

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

This text has shadow with #8555AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8555AA on black background.


Color preview on white background

This text has color #8555AA on white background.



Black color preview on #8555AA background

This text has black color on #8555AA background.


White color preview on #8555AA background

This text has white color on #8555AA background.