COLOR #8B5697

HEX: #8B5697
RGB: (139,86,151)

Color info

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

RGB color model

#8B5697 color RGB value is (139,86,151).

  • red value is 139;
  • green value is 86;
  • blue value is 151.
RGB:
(139,86,151)
(55%,34%,59%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 151 of 255 = 59%

139
86
151

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 151 = 376 (100%)
R 139 of 376 ~ 36.97%
G 86 of 376 ~ 22.87%
B 151 of 376 ~ 40.16%

%36.97
%22.87
%40.16

CMYK color model

#8B5697 color CMYK value is (8,43,0,41).

  • cyan value is 7.95%
  • magenta value is 43.05%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(8,43,0,41)
C8M43Y0K41 
(8%,43%,0%,41%)
(0.08/0.43/0.00/0.41)	

CMYK percentages

%7.95
%43.05
%0
%40.78

Codes

Color #8B5697 in popluar color models

8B5697
RGB13986151
HSL289°27.43%46.47%
HSB/HSV289°43.05%59.22%
CMYK7.95%43.05%0.00%
40.78%

Color #8B5697 in popluar number systems.

HEX8B5697
Decimal13986151
Binary10001011101011010010111
Octal213126227

Shades and tints

Shades of #8B5697

#8B5697
(139,86,151)
#7F4F8A
(127,79,138)
#73487D
(115,72,125)
#674170
(103,65,112)
#5B3A63
(91,58,99)
#4F3356
(79,51,86)
#432C49
(67,44,73)
#37253C
(55,37,60)
#2B1E2F
(43,30,47)
#1F1722
(31,23,34)
#131015
(19,16,21)
#000000
(0,0,0)

Tints of #8B5697

#8B5697
(139,86,151)
#9565A0
(149,101,160)
#9F74A9
(159,116,169)
#A983B2
(169,131,178)
#B392BB
(179,146,187)
#BDA1C4
(189,161,196)
#C7B0CD
(199,176,205)
#D1BFD6
(209,191,214)
#DBCEDF
(219,206,223)
#E5DDE8
(229,221,232)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5697 color. Also use rgb(139,86,151) instead hex code.

Text Font Color

.myTextColor { color: #8B5697; }

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

This text font color is #8B5697.


Background Color

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

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

This div background color is #8B5697.


Border color

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

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

This div border color is #8B5697.


Opacity

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

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

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

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

This text has shadow with #8B5697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5697 on black background.


Color preview on white background

This text has color #8B5697 on white background.



Black color preview on #8B5697 background

This text has black color on #8B5697 background.


White color preview on #8B5697 background

This text has white color on #8B5697 background.