COLOR #8B3794

HEX: #8B3794
RGB: (139,55,148)

Color info

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

RGB color model

#8B3794 color RGB value is (139,55,148).

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

RGB channels and saturation

R 139 of 255 = 55%
G 55 of 255 = 22%
B 148 of 255 = 58%

139
55
148

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

Portions of RGB colors in percentages

R + G + B =
139 + 55 + 148 = 342 (100%)
R 139 of 342 ~ 40.64%
G 55 of 342 ~ 16.08%
B 148 of 342 ~ 43.27%

%40.64
%16.08
%43.27

CMYK color model

#8B3794 color CMYK value is (6,63,0,42).

  • cyan value is 6.08%
  • magenta value is 62.84%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(6,63,0,42)
C6M63Y0K42 
(6%,63%,0%,42%)
(0.06/0.63/0.00/0.42)	

CMYK percentages

%6.08
%62.84
%0
%41.96

Codes

Color #8B3794 in popluar color models

8B3794
RGB13955148
HSL294°45.81%39.80%
HSB/HSV294°62.84%58.04%
CMYK6.08%62.84%0.00%
41.96%

Color #8B3794 in popluar number systems.

HEX8B3794
Decimal13955148
Binary1000101111011110010100
Octal21367224

Shades and tints

Shades of #8B3794

#8B3794
(139,55,148)
#7F3287
(127,50,135)
#732D7A
(115,45,122)
#67286D
(103,40,109)
#5B2360
(91,35,96)
#4F1E53
(79,30,83)
#431946
(67,25,70)
#371439
(55,20,57)
#2B0F2C
(43,15,44)
#1F0A1F
(31,10,31)
#130512
(19,5,18)
#000000
(0,0,0)

Tints of #8B3794

#8B3794
(139,55,148)
#95499D
(149,73,157)
#9F5BA6
(159,91,166)
#A96DAF
(169,109,175)
#B37FB8
(179,127,184)
#BD91C1
(189,145,193)
#C7A3CA
(199,163,202)
#D1B5D3
(209,181,211)
#DBC7DC
(219,199,220)
#E5D9E5
(229,217,229)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3794; }

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

This text font color is #8B3794.


Background Color

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

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

This div background color is #8B3794.


Border color

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

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

This div border color is #8B3794.


Opacity

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

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

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

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

This text has shadow with #8B3794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3794 on black background.


Color preview on white background

This text has color #8B3794 on white background.



Black color preview on #8B3794 background

This text has black color on #8B3794 background.


White color preview on #8B3794 background

This text has white color on #8B3794 background.