COLOR #8B3E7D

HEX: #8B3E7D
RGB: (139,62,125)

Color info

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

RGB color model

#8B3E7D color RGB value is (139,62,125).

  • red value is 139;
  • green value is 62;
  • blue value is 125.
RGB:
(139,62,125)
(55%,24%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 62 of 255 = 24%
B 125 of 255 = 49%

139
62
125

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

Portions of RGB colors in percentages

R + G + B =
139 + 62 + 125 = 326 (100%)
R 139 of 326 ~ 42.64%
G 62 of 326 ~ 19.02%
B 125 of 326 ~ 38.34%

%42.64
%19.02
%38.34

CMYK color model

#8B3E7D color CMYK value is (0,55,10,45).

  • cyan value is 0.00%
  • magenta value is 55.40%
  • yellow value is 10.07%
  • key color value is 45.49%
CMYK:
(0,55,10,45)
C0M55Y10K45 
(0%,55%,10%,45%)
(0.00/0.55/0.10/0.45)	

CMYK percentages

%0
%55.4
%10.07
%45.49

Codes

Color #8B3E7D in popluar color models

8B3E7D
RGB13962125
HSL311°38.31%39.41%
HSB/HSV311°55.40%54.51%
CMYK0.00%55.40%10.07%
45.49%

Color #8B3E7D in popluar number systems.

HEX8B3E7D
Decimal13962125
Binary100010111111101111101
Octal21376175

Shades and tints

Shades of #8B3E7D

#8B3E7D
(139,62,125)
#7F3972
(127,57,114)
#733467
(115,52,103)
#672F5C
(103,47,92)
#5B2A51
(91,42,81)
#4F2546
(79,37,70)
#43203B
(67,32,59)
#371B30
(55,27,48)
#2B1625
(43,22,37)
#1F111A
(31,17,26)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #8B3E7D

#8B3E7D
(139,62,125)
#954F88
(149,79,136)
#9F6093
(159,96,147)
#A9719E
(169,113,158)
#B382A9
(179,130,169)
#BD93B4
(189,147,180)
#C7A4BF
(199,164,191)
#D1B5CA
(209,181,202)
#DBC6D5
(219,198,213)
#E5D7E0
(229,215,224)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3E7D; }

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

This text font color is #8B3E7D.


Background Color

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

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

This div background color is #8B3E7D.


Border color

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

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

This div border color is #8B3E7D.


Opacity

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

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

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

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

This text has shadow with #8B3E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3E7D on black background.


Color preview on white background

This text has color #8B3E7D on white background.



Black color preview on #8B3E7D background

This text has black color on #8B3E7D background.


White color preview on #8B3E7D background

This text has white color on #8B3E7D background.