COLOR #8B5391

HEX: #8B5391
RGB: (139,83,145)

Color info

#8B5391 contains mainly red and blue colors. Web safe color of #8B5391 is #996699 (or #969).

RGB color model

#8B5391 color RGB value is (139,83,145).

  • red value is 139;
  • green value is 83;
  • blue value is 145.
RGB:
(139,83,145)
(55%,33%,57%)

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 145 of 255 = 57%

139
83
145

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 145 = 367 (100%)
R 139 of 367 ~ 37.87%
G 83 of 367 ~ 22.62%
B 145 of 367 ~ 39.51%

%37.87
%22.62
%39.51

CMYK color model

#8B5391 color CMYK value is (4,43,0,43).

  • cyan value is 4.14%
  • magenta value is 42.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(4,43,0,43)
C4M43Y0K43 
(4%,43%,0%,43%)
(0.04/0.43/0.00/0.43)	

CMYK percentages

%4.14
%42.76
%0
%43.14

Codes

Color #8B5391 in popluar color models

8B5391
RGB13983145
HSL294°27.19%44.71%
HSB/HSV294°42.76%56.86%
CMYK4.14%42.76%0.00%
43.14%

Color #8B5391 in popluar number systems.

HEX8B5391
Decimal13983145
Binary10001011101001110010001
Octal213123221

Shades and tints

Shades of #8B5391

#8B5391
(139,83,145)
#7F4C84
(127,76,132)
#734577
(115,69,119)
#673E6A
(103,62,106)
#5B375D
(91,55,93)
#4F3050
(79,48,80)
#432943
(67,41,67)
#372236
(55,34,54)
#2B1B29
(43,27,41)
#1F141C
(31,20,28)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #8B5391

#8B5391
(139,83,145)
#95629B
(149,98,155)
#9F71A5
(159,113,165)
#A980AF
(169,128,175)
#B38FB9
(179,143,185)
#BD9EC3
(189,158,195)
#C7ADCD
(199,173,205)
#D1BCD7
(209,188,215)
#DBCBE1
(219,203,225)
#E5DAEB
(229,218,235)
#EFE9F5
(239,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5391 color. Also use rgb(139,83,145) instead hex code.

Text Font Color

.myTextColor { color: #8B5391; }

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

This text font color is #8B5391.


Background Color

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

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

This div background color is #8B5391.


Border color

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

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

This div border color is #8B5391.


Opacity

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

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

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

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

This text has shadow with #8B5391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5391 on black background.


Color preview on white background

This text has color #8B5391 on white background.



Black color preview on #8B5391 background

This text has black color on #8B5391 background.


White color preview on #8B5391 background

This text has white color on #8B5391 background.