COLOR #8B3E94

HEX: #8B3E94
RGB: (139,62,148)

Color info

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

RGB color model

#8B3E94 color RGB value is (139,62,148).

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

RGB channels and saturation

R 139 of 255 = 55%
G 62 of 255 = 24%
B 148 of 255 = 58%

139
62
148

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

Portions of RGB colors in percentages

R + G + B =
139 + 62 + 148 = 349 (100%)
R 139 of 349 ~ 39.83%
G 62 of 349 ~ 17.77%
B 148 of 349 ~ 42.41%

%39.83
%17.77
%42.41

CMYK color model

#8B3E94 color CMYK value is (6,58,0,42).

  • cyan value is 6.08%
  • magenta value is 58.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(6,58,0,42)
C6M58Y0K42 
(6%,58%,0%,42%)
(0.06/0.58/0.00/0.42)	

CMYK percentages

%6.08
%58.11
%0
%41.96

Codes

Color #8B3E94 in popluar color models

8B3E94
RGB13962148
HSL294°40.95%41.18%
HSB/HSV294°58.11%58.04%
CMYK6.08%58.11%0.00%
41.96%

Color #8B3E94 in popluar number systems.

HEX8B3E94
Decimal13962148
Binary1000101111111010010100
Octal21376224

Shades and tints

Shades of #8B3E94

#8B3E94
(139,62,148)
#7F3987
(127,57,135)
#73347A
(115,52,122)
#672F6D
(103,47,109)
#5B2A60
(91,42,96)
#4F2553
(79,37,83)
#432046
(67,32,70)
#371B39
(55,27,57)
#2B162C
(43,22,44)
#1F111F
(31,17,31)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #8B3E94

#8B3E94
(139,62,148)
#954F9D
(149,79,157)
#9F60A6
(159,96,166)
#A971AF
(169,113,175)
#B382B8
(179,130,184)
#BD93C1
(189,147,193)
#C7A4CA
(199,164,202)
#D1B5D3
(209,181,211)
#DBC6DC
(219,198,220)
#E5D7E5
(229,215,229)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3E94; }

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

This text font color is #8B3E94.


Background Color

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

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

This div background color is #8B3E94.


Border color

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

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

This div border color is #8B3E94.


Opacity

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

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

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

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

This text has shadow with #8B3E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3E94 on black background.


Color preview on white background

This text has color #8B3E94 on white background.



Black color preview on #8B3E94 background

This text has black color on #8B3E94 background.


White color preview on #8B3E94 background

This text has white color on #8B3E94 background.