COLOR #8F709D

HEX: #8F709D
RGB: (143,112,157)

Color info

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

RGB color model

#8F709D color RGB value is (143,112,157).

  • red value is 143;
  • green value is 112;
  • blue value is 157.
RGB:
(143,112,157)
(56%,44%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 157 of 255 = 62%

143
112
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 157 = 412 (100%)
R 143 of 412 ~ 34.71%
G 112 of 412 ~ 27.18%
B 157 of 412 ~ 38.11%

%34.71
%27.18
%38.11

CMYK color model

#8F709D color CMYK value is (9,29,0,38).

  • cyan value is 8.92%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(9,29,0,38)
C9M29Y0K38 
(9%,29%,0%,38%)
(0.09/0.29/0.00/0.38)	

CMYK percentages

%8.92
%28.66
%0
%38.43

Codes

Color #8F709D in popluar color models

8F709D
RGB143112157
HSL281°18.67%52.75%
HSB/HSV281°28.66%61.57%
CMYK8.92%28.66%0.00%
38.43%

Color #8F709D in popluar number systems.

HEX8F709D
Decimal143112157
Binary10001111111000010011101
Octal217160235

Shades and tints

Shades of #8F709D

#8F709D
(143,112,157)
#82668F
(130,102,143)
#755C81
(117,92,129)
#685273
(104,82,115)
#5B4865
(91,72,101)
#4E3E57
(78,62,87)
#413449
(65,52,73)
#342A3B
(52,42,59)
#27202D
(39,32,45)
#1A161F
(26,22,31)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #8F709D

#8F709D
(143,112,157)
#997DA5
(153,125,165)
#A38AAD
(163,138,173)
#AD97B5
(173,151,181)
#B7A4BD
(183,164,189)
#C1B1C5
(193,177,197)
#CBBECD
(203,190,205)
#D5CBD5
(213,203,213)
#DFD8DD
(223,216,221)
#E9E5E5
(233,229,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F709D color. Also use rgb(143,112,157) instead hex code.

Text Font Color

.myTextColor { color: #8F709D; }

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

This text font color is #8F709D.


Background Color

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

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

This div background color is #8F709D.


Border color

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

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

This div border color is #8F709D.


Opacity

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

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

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

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

This text has shadow with #8F709D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F709D on black background.


Color preview on white background

This text has color #8F709D on white background.



Black color preview on #8F709D background

This text has black color on #8F709D background.


White color preview on #8F709D background

This text has white color on #8F709D background.