COLOR #8B3A8B

HEX: #8B3A8B
RGB: (139,58,139)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
58
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 58 + 139 = 336 (100%)
R 139 of 336 ~ 41.37%
G 58 of 336 ~ 17.26%
B 139 of 336 ~ 41.37%

%41.37
%17.26
%41.37

CMYK color model

#8B3A8B color CMYK value is (0,58,0,45).

  • cyan value is 0.00%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(0,58,0,45)
C0M58Y0K45 
(0%,58%,0%,45%)
(0.00/0.58/0.00/0.45)	

CMYK percentages

%0
%58.27
%0
%45.49

Codes

Color #8B3A8B in popluar color models

8B3A8B
RGB13958139
HSL300°41.12%38.63%
HSB/HSV300°58.27%54.51%
CMYK0.00%58.27%0.00%
45.49%

Color #8B3A8B in popluar number systems.

HEX8B3A8B
Decimal13958139
Binary1000101111101010001011
Octal21372213

Shades and tints

Shades of #8B3A8B

#8B3A8B
(139,58,139)
#7F357F
(127,53,127)
#733073
(115,48,115)
#672B67
(103,43,103)
#5B265B
(91,38,91)
#4F214F
(79,33,79)
#431C43
(67,28,67)
#371737
(55,23,55)
#2B122B
(43,18,43)
#1F0D1F
(31,13,31)
#130813
(19,8,19)
#000000
(0,0,0)

Tints of #8B3A8B

#8B3A8B
(139,58,139)
#954B95
(149,75,149)
#9F5C9F
(159,92,159)
#A96DA9
(169,109,169)
#B37EB3
(179,126,179)
#BD8FBD
(189,143,189)
#C7A0C7
(199,160,199)
#D1B1D1
(209,177,209)
#DBC2DB
(219,194,219)
#E5D3E5
(229,211,229)
#EFE4EF
(239,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3A8B; }

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

This text font color is #8B3A8B.


Background Color

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

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

This div background color is #8B3A8B.


Border color

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

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

This div border color is #8B3A8B.


Opacity

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

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

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

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

This text has shadow with #8B3A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3A8B on black background.


Color preview on white background

This text has color #8B3A8B on white background.



Black color preview on #8B3A8B background

This text has black color on #8B3A8B background.


White color preview on #8B3A8B background

This text has white color on #8B3A8B background.