COLOR #8B56AD

HEX: #8B56AD RGB: (139,86,173)

Color info

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

RGB color model

#8B56AD color RGB value is (139,86,173).

RGB: (139,86,173) (55%, 34%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 173 of 255 = 68%

139
86
173

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

Portions of RGB colors in percentages

R + G + B = 139 + 86 + 173 = 398 (100%)
R 139 of 398 ~ 34.92%
G 86 of 398 ~ 21.61%
B 173 of 398 ~ 43.47'%

%34.92
%21.61
%43.47

CMYK color model

#8B56AD color CMYK value is (20,50,0,32).

  • cyan value is 19.65%
  • magenta value is 50.29%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (20,50,0,32)
C20M50Y0K32 (20%, 50%, 0%, 32%)
(0.20 / 0.50 / 0.00 / 0.32)

CMYK percentages

%19.65
%50.29
%0
%32.16

Codes

Color #8B56AD in popluar color models

8B 56 AD
RGB 139 86 173
HSL 277° 34.66% 50.78%
HSB/HSV 277° 50.29% 67.84%
CMYK 19.65% 50.29% 0.00%
32.16%

Color #8B56AD in popluar number systems.

HEX 8B 56 AD
Decimal 139 86 173
Binary 10001011 1010110 10101101
Octal 213 126 255

Shades and tints

Shades of #8B56AD

#8B56AD
(139,86,173)
#7F4F9E
(127,79,158)
#73488F
(115,72,143)
#674180
(103,65,128)
#5B3A71
(91,58,113)
#4F3362
(79,51,98)
#432C53
(67,44,83)
#372544
(55,37,68)
#2B1E35
(43,30,53)
#1F1726
(31,23,38)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #8B56AD

#8B56AD
(139,86,173)
#9565B4
(149,101,180)
#9F74BB
(159,116,187)
#A983C2
(169,131,194)
#B392C9
(179,146,201)
#BDA1D0
(189,161,208)
#C7B0D7
(199,176,215)
#D1BFDE
(209,191,222)
#DBCEE5
(219,206,229)
#E5DDEC
(229,221,236)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B56AD; }

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

This text font color is #8B56AD.

Background Color

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

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

This div background color is #8B56AD.

Border color

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

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

This div border color is #8B56AD.

Opacity

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

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

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

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

This text has shadow with #8B56AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B56AD.

Preview

Color preview on black background

This text has color #8B56AD on black background.


Color preview on white background

This text has color #8B56AD on white background.


Black color preview on #8B56AD background

This text has black color on #8B56AD background.


White color preview on #8B56AD background

This text has white color on #8B56AD background.


Related colors

Complementary color

Complementary color for #hex is #74A952.


I love getcolorcode.com

Triadic colors

1 #AD8B56 and #56AD8B with #8B56AD are triadic colors.

2 #AD568B and #568BAD with #8B56AD are triadic colors.