COLOR #8B31BD

HEX: #8B31BD
RGB: (139,49,189)

Color info

#8B31BD contains mainly red and blue colors. Web safe color of #8B31BD is #9933CC (or #93C).

RGB color model

#8B31BD color RGB value is (139,49,189).

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

RGB channels and saturation

R 139 of 255 = 55%
G 49 of 255 = 19%
B 189 of 255 = 74%

139
49
189

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

Portions of RGB colors in percentages

R + G + B =
139 + 49 + 189 = 377 (100%)
R 139 of 377 ~ 36.87%
G 49 of 377 ~ 13%
B 189 of 377 ~ 50.13%

%36.87
%13
%50.13

CMYK color model

#8B31BD color CMYK value is (26,74,0,26).

  • cyan value is 26.46%
  • magenta value is 74.07%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(26,74,0,26)
C26M74Y0K26 
(26%,74%,0%,26%)
(0.26/0.74/0.00/0.26)	

CMYK percentages

%26.46
%74.07
%0
%25.88

Codes

Color #8B31BD in popluar color models

8B31BD
RGB13949189
HSL279°58.82%46.67%
HSB/HSV279°74.07%74.12%
CMYK26.46%74.07%0.00%
25.88%

Color #8B31BD in popluar number systems.

HEX8B31BD
Decimal13949189
Binary1000101111000110111101
Octal21361275

Shades and tints

Shades of #8B31BD

#8B31BD
(139,49,189)
#7F2DAC
(127,45,172)
#73299B
(115,41,155)
#67258A
(103,37,138)
#5B2179
(91,33,121)
#4F1D68
(79,29,104)
#431957
(67,25,87)
#371546
(55,21,70)
#2B1135
(43,17,53)
#1F0D24
(31,13,36)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #8B31BD

#8B31BD
(139,49,189)
#9543C3
(149,67,195)
#9F55C9
(159,85,201)
#A967CF
(169,103,207)
#B379D5
(179,121,213)
#BD8BDB
(189,139,219)
#C79DE1
(199,157,225)
#D1AFE7
(209,175,231)
#DBC1ED
(219,193,237)
#E5D3F3
(229,211,243)
#EFE5F9
(239,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B31BD; }

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

This text font color is #8B31BD.


Background Color

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

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

This div background color is #8B31BD.


Border color

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

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

This div border color is #8B31BD.


Opacity

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

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

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

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

This text has shadow with #8B31BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B31BD on black background.


Color preview on white background

This text has color #8B31BD on white background.



Black color preview on #8B31BD background

This text has black color on #8B31BD background.


White color preview on #8B31BD background

This text has white color on #8B31BD background.