COLOR #8F6991

HEX: #8F6991 RGB: (143,105,145)

Color info

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

RGB color model

#8F6991 color RGB value is (143,105,145).

RGB: (143,105,145) (56%, 41%, 57%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 145 of 255 = 57%

143
105
145

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

Portions of RGB colors in percentages

R + G + B = 143 + 105 + 145 = 393 (100%)
R 143 of 393 ~ 36.39%
G 105 of 393 ~ 26.72%
B 145 of 393 ~ 36.9'%

%36.39
%26.72
%36.9

CMYK color model

#8F6991 color CMYK value is (1,28,0,43).

  • cyan value is 1.38%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (1,28,0,43) C1M28Y0K43 (1%,28%,0%,43%) (0.01/0.28/0.00/0.43) 

CMYK percentages

%1.38
%27.59
%0
%43.14

Codes

Color #8F6991 in popluar color models

8F 69 91
RGB 143 105 145
HSL 297° 16.00% 49.02%
HSB/HSV 297° 27.59% 56.86%
CMYK 1.38% 27.59% 0.00%
43.14%

Color #8F6991 in popluar number systems.

HEX 8F 69 91
Decimal 143 105 145
Binary 10001111 1101001 10010001
Octal 217 151 221

Shades and tints

Shades of #8F6991

#8F6991
(143,105,145)
#826084
(130,96,132)
#755777
(117,87,119)
#684E6A
(104,78,106)
#5B455D
(91,69,93)
#4E3C50
(78,60,80)
#413343
(65,51,67)
#342A36
(52,42,54)
#272129
(39,33,41)
#1A181C
(26,24,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #8F6991

#8F6991
(143,105,145)
#99769B
(153,118,155)
#A383A5
(163,131,165)
#AD90AF
(173,144,175)
#B79DB9
(183,157,185)
#C1AAC3
(193,170,195)
#CBB7CD
(203,183,205)
#D5C4D7
(213,196,215)
#DFD1E1
(223,209,225)
#E9DEEB
(233,222,235)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6991 color. Also use rgb(143,105,145) instead hex code.

Text Font Color

.myTextColor { color: #8F6991; }

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

This text font color is #8F6991.

Background Color

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

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

This div background color is #8F6991.

Border color

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

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

This div border color is #8F6991.

Opacity

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

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

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

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

This text has shadow with #8F6991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6991.

Preview

Color preview on black background

This text has color #8F6991 on black background.


Color preview on white background

This text has color #8F6991 on white background.


Black color preview on #8F6991 background

This text has black color on #8F6991 background.


White color preview on #8F6991 background

This text has white color on #8F6991 background.


Related colors

Complementary color

Complementary color for #hex is #70966E.


I love getcolorcode.com

Triadic colors

1 #918F69 and #69918F with #8F6991 are triadic colors.

2 #91698F and #698F91 with #8F6991 are triadic colors.