COLOR #8B3B81

HEX: #8B3B81
RGB: (139,59,129)

Color info

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

RGB color model

#8B3B81 color RGB value is (139,59,129).

  • red value is 139;
  • green value is 59;
  • blue value is 129.
RGB:
(139,59,129)
(55%,23%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 59 of 255 = 23%
B 129 of 255 = 51%

139
59
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 59 + 129 = 327 (100%)
R 139 of 327 ~ 42.51%
G 59 of 327 ~ 18.04%
B 129 of 327 ~ 39.45%

%42.51
%18.04
%39.45

CMYK color model

#8B3B81 color CMYK value is (0,58,7,45).

  • cyan value is 0.00%
  • magenta value is 57.55%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(0,58,7,45)
C0M58Y7K45 
(0%,58%,7%,45%)
(0.00/0.58/0.07/0.45)	

CMYK percentages

%0
%57.55
%7.19
%45.49

Codes

Color #8B3B81 in popluar color models

8B3B81
RGB13959129
HSL308°40.40%38.82%
HSB/HSV308°57.55%54.51%
CMYK0.00%57.55%7.19%
45.49%

Color #8B3B81 in popluar number systems.

HEX8B3B81
Decimal13959129
Binary1000101111101110000001
Octal21373201

Shades and tints

Shades of #8B3B81

#8B3B81
(139,59,129)
#7F3676
(127,54,118)
#73316B
(115,49,107)
#672C60
(103,44,96)
#5B2755
(91,39,85)
#4F224A
(79,34,74)
#431D3F
(67,29,63)
#371834
(55,24,52)
#2B1329
(43,19,41)
#1F0E1E
(31,14,30)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #8B3B81

#8B3B81
(139,59,129)
#954C8C
(149,76,140)
#9F5D97
(159,93,151)
#A96EA2
(169,110,162)
#B37FAD
(179,127,173)
#BD90B8
(189,144,184)
#C7A1C3
(199,161,195)
#D1B2CE
(209,178,206)
#DBC3D9
(219,195,217)
#E5D4E4
(229,212,228)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3B81 color. Also use rgb(139,59,129) instead hex code.

Text Font Color

.myTextColor { color: #8B3B81; }

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

This text font color is #8B3B81.


Background Color

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

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

This div background color is #8B3B81.


Border color

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

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

This div border color is #8B3B81.


Opacity

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

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

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

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

This text has shadow with #8B3B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3B81 on black background.


Color preview on white background

This text has color #8B3B81 on white background.



Black color preview on #8B3B81 background

This text has black color on #8B3B81 background.


White color preview on #8B3B81 background

This text has white color on #8B3B81 background.