COLOR #8B31A4

HEX: #8B31A4
RGB: (139,49,164)

Color info

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

RGB color model

#8B31A4 color RGB value is (139,49,164).

  • red value is 139;
  • green value is 49;
  • blue value is 164.
RGB:
(139,49,164)
(55%,19%,64%)

RGB channels and saturation

R 139 of 255 = 55%
G 49 of 255 = 19%
B 164 of 255 = 64%

139
49
164

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

Portions of RGB colors in percentages

R + G + B =
139 + 49 + 164 = 352 (100%)
R 139 of 352 ~ 39.49%
G 49 of 352 ~ 13.92%
B 164 of 352 ~ 46.59%

%39.49
%13.92
%46.59

CMYK color model

#8B31A4 color CMYK value is (15,70,0,36).

  • cyan value is 15.24%
  • magenta value is 70.12%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,70,0,36)
C15M70Y0K36 
(15%,70%,0%,36%)
(0.15/0.70/0.00/0.36)	

CMYK percentages

%15.24
%70.12
%0
%35.69

Codes

Color #8B31A4 in popluar color models

8B31A4
RGB13949164
HSL287°53.99%41.76%
HSB/HSV287°70.12%64.31%
CMYK15.24%70.12%0.00%
35.69%

Color #8B31A4 in popluar number systems.

HEX8B31A4
Decimal13949164
Binary1000101111000110100100
Octal21361244

Shades and tints

Shades of #8B31A4

#8B31A4
(139,49,164)
#7F2D96
(127,45,150)
#732988
(115,41,136)
#67257A
(103,37,122)
#5B216C
(91,33,108)
#4F1D5E
(79,29,94)
#431950
(67,25,80)
#371542
(55,21,66)
#2B1134
(43,17,52)
#1F0D26
(31,13,38)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #8B31A4

#8B31A4
(139,49,164)
#9543AC
(149,67,172)
#9F55B4
(159,85,180)
#A967BC
(169,103,188)
#B379C4
(179,121,196)
#BD8BCC
(189,139,204)
#C79DD4
(199,157,212)
#D1AFDC
(209,175,220)
#DBC1E4
(219,193,228)
#E5D3EC
(229,211,236)
#EFE5F4
(239,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B31A4 color. Also use rgb(139,49,164) instead hex code.

Text Font Color

.myTextColor { color: #8B31A4; }

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

This text font color is #8B31A4.


Background Color

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

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

This div background color is #8B31A4.


Border color

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

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

This div border color is #8B31A4.


Opacity

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

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

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

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

This text has shadow with #8B31A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B31A4 on black background.


Color preview on white background

This text has color #8B31A4 on white background.



Black color preview on #8B31A4 background

This text has black color on #8B31A4 background.


White color preview on #8B31A4 background

This text has white color on #8B31A4 background.