COLOR #8F7581

HEX: #8F7581 RGB: (143,117,129)

Color info

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

RGB color model

#8F7581 color RGB value is (143,117,129).

RGB: (143,117,129) (56%, 46%, 51%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 129 of 255 = 51%

143
117
129

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

Portions of RGB colors in percentages

R + G + B = 143 + 117 + 129 = 389 (100%)
R 143 of 389 ~ 36.76%
G 117 of 389 ~ 30.08%
B 129 of 389 ~ 33.16'%

%36.76
%30.08
%33.16

CMYK color model

#8F7581 color CMYK value is (0,18,10,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 9.79%
  • key color value is 43.92%

CMYK: (0,18,10,44)
C0M18Y10K44 (0%, 18%, 10%, 44%)
(0.00 / 0.18 / 0.10 / 0.44)

CMYK percentages

%0
%18.18
%9.79
%43.92

Codes

Color #8F7581 in popluar color models

8F 75 81
RGB 143 117 129
HSL 332° 10.40% 50.98%
HSB/HSV 332° 18.18% 56.08%
CMYK 0.00% 18.18% 9.79%
43.92%

Color #8F7581 in popluar number systems.

HEX 8F 75 81
Decimal 143 117 129
Binary 10001111 1110101 10000001
Octal 217 165 201

Shades and tints

Shades of #8F7581

#8F7581
(143,117,129)
#826B76
(130,107,118)
#75616B
(117,97,107)
#685760
(104,87,96)
#5B4D55
(91,77,85)
#4E434A
(78,67,74)
#41393F
(65,57,63)
#342F34
(52,47,52)
#272529
(39,37,41)
#1A1B1E
(26,27,30)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #8F7581

#8F7581
(143,117,129)
#99818C
(153,129,140)
#A38D97
(163,141,151)
#AD99A2
(173,153,162)
#B7A5AD
(183,165,173)
#C1B1B8
(193,177,184)
#CBBDC3
(203,189,195)
#D5C9CE
(213,201,206)
#DFD5D9
(223,213,217)
#E9E1E4
(233,225,228)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7581 color. Also use rgb(143,117,129) instead hex code.

Text Font Color

.myTextColor { color: #8F7581; }

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

This text font color is #8F7581.

Background Color

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

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

This div background color is #8F7581.

Border color

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

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

This div border color is #8F7581.

Opacity

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

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

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

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

This text has shadow with #8F7581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7581.

Preview

Color preview on black background

This text has color #8F7581 on black background.


Color preview on white background

This text has color #8F7581 on white background.


Black color preview on #8F7581 background

This text has black color on #8F7581 background.


White color preview on #8F7581 background

This text has white color on #8F7581 background.


Related colors

Complementary color

Complementary color for #hex is #708A7E.


I love getcolorcode.com

Triadic colors

1 #818F75 and #75818F with #8F7581 are triadic colors.

2 #81758F and #758F81 with #8F7581 are triadic colors.