COLOR #8B749D

HEX: #8B749D
RGB: (139,116,157)

Color info

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

RGB color model

#8B749D color RGB value is (139,116,157).

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

RGB channels and saturation

R 139 of 255 = 55%
G 116 of 255 = 45%
B 157 of 255 = 62%

139
116
157

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 157 = 412 (100%)
R 139 of 412 ~ 33.74%
G 116 of 412 ~ 28.16%
B 157 of 412 ~ 38.11%

%33.74
%28.16
%38.11

CMYK color model

#8B749D color CMYK value is (11,26,0,38).

  • cyan value is 11.46%
  • magenta value is 26.11%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(11,26,0,38)
C11M26Y0K38 
(11%,26%,0%,38%)
(0.11/0.26/0.00/0.38)	

CMYK percentages

%11.46
%26.11
%0
%38.43

Codes

Color #8B749D in popluar color models

8B749D
RGB139116157
HSL274°17.30%53.53%
HSB/HSV274°26.11%61.57%
CMYK11.46%26.11%0.00%
38.43%

Color #8B749D in popluar number systems.

HEX8B749D
Decimal139116157
Binary10001011111010010011101
Octal213164235

Shades and tints

Shades of #8B749D

#8B749D
(139,116,157)
#7F6A8F
(127,106,143)
#736081
(115,96,129)
#675673
(103,86,115)
#5B4C65
(91,76,101)
#4F4257
(79,66,87)
#433849
(67,56,73)
#372E3B
(55,46,59)
#2B242D
(43,36,45)
#1F1A1F
(31,26,31)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #8B749D

#8B749D
(139,116,157)
#9580A5
(149,128,165)
#9F8CAD
(159,140,173)
#A998B5
(169,152,181)
#B3A4BD
(179,164,189)
#BDB0C5
(189,176,197)
#C7BCCD
(199,188,205)
#D1C8D5
(209,200,213)
#DBD4DD
(219,212,221)
#E5E0E5
(229,224,229)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B749D; }

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

This text font color is #8B749D.


Background Color

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

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

This div background color is #8B749D.


Border color

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

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

This div border color is #8B749D.


Opacity

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

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

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

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

This text has shadow with #8B749D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B749D on black background.


Color preview on white background

This text has color #8B749D on white background.



Black color preview on #8B749D background

This text has black color on #8B749D background.


White color preview on #8B749D background

This text has white color on #8B749D background.