COLOR #8F7385

HEX: #8F7385 RGB: (143,115,133)

Color info

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

RGB color model

#8F7385 color RGB value is (143,115,133).

RGB: (143,115,133) (56%, 45%, 52%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 133 of 255 = 52%

143
115
133

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

Portions of RGB colors in percentages

R + G + B = 143 + 115 + 133 = 391 (100%)
R 143 of 391 ~ 36.57%
G 115 of 391 ~ 29.41%
B 133 of 391 ~ 34.02'%

%36.57
%29.41
%34.02

CMYK color model

#8F7385 color CMYK value is (0,20,7,44).

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

CMYK: (0,20,7,44)
C0M20Y7K44 (0%, 20%, 7%, 44%)
(0.00 / 0.20 / 0.07 / 0.44)

CMYK percentages

%0
%19.58
%6.99
%43.92

Codes

Color #8F7385 in popluar color models

8F 73 85
RGB 143 115 133
HSL 321° 11.11% 50.59%
HSB/HSV 321° 19.58% 56.08%
CMYK 0.00% 19.58% 6.99%
43.92%

Color #8F7385 in popluar number systems.

HEX 8F 73 85
Decimal 143 115 133
Binary 10001111 1110011 10000101
Octal 217 163 205

Shades and tints

Shades of #8F7385

#8F7385
(143,115,133)
#826979
(130,105,121)
#755F6D
(117,95,109)
#685561
(104,85,97)
#5B4B55
(91,75,85)
#4E4149
(78,65,73)
#41373D
(65,55,61)
#342D31
(52,45,49)
#272325
(39,35,37)
#1A1919
(26,25,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #8F7385

#8F7385
(143,115,133)
#997F90
(153,127,144)
#A38B9B
(163,139,155)
#AD97A6
(173,151,166)
#B7A3B1
(183,163,177)
#C1AFBC
(193,175,188)
#CBBBC7
(203,187,199)
#D5C7D2
(213,199,210)
#DFD3DD
(223,211,221)
#E9DFE8
(233,223,232)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F7385; }

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

This text font color is #8F7385.

Background Color

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

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

This div background color is #8F7385.

Border color

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

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

This div border color is #8F7385.

Opacity

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

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

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

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

This text has shadow with #8F7385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7385.

Preview

Color preview on black background

This text has color #8F7385 on black background.


Color preview on white background

This text has color #8F7385 on white background.


Black color preview on #8F7385 background

This text has black color on #8F7385 background.


White color preview on #8F7385 background

This text has white color on #8F7385 background.


Related colors

Complementary color

Complementary color for #hex is #708C7A.


I love getcolorcode.com

Triadic colors

1 #858F73 and #73858F with #8F7385 are triadic colors.

2 #85738F and #738F85 with #8F7385 are triadic colors.