COLOR #8B749F

HEX: #8B749F
RGB: (139,116,159)

Color info

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

RGB color model

#8B749F color RGB value is (139,116,159).

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

RGB channels and saturation

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

139
116
159

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

Portions of RGB colors in percentages

R + G + B =
139 + 116 + 159 = 414 (100%)
R 139 of 414 ~ 33.57%
G 116 of 414 ~ 28.02%
B 159 of 414 ~ 38.41%

%33.57
%28.02
%38.41

CMYK color model

#8B749F color CMYK value is (13,27,0,38).

  • cyan value is 12.58%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,27,0,38)
C13M27Y0K38 
(13%,27%,0%,38%)
(0.13/0.27/0.00/0.38)	

CMYK percentages

%12.58
%27.04
%0
%37.65

Codes

Color #8B749F in popluar color models

8B749F
RGB139116159
HSL272°18.30%53.92%
HSB/HSV272°27.04%62.35%
CMYK12.58%27.04%0.00%
37.65%

Color #8B749F in popluar number systems.

HEX8B749F
Decimal139116159
Binary10001011111010010011111
Octal213164237

Shades and tints

Shades of #8B749F

#8B749F
(139,116,159)
#7F6A91
(127,106,145)
#736083
(115,96,131)
#675675
(103,86,117)
#5B4C67
(91,76,103)
#4F4259
(79,66,89)
#43384B
(67,56,75)
#372E3D
(55,46,61)
#2B242F
(43,36,47)
#1F1A21
(31,26,33)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #8B749F

#8B749F
(139,116,159)
#9580A7
(149,128,167)
#9F8CAF
(159,140,175)
#A998B7
(169,152,183)
#B3A4BF
(179,164,191)
#BDB0C7
(189,176,199)
#C7BCCF
(199,188,207)
#D1C8D7
(209,200,215)
#DBD4DF
(219,212,223)
#E5E0E7
(229,224,231)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B749F; }

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

This text font color is #8B749F.


Background Color

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

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

This div background color is #8B749F.


Border color

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

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

This div border color is #8B749F.


Opacity

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

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

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

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

This text has shadow with #8B749F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B749F on black background.


Color preview on white background

This text has color #8B749F on white background.



Black color preview on #8B749F background

This text has black color on #8B749F background.


White color preview on #8B749F background

This text has white color on #8B749F background.