COLOR #8B3788

HEX: #8B3788
RGB: (139,55,136)

Color info

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

RGB color model

#8B3788 color RGB value is (139,55,136).

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

RGB channels and saturation

R 139 of 255 = 55%
G 55 of 255 = 22%
B 136 of 255 = 53%

139
55
136

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

Portions of RGB colors in percentages

R + G + B =
139 + 55 + 136 = 330 (100%)
R 139 of 330 ~ 42.12%
G 55 of 330 ~ 16.67%
B 136 of 330 ~ 41.21%

%42.12
%16.67
%41.21

CMYK color model

#8B3788 color CMYK value is (0,60,2,45).

  • cyan value is 0.00%
  • magenta value is 60.43%
  • yellow value is 2.16%
  • key color value is 45.49%
CMYK:
(0,60,2,45)
C0M60Y2K45 
(0%,60%,2%,45%)
(0.00/0.60/0.02/0.45)	

CMYK percentages

%0
%60.43
%2.16
%45.49

Codes

Color #8B3788 in popluar color models

8B3788
RGB13955136
HSL302°43.30%38.04%
HSB/HSV302°60.43%54.51%
CMYK0.00%60.43%2.16%
45.49%

Color #8B3788 in popluar number systems.

HEX8B3788
Decimal13955136
Binary1000101111011110001000
Octal21367210

Shades and tints

Shades of #8B3788

#8B3788
(139,55,136)
#7F327C
(127,50,124)
#732D70
(115,45,112)
#672864
(103,40,100)
#5B2358
(91,35,88)
#4F1E4C
(79,30,76)
#431940
(67,25,64)
#371434
(55,20,52)
#2B0F28
(43,15,40)
#1F0A1C
(31,10,28)
#130510
(19,5,16)
#000000
(0,0,0)

Tints of #8B3788

#8B3788
(139,55,136)
#954992
(149,73,146)
#9F5B9C
(159,91,156)
#A96DA6
(169,109,166)
#B37FB0
(179,127,176)
#BD91BA
(189,145,186)
#C7A3C4
(199,163,196)
#D1B5CE
(209,181,206)
#DBC7D8
(219,199,216)
#E5D9E2
(229,217,226)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B3788; }

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

This text font color is #8B3788.


Background Color

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

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

This div background color is #8B3788.


Border color

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

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

This div border color is #8B3788.


Opacity

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

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

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

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

This text has shadow with #8B3788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3788 on black background.


Color preview on white background

This text has color #8B3788 on white background.



Black color preview on #8B3788 background

This text has black color on #8B3788 background.


White color preview on #8B3788 background

This text has white color on #8B3788 background.