COLOR #8B5196

HEX: #8B5196
RGB: (139,81,150)

Color info

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

RGB color model

#8B5196 color RGB value is (139,81,150).

  • red value is 139;
  • green value is 81;
  • blue value is 150.
RGB:
(139,81,150)
(55%,32%,59%)

RGB channels and saturation

R 139 of 255 = 55%
G 81 of 255 = 32%
B 150 of 255 = 59%

139
81
150

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

Portions of RGB colors in percentages

R + G + B =
139 + 81 + 150 = 370 (100%)
R 139 of 370 ~ 37.57%
G 81 of 370 ~ 21.89%
B 150 of 370 ~ 40.54%

%37.57
%21.89
%40.54

CMYK color model

#8B5196 color CMYK value is (7,46,0,41).

  • cyan value is 7.33%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(7,46,0,41)
C7M46Y0K41 
(7%,46%,0%,41%)
(0.07/0.46/0.00/0.41)	

CMYK percentages

%7.33
%46
%0
%41.18

Codes

Color #8B5196 in popluar color models

8B5196
RGB13981150
HSL290°29.87%45.29%
HSB/HSV290°46.00%58.82%
CMYK7.33%46.00%0.00%
41.18%

Color #8B5196 in popluar number systems.

HEX8B5196
Decimal13981150
Binary10001011101000110010110
Octal213121226

Shades and tints

Shades of #8B5196

#8B5196
(139,81,150)
#7F4A89
(127,74,137)
#73437C
(115,67,124)
#673C6F
(103,60,111)
#5B3562
(91,53,98)
#4F2E55
(79,46,85)
#432748
(67,39,72)
#37203B
(55,32,59)
#2B192E
(43,25,46)
#1F1221
(31,18,33)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #8B5196

#8B5196
(139,81,150)
#95609F
(149,96,159)
#9F6FA8
(159,111,168)
#A97EB1
(169,126,177)
#B38DBA
(179,141,186)
#BD9CC3
(189,156,195)
#C7ABCC
(199,171,204)
#D1BAD5
(209,186,213)
#DBC9DE
(219,201,222)
#E5D8E7
(229,216,231)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5196 color. Also use rgb(139,81,150) instead hex code.

Text Font Color

.myTextColor { color: #8B5196; }

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

This text font color is #8B5196.


Background Color

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

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

This div background color is #8B5196.


Border color

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

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

This div border color is #8B5196.


Opacity

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

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

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

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

This text has shadow with #8B5196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5196 on black background.


Color preview on white background

This text has color #8B5196 on white background.



Black color preview on #8B5196 background

This text has black color on #8B5196 background.


White color preview on #8B5196 background

This text has white color on #8B5196 background.