COLOR #8B719C

HEX: #8B719C RGB: (139,113,156)

Color info

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

RGB color model

#8B719C color RGB value is (139,113,156).

RGB: (139,113,156) (55%, 44%, 61%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 156 of 255 = 61%

139
113
156

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 156 = 408 (100%)
R 139 of 408 ~ 34.07%
G 113 of 408 ~ 27.7%
B 156 of 408 ~ 38.24'%

%34.07
%27.7
%38.24

CMYK color model

#8B719C color CMYK value is (11,28,0,39).

  • cyan value is 10.90%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (11,28,0,39)
C11M28Y0K39 (11%, 28%, 0%, 39%)
(0.11 / 0.28 / 0.00 / 0.39)

CMYK percentages

%10.9
%27.56
%0
%38.82

Codes

Color #8B719C in popluar color models

8B 71 9C
RGB 139 113 156
HSL 276° 17.84% 52.75%
HSB/HSV 276° 27.56% 61.18%
CMYK 10.90% 27.56% 0.00%
38.82%

Color #8B719C in popluar number systems.

HEX 8B 71 9C
Decimal 139 113 156
Binary 10001011 1110001 10011100
Octal 213 161 234

Shades and tints

Shades of #8B719C

#8B719C
(139,113,156)
#7F678E
(127,103,142)
#735D80
(115,93,128)
#675372
(103,83,114)
#5B4964
(91,73,100)
#4F3F56
(79,63,86)
#433548
(67,53,72)
#372B3A
(55,43,58)
#2B212C
(43,33,44)
#1F171E
(31,23,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #8B719C

#8B719C
(139,113,156)
#957DA5
(149,125,165)
#9F89AE
(159,137,174)
#A995B7
(169,149,183)
#B3A1C0
(179,161,192)
#BDADC9
(189,173,201)
#C7B9D2
(199,185,210)
#D1C5DB
(209,197,219)
#DBD1E4
(219,209,228)
#E5DDED
(229,221,237)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B719C color. Also use rgb(139,113,156) instead hex code.

Text Font Color

.myTextColor { color: #8B719C; }

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

This text font color is #8B719C.

Background Color

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

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

This div background color is #8B719C.

Border color

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

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

This div border color is #8B719C.

Opacity

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

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

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

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

This text has shadow with #8B719C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B719C.

Preview

Color preview on black background

This text has color #8B719C on black background.


Color preview on white background

This text has color #8B719C on white background.


Black color preview on #8B719C background

This text has black color on #8B719C background.


White color preview on #8B719C background

This text has white color on #8B719C background.


Related colors

Complementary color

Complementary color for #hex is #748E63.


I love getcolorcode.com

Triadic colors

1 #9C8B71 and #719C8B with #8B719C are triadic colors.

2 #9C718B and #718B9C with #8B719C are triadic colors.