COLOR #8B749E

HEX: #8B749E RGB: (139,116,158)

Color info

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

RGB color model

#8B749E color RGB value is (139,116,158).

RGB: (139,116,158) (55%, 45%, 62%)

RGB channels and saturation

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

139
116
158

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

Portions of RGB colors in percentages

R + G + B = 139 + 116 + 158 = 413 (100%)
R 139 of 413 ~ 33.66%
G 116 of 413 ~ 28.09%
B 158 of 413 ~ 38.26'%

%33.66
%28.09
%38.26

CMYK color model

#8B749E color CMYK value is (12,27,0,38).

  • cyan value is 12.03%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (12,27,0,38)
C12M27Y0K38 (12%, 27%, 0%, 38%)
(0.12 / 0.27 / 0.00 / 0.38)

CMYK percentages

%12.03
%26.58
%0
%38.04

Codes

Color #8B749E in popluar color models

8B 74 9E
RGB 139 116 158
HSL 273° 17.80% 53.73%
HSB/HSV 273° 26.58% 61.96%
CMYK 12.03% 26.58% 0.00%
38.04%

Color #8B749E in popluar number systems.

HEX 8B 74 9E
Decimal 139 116 158
Binary 10001011 1110100 10011110
Octal 213 164 236

Shades and tints

Shades of #8B749E

#8B749E
(139,116,158)
#7F6A90
(127,106,144)
#736082
(115,96,130)
#675674
(103,86,116)
#5B4C66
(91,76,102)
#4F4258
(79,66,88)
#43384A
(67,56,74)
#372E3C
(55,46,60)
#2B242E
(43,36,46)
#1F1A20
(31,26,32)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #8B749E

#8B749E
(139,116,158)
#9580A6
(149,128,166)
#9F8CAE
(159,140,174)
#A998B6
(169,152,182)
#B3A4BE
(179,164,190)
#BDB0C6
(189,176,198)
#C7BCCE
(199,188,206)
#D1C8D6
(209,200,214)
#DBD4DE
(219,212,222)
#E5E0E6
(229,224,230)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B749E; }

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

This text font color is #8B749E.

Background Color

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

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

This div background color is #8B749E.

Border color

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

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

This div border color is #8B749E.

Opacity

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

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

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

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

This text has shadow with #8B749E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B749E.

Preview

Color preview on black background

This text has color #8B749E on black background.


Color preview on white background

This text has color #8B749E on white background.


Black color preview on #8B749E background

This text has black color on #8B749E background.


White color preview on #8B749E background

This text has white color on #8B749E background.


Related colors

Complementary color

Complementary color for #hex is #748B61.


I love getcolorcode.com

Triadic colors

1 #9E8B74 and #749E8B with #8B749E are triadic colors.

2 #9E748B and #748B9E with #8B749E are triadic colors.