COLOR #8F7382

HEX: #8F7382 RGB: (143,115,130)

Color info

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

RGB color model

#8F7382 color RGB value is (143,115,130).

RGB: (143,115,130) (56%, 45%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 130 of 255 = 51%

143
115
130

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

Portions of RGB colors in percentages

R + G + B = 143 + 115 + 130 = 388 (100%)
R 143 of 388 ~ 36.86%
G 115 of 388 ~ 29.64%
B 130 of 388 ~ 33.51'%

%36.86
%29.64
%33.51

CMYK color model

#8F7382 color CMYK value is (0,20,9,44).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 9.09%
  • key color value is 43.92%

CMYK: (0,20,9,44)
C0M20Y9K44 (0%, 20%, 9%, 44%)
(0.00 / 0.20 / 0.09 / 0.44)

CMYK percentages

%0
%19.58
%9.09
%43.92

Codes

Color #8F7382 in popluar color models

8F 73 82
RGB 143 115 130
HSL 328° 11.11% 50.59%
HSB/HSV 328° 19.58% 56.08%
CMYK 0.00% 19.58% 9.09%
43.92%

Color #8F7382 in popluar number systems.

HEX 8F 73 82
Decimal 143 115 130
Binary 10001111 1110011 10000010
Octal 217 163 202

Shades and tints

Shades of #8F7382

#8F7382
(143,115,130)
#826977
(130,105,119)
#755F6C
(117,95,108)
#685561
(104,85,97)
#5B4B56
(91,75,86)
#4E414B
(78,65,75)
#413740
(65,55,64)
#342D35
(52,45,53)
#27232A
(39,35,42)
#1A191F
(26,25,31)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #8F7382

#8F7382
(143,115,130)
#997F8D
(153,127,141)
#A38B98
(163,139,152)
#AD97A3
(173,151,163)
#B7A3AE
(183,163,174)
#C1AFB9
(193,175,185)
#CBBBC4
(203,187,196)
#D5C7CF
(213,199,207)
#DFD3DA
(223,211,218)
#E9DFE5
(233,223,229)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7382 color. Also use rgb(143,115,130) instead hex code.

Text Font Color

.myTextColor { color: #8F7382; }

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

This text font color is #8F7382.

Background Color

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

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

This div background color is #8F7382.

Border color

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

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

This div border color is #8F7382.

Opacity

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

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

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

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

This text has shadow with #8F7382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7382.

Preview

Color preview on black background

This text has color #8F7382 on black background.


Color preview on white background

This text has color #8F7382 on white background.


Black color preview on #8F7382 background

This text has black color on #8F7382 background.


White color preview on #8F7382 background

This text has white color on #8F7382 background.


Related colors

Complementary color

Complementary color for #hex is #708C7D.


I love getcolorcode.com

Triadic colors

1 #828F73 and #73828F with #8F7382 are triadic colors.

2 #82738F and #738F82 with #8F7382 are triadic colors.