COLOR #8B47AE

HEX: #8B47AE
RGB: (139,71,174)

Color info

#8B47AE contains mainly red and blue colors. Web safe color of #8B47AE is #993399 (or #939).

RGB color model

#8B47AE color RGB value is (139,71,174).

  • red value is 139;
  • green value is 71;
  • blue value is 174.
RGB:
(139,71,174)
(55%,28%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 174 of 255 = 68%

139
71
174

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

Portions of RGB colors in percentages

R + G + B =
139 + 71 + 174 = 384 (100%)
R 139 of 384 ~ 36.2%
G 71 of 384 ~ 18.49%
B 174 of 384 ~ 45.31%

%36.2
%18.49
%45.31

CMYK color model

#8B47AE color CMYK value is (20,59,0,32).

  • cyan value is 20.11%
  • magenta value is 59.20%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,59,0,32)
C20M59Y0K32 
(20%,59%,0%,32%)
(0.20/0.59/0.00/0.32)	

CMYK percentages

%20.11
%59.2
%0
%31.76

Codes

Color #8B47AE in popluar color models

8B47AE
RGB13971174
HSL280°42.04%48.04%
HSB/HSV280°59.20%68.24%
CMYK20.11%59.20%0.00%
31.76%

Color #8B47AE in popluar number systems.

HEX8B47AE
Decimal13971174
Binary10001011100011110101110
Octal213107256

Shades and tints

Shades of #8B47AE

#8B47AE
(139,71,174)
#7F419F
(127,65,159)
#733B90
(115,59,144)
#673581
(103,53,129)
#5B2F72
(91,47,114)
#4F2963
(79,41,99)
#432354
(67,35,84)
#371D45
(55,29,69)
#2B1736
(43,23,54)
#1F1127
(31,17,39)
#130B18
(19,11,24)
#000000
(0,0,0)

Tints of #8B47AE

#8B47AE
(139,71,174)
#9557B5
(149,87,181)
#9F67BC
(159,103,188)
#A977C3
(169,119,195)
#B387CA
(179,135,202)
#BD97D1
(189,151,209)
#C7A7D8
(199,167,216)
#D1B7DF
(209,183,223)
#DBC7E6
(219,199,230)
#E5D7ED
(229,215,237)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B47AE color. Also use rgb(139,71,174) instead hex code.

Text Font Color

.myTextColor { color: #8B47AE; }

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

This text font color is #8B47AE.


Background Color

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

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

This div background color is #8B47AE.


Border color

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

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

This div border color is #8B47AE.


Opacity

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

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

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

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

This text has shadow with #8B47AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B47AE on black background.


Color preview on white background

This text has color #8B47AE on white background.



Black color preview on #8B47AE background

This text has black color on #8B47AE background.


White color preview on #8B47AE background

This text has white color on #8B47AE background.