COLOR #8F719D

HEX: #8F719D RGB: (143,113,157)

Color info

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

RGB color model

#8F719D color RGB value is (143,113,157).

RGB: (143,113,157) (56%, 44%, 62%)

RGB channels and saturation

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

143
113
157

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 157 = 413 (100%)
R 143 of 413 ~ 34.62%
G 113 of 413 ~ 27.36%
B 157 of 413 ~ 38.01'%

%34.62
%27.36
%38.01

CMYK color model

#8F719D color CMYK value is (9,28,0,38).

  • cyan value is 8.92%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (9,28,0,38)
C9M28Y0K38 (9%, 28%, 0%, 38%)
(0.09 / 0.28 / 0.00 / 0.38)

CMYK percentages

%8.92
%28.03
%0
%38.43

Codes

Color #8F719D in popluar color models

8F 71 9D
RGB 143 113 157
HSL 281° 18.33% 52.94%
HSB/HSV 281° 28.03% 61.57%
CMYK 8.92% 28.03% 0.00%
38.43%

Color #8F719D in popluar number systems.

HEX 8F 71 9D
Decimal 143 113 157
Binary 10001111 1110001 10011101
Octal 217 161 235

Shades and tints

Shades of #8F719D

#8F719D
(143,113,157)
#82678F
(130,103,143)
#755D81
(117,93,129)
#685373
(104,83,115)
#5B4965
(91,73,101)
#4E3F57
(78,63,87)
#413549
(65,53,73)
#342B3B
(52,43,59)
#27212D
(39,33,45)
#1A171F
(26,23,31)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #8F719D

#8F719D
(143,113,157)
#997DA5
(153,125,165)
#A389AD
(163,137,173)
#AD95B5
(173,149,181)
#B7A1BD
(183,161,189)
#C1ADC5
(193,173,197)
#CBB9CD
(203,185,205)
#D5C5D5
(213,197,213)
#DFD1DD
(223,209,221)
#E9DDE5
(233,221,229)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F719D; }

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

This text font color is #8F719D.

Background Color

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

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

This div background color is #8F719D.

Border color

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

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

This div border color is #8F719D.

Opacity

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

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

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

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

This text has shadow with #8F719D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F719D.

Preview

Color preview on black background

This text has color #8F719D on black background.


Color preview on white background

This text has color #8F719D on white background.


Black color preview on #8F719D background

This text has black color on #8F719D background.


White color preview on #8F719D background

This text has white color on #8F719D background.


Related colors

Complementary color

Complementary color for #hex is #708E62.


I love getcolorcode.com

Triadic colors

1 #9D8F71 and #719D8F with #8F719D are triadic colors.

2 #9D718F and #718F9D with #8F719D are triadic colors.