COLOR #8B56AA

HEX: #8B56AA RGB: (139,86,170)

Color info

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

RGB color model

#8B56AA color RGB value is (139,86,170).

RGB: (139,86,170) (55%, 34%, 67%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 170 of 255 = 67%

139
86
170

R + G + B ~ 52%. #8B56AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 86 + 170 = 395 (100%)
R 139 of 395 ~ 35.19%
G 86 of 395 ~ 21.77%
B 170 of 395 ~ 43.04'%

%35.19
%21.77
%43.04

CMYK color model

#8B56AA color CMYK value is (18,49,0,33).

  • cyan value is 18.24%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (18,49,0,33)
C18M49Y0K33 (18%, 49%, 0%, 33%)
(0.18 / 0.49 / 0.00 / 0.33)

CMYK percentages

%18.24
%49.41
%0
%33.33

Codes

Color #8B56AA in popluar color models

8B 56 AA
RGB 139 86 170
HSL 278° 33.07% 50.20%
HSB/HSV 278° 49.41% 66.67%
CMYK 18.24% 49.41% 0.00%
33.33%

Color #8B56AA in popluar number systems.

HEX 8B 56 AA
Decimal 139 86 170
Binary 10001011 1010110 10101010
Octal 213 126 252

Shades and tints

Shades of #8B56AA

#8B56AA
(139,86,170)
#7F4F9B
(127,79,155)
#73488C
(115,72,140)
#67417D
(103,65,125)
#5B3A6E
(91,58,110)
#4F335F
(79,51,95)
#432C50
(67,44,80)
#372541
(55,37,65)
#2B1E32
(43,30,50)
#1F1723
(31,23,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #8B56AA

#8B56AA
(139,86,170)
#9565B1
(149,101,177)
#9F74B8
(159,116,184)
#A983BF
(169,131,191)
#B392C6
(179,146,198)
#BDA1CD
(189,161,205)
#C7B0D4
(199,176,212)
#D1BFDB
(209,191,219)
#DBCEE2
(219,206,226)
#E5DDE9
(229,221,233)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B56AA color. Also use rgb(139,86,170) instead hex code.

Text Font Color

.myTextColor { color: #8B56AA; }

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

This text font color is #8B56AA.

Background Color

.myBgColor { background-color: #8B56AA; }

<div style="background-color:#8B56AA">Inner text</div>

This div background color is #8B56AA.

Border color

.myBorderColor { border: 1px solid #8B56AA; }

<div style="border:3px solid #8B56AA">Div</div>

This div border color is #8B56AA.

Opacity

.myOpacity80 { color: #8B56AA; opacity: 0.8; }

<p style="color:#8B56AA;opacity:0.8;">80%</p>

Text with #8B56AA 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 #8B56AA;}

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

This text has shadow with #8B56AA color.


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

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

This text has shadow with #8B56AA primary color and red secondary color.


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

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

This text has shadow with #8B56AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8B56AA.

Preview

Color preview on black background

This text has color #8B56AA on black background.


Color preview on white background

This text has color #8B56AA on white background.


Black color preview on #8B56AA background

This text has black color on #8B56AA background.


White color preview on #8B56AA background

This text has white color on #8B56AA background.


Related colors

Complementary color

Complementary color for #hex is #74A955.


I love getcolorcode.com

Triadic colors

1 #AA8B56 and #56AA8B with #8B56AA are triadic colors.

2 #AA568B and #568BAA with #8B56AA are triadic colors.