COLOR #8B3AAD

HEX: #8B3AAD
RGB: (139,58,173)

Color info

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

RGB color model

#8B3AAD color RGB value is (139,58,173).

  • red value is 139;
  • green value is 58;
  • blue value is 173.
RGB:
(139,58,173)
(55%,23%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 58 of 255 = 23%
B 173 of 255 = 68%

139
58
173

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

Portions of RGB colors in percentages

R + G + B =
139 + 58 + 173 = 370 (100%)
R 139 of 370 ~ 37.57%
G 58 of 370 ~ 15.68%
B 173 of 370 ~ 46.76%

%37.57
%15.68
%46.76

CMYK color model

#8B3AAD color CMYK value is (20,66,0,32).

  • cyan value is 19.65%
  • magenta value is 66.47%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(20,66,0,32)
C20M66Y0K32 
(20%,66%,0%,32%)
(0.20/0.66/0.00/0.32)	

CMYK percentages

%19.65
%66.47
%0
%32.16

Codes

Color #8B3AAD in popluar color models

8B3AAD
RGB13958173
HSL282°49.78%45.29%
HSB/HSV282°66.47%67.84%
CMYK19.65%66.47%0.00%
32.16%

Color #8B3AAD in popluar number systems.

HEX8B3AAD
Decimal13958173
Binary1000101111101010101101
Octal21372255

Shades and tints

Shades of #8B3AAD

#8B3AAD
(139,58,173)
#7F359E
(127,53,158)
#73308F
(115,48,143)
#672B80
(103,43,128)
#5B2671
(91,38,113)
#4F2162
(79,33,98)
#431C53
(67,28,83)
#371744
(55,23,68)
#2B1235
(43,18,53)
#1F0D26
(31,13,38)
#130817
(19,8,23)
#000000
(0,0,0)

Tints of #8B3AAD

#8B3AAD
(139,58,173)
#954BB4
(149,75,180)
#9F5CBB
(159,92,187)
#A96DC2
(169,109,194)
#B37EC9
(179,126,201)
#BD8FD0
(189,143,208)
#C7A0D7
(199,160,215)
#D1B1DE
(209,177,222)
#DBC2E5
(219,194,229)
#E5D3EC
(229,211,236)
#EFE4F3
(239,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3AAD; }

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

This text font color is #8B3AAD.


Background Color

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

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

This div background color is #8B3AAD.


Border color

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

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

This div border color is #8B3AAD.


Opacity

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

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

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

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

This text has shadow with #8B3AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3AAD on black background.


Color preview on white background

This text has color #8B3AAD on white background.



Black color preview on #8B3AAD background

This text has black color on #8B3AAD background.


White color preview on #8B3AAD background

This text has white color on #8B3AAD background.