COLOR #8F7996

HEX: #8F7996 RGB: (143,121,150)

Color info

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

RGB color model

#8F7996 color RGB value is (143,121,150).

RGB: (143,121,150) (56%, 47%, 59%)

RGB channels and saturation

R 143 of 255 = 56%
G 121 of 255 = 47%
B 150 of 255 = 59%

143
121
150

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

Portions of RGB colors in percentages

R + G + B = 143 + 121 + 150 = 414 (100%)
R 143 of 414 ~ 34.54%
G 121 of 414 ~ 29.23%
B 150 of 414 ~ 36.23'%

%34.54
%29.23
%36.23

CMYK color model

#8F7996 color CMYK value is (5,19,0,41).

  • cyan value is 4.67%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (5,19,0,41) C5M19Y0K41 (5%,19%,0%,41%) (0.05/0.19/0.00/0.41) 

CMYK percentages

%4.67
%19.33
%0
%41.18

Codes

Color #8F7996 in popluar color models

8F 79 96
RGB 143 121 150
HSL 286° 12.13% 53.14%
HSB/HSV 286° 19.33% 58.82%
CMYK 4.67% 19.33% 0.00%
41.18%

Color #8F7996 in popluar number systems.

HEX 8F 79 96
Decimal 143 121 150
Binary 10001111 1111001 10010110
Octal 217 171 226

Shades and tints

Shades of #8F7996

#8F7996
(143,121,150)
#826E89
(130,110,137)
#75637C
(117,99,124)
#68586F
(104,88,111)
#5B4D62
(91,77,98)
#4E4255
(78,66,85)
#413748
(65,55,72)
#342C3B
(52,44,59)
#27212E
(39,33,46)
#1A1621
(26,22,33)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #8F7996

#8F7996
(143,121,150)
#99859F
(153,133,159)
#A391A8
(163,145,168)
#AD9DB1
(173,157,177)
#B7A9BA
(183,169,186)
#C1B5C3
(193,181,195)
#CBC1CC
(203,193,204)
#D5CDD5
(213,205,213)
#DFD9DE
(223,217,222)
#E9E5E7
(233,229,231)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7996 color. Also use rgb(143,121,150) instead hex code.

Text Font Color

.myTextColor { color: #8F7996; }

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

This text font color is #8F7996.

Background Color

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

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

This div background color is #8F7996.

Border color

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

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

This div border color is #8F7996.

Opacity

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

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

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

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

This text has shadow with #8F7996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7996.

Preview

Color preview on black background

This text has color #8F7996 on black background.


Color preview on white background

This text has color #8F7996 on white background.


Black color preview on #8F7996 background

This text has black color on #8F7996 background.


White color preview on #8F7996 background

This text has white color on #8F7996 background.


Related colors

Complementary color

Complementary color for #hex is #708669.


I love getcolorcode.com

Triadic colors

1 #968F79 and #79968F with #8F7996 are triadic colors.

2 #96798F and #798F96 with #8F7996 are triadic colors.