COLOR #8B3A7C

HEX: #8B3A7C
RGB: (139,58,124)

Color info

#8B3A7C contains mainly red and blue colors. Web safe color of #8B3A7C is #993366 (or #936).

RGB color model

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

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

RGB channels and saturation

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

139
58
124

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

Portions of RGB colors in percentages

R + G + B =
139 + 58 + 124 = 321 (100%)
R 139 of 321 ~ 43.3%
G 58 of 321 ~ 18.07%
B 124 of 321 ~ 38.63%

%43.3
%18.07
%38.63

CMYK color model

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

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

CMYK percentages

%0
%58.27
%10.79
%45.49

Codes

Color #8B3A7C in popluar color models

8B3A7C
RGB13958124
HSL311°41.12%38.63%
HSB/HSV311°58.27%54.51%
CMYK0.00%58.27%10.79%
45.49%

Color #8B3A7C in popluar number systems.

HEX8B3A7C
Decimal13958124
Binary100010111110101111100
Octal21372174

Shades and tints

Shades of #8B3A7C

#8B3A7C
(139,58,124)
#7F3571
(127,53,113)
#733066
(115,48,102)
#672B5B
(103,43,91)
#5B2650
(91,38,80)
#4F2145
(79,33,69)
#431C3A
(67,28,58)
#37172F
(55,23,47)
#2B1224
(43,18,36)
#1F0D19
(31,13,25)
#13080E
(19,8,14)
#000000
(0,0,0)

Tints of #8B3A7C

#8B3A7C
(139,58,124)
#954B87
(149,75,135)
#9F5C92
(159,92,146)
#A96D9D
(169,109,157)
#B37EA8
(179,126,168)
#BD8FB3
(189,143,179)
#C7A0BE
(199,160,190)
#D1B1C9
(209,177,201)
#DBC2D4
(219,194,212)
#E5D3DF
(229,211,223)
#EFE4EA
(239,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3A7C; }

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

This text font color is #8B3A7C.


Background Color

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

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

This div background color is #8B3A7C.


Border color

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

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

This div border color is #8B3A7C.


Opacity

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

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

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

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

This text has shadow with #8B3A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3A7C on black background.


Color preview on white background

This text has color #8B3A7C on white background.



Black color preview on #8B3A7C background

This text has black color on #8B3A7C background.


White color preview on #8B3A7C background

This text has white color on #8B3A7C background.