COLOR #8B3E7E

HEX: #8B3E7E
RGB: (139,62,126)

Color info

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

RGB color model

#8B3E7E color RGB value is (139,62,126).

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

RGB channels and saturation

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

139
62
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 62 + 126 = 327 (100%)
R 139 of 327 ~ 42.51%
G 62 of 327 ~ 18.96%
B 126 of 327 ~ 38.53%

%42.51
%18.96
%38.53

CMYK color model

#8B3E7E color CMYK value is (0,55,9,45).

  • cyan value is 0.00%
  • magenta value is 55.40%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,55,9,45)
C0M55Y9K45 
(0%,55%,9%,45%)
(0.00/0.55/0.09/0.45)	

CMYK percentages

%0
%55.4
%9.35
%45.49

Codes

Color #8B3E7E in popluar color models

8B3E7E
RGB13962126
HSL310°38.31%39.41%
HSB/HSV310°55.40%54.51%
CMYK0.00%55.40%9.35%
45.49%

Color #8B3E7E in popluar number systems.

HEX8B3E7E
Decimal13962126
Binary100010111111101111110
Octal21376176

Shades and tints

Shades of #8B3E7E

#8B3E7E
(139,62,126)
#7F3973
(127,57,115)
#733468
(115,52,104)
#672F5D
(103,47,93)
#5B2A52
(91,42,82)
#4F2547
(79,37,71)
#43203C
(67,32,60)
#371B31
(55,27,49)
#2B1626
(43,22,38)
#1F111B
(31,17,27)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #8B3E7E

#8B3E7E
(139,62,126)
#954F89
(149,79,137)
#9F6094
(159,96,148)
#A9719F
(169,113,159)
#B382AA
(179,130,170)
#BD93B5
(189,147,181)
#C7A4C0
(199,164,192)
#D1B5CB
(209,181,203)
#DBC6D6
(219,198,214)
#E5D7E1
(229,215,225)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3E7E; }

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

This text font color is #8B3E7E.


Background Color

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

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

This div background color is #8B3E7E.


Border color

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

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

This div border color is #8B3E7E.


Opacity

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

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

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

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

This text has shadow with #8B3E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3E7E on black background.


Color preview on white background

This text has color #8B3E7E on white background.



Black color preview on #8B3E7E background

This text has black color on #8B3E7E background.


White color preview on #8B3E7E background

This text has white color on #8B3E7E background.