COLOR #8B689D

HEX: #8B689D
RGB: (139,104,157)

Color info

#8B689D contains red, green and blue colors in about the same proportion. Web safe color of #8B689D is #996699 (or #969).

RGB color model

#8B689D color RGB value is (139,104,157).

  • red value is 139;
  • green value is 104;
  • blue value is 157.
RGB:
(139,104,157)
(55%,41%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 157 of 255 = 62%

139
104
157

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

Portions of RGB colors in percentages

R + G + B =
139 + 104 + 157 = 400 (100%)
R 139 of 400 ~ 34.75%
G 104 of 400 ~ 26%
B 157 of 400 ~ 39.25%

%34.75
%26
%39.25

CMYK color model

#8B689D color CMYK value is (11,34,0,38).

  • cyan value is 11.46%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,34,0,38)
C11M34Y0K38 
(11%,34%,0%,38%)
(0.11/0.34/0.00/0.38)	

CMYK percentages

%11.46
%33.76
%0
%38.43

Codes

Color #8B689D in popluar color models

8B689D
RGB139104157
HSL280°21.29%51.18%
HSB/HSV280°33.76%61.57%
CMYK11.46%33.76%0.00%
38.43%

Color #8B689D in popluar number systems.

HEX8B689D
Decimal139104157
Binary10001011110100010011101
Octal213150235

Shades and tints

Shades of #8B689D

#8B689D
(139,104,157)
#7F5F8F
(127,95,143)
#735681
(115,86,129)
#674D73
(103,77,115)
#5B4465
(91,68,101)
#4F3B57
(79,59,87)
#433249
(67,50,73)
#37293B
(55,41,59)
#2B202D
(43,32,45)
#1F171F
(31,23,31)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #8B689D

#8B689D
(139,104,157)
#9575A5
(149,117,165)
#9F82AD
(159,130,173)
#A98FB5
(169,143,181)
#B39CBD
(179,156,189)
#BDA9C5
(189,169,197)
#C7B6CD
(199,182,205)
#D1C3D5
(209,195,213)
#DBD0DD
(219,208,221)
#E5DDE5
(229,221,229)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B689D color. Also use rgb(139,104,157) instead hex code.

Text Font Color

.myTextColor { color: #8B689D; }

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

This text font color is #8B689D.


Background Color

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

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

This div background color is #8B689D.


Border color

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

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

This div border color is #8B689D.


Opacity

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

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

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

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

This text has shadow with #8B689D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B689D on black background.


Color preview on white background

This text has color #8B689D on white background.



Black color preview on #8B689D background

This text has black color on #8B689D background.


White color preview on #8B689D background

This text has white color on #8B689D background.