COLOR #8B709A

HEX: #8B709A
RGB: (139,112,154)

Color info

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

RGB color model

#8B709A color RGB value is (139,112,154).

  • red value is 139;
  • green value is 112;
  • blue value is 154.
RGB:
(139,112,154)
(55%,44%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 154 of 255 = 60%

139
112
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 112 + 154 = 405 (100%)
R 139 of 405 ~ 34.32%
G 112 of 405 ~ 27.65%
B 154 of 405 ~ 38.02%

%34.32
%27.65
%38.02

CMYK color model

#8B709A color CMYK value is (10,27,0,40).

  • cyan value is 9.74%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,27,0,40)
C10M27Y0K40 
(10%,27%,0%,40%)
(0.10/0.27/0.00/0.40)	

CMYK percentages

%9.74
%27.27
%0
%39.61

Codes

Color #8B709A in popluar color models

8B709A
RGB139112154
HSL279°17.21%52.16%
HSB/HSV279°27.27%60.39%
CMYK9.74%27.27%0.00%
39.61%

Color #8B709A in popluar number systems.

HEX8B709A
Decimal139112154
Binary10001011111000010011010
Octal213160232

Shades and tints

Shades of #8B709A

#8B709A
(139,112,154)
#7F668C
(127,102,140)
#735C7E
(115,92,126)
#675270
(103,82,112)
#5B4862
(91,72,98)
#4F3E54
(79,62,84)
#433446
(67,52,70)
#372A38
(55,42,56)
#2B202A
(43,32,42)
#1F161C
(31,22,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #8B709A

#8B709A
(139,112,154)
#957DA3
(149,125,163)
#9F8AAC
(159,138,172)
#A997B5
(169,151,181)
#B3A4BE
(179,164,190)
#BDB1C7
(189,177,199)
#C7BED0
(199,190,208)
#D1CBD9
(209,203,217)
#DBD8E2
(219,216,226)
#E5E5EB
(229,229,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B709A color. Also use rgb(139,112,154) instead hex code.

Text Font Color

.myTextColor { color: #8B709A; }

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

This text font color is #8B709A.


Background Color

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

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

This div background color is #8B709A.


Border color

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

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

This div border color is #8B709A.


Opacity

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

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

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

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

This text has shadow with #8B709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B709A on black background.


Color preview on white background

This text has color #8B709A on white background.



Black color preview on #8B709A background

This text has black color on #8B709A background.


White color preview on #8B709A background

This text has white color on #8B709A background.