COLOR #8F77A7

HEX: #8F77A7
RGB: (143,119,167)

Color info

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

RGB color model

#8F77A7 color RGB value is (143,119,167).

  • red value is 143;
  • green value is 119;
  • blue value is 167.
RGB:
(143,119,167)
(56%,47%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 119 of 255 = 47%
B 167 of 255 = 65%

143
119
167

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

Portions of RGB colors in percentages

R + G + B =
143 + 119 + 167 = 429 (100%)
R 143 of 429 ~ 33.33%
G 119 of 429 ~ 27.74%
B 167 of 429 ~ 38.93%

%33.33
%27.74
%38.93

CMYK color model

#8F77A7 color CMYK value is (14,29,0,35).

  • cyan value is 14.37%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,29,0,35)
C14M29Y0K35 
(14%,29%,0%,35%)
(0.14/0.29/0.00/0.35)	

CMYK percentages

%14.37
%28.74
%0
%34.51

Codes

Color #8F77A7 in popluar color models

8F77A7
RGB143119167
HSL270°21.43%56.08%
HSB/HSV270°28.74%65.49%
CMYK14.37%28.74%0.00%
34.51%

Color #8F77A7 in popluar number systems.

HEX8F77A7
Decimal143119167
Binary10001111111011110100111
Octal217167247

Shades and tints

Shades of #8F77A7

#8F77A7
(143,119,167)
#826D98
(130,109,152)
#756389
(117,99,137)
#68597A
(104,89,122)
#5B4F6B
(91,79,107)
#4E455C
(78,69,92)
#413B4D
(65,59,77)
#34313E
(52,49,62)
#27272F
(39,39,47)
#1A1D20
(26,29,32)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #8F77A7

#8F77A7
(143,119,167)
#9983AF
(153,131,175)
#A38FB7
(163,143,183)
#AD9BBF
(173,155,191)
#B7A7C7
(183,167,199)
#C1B3CF
(193,179,207)
#CBBFD7
(203,191,215)
#D5CBDF
(213,203,223)
#DFD7E7
(223,215,231)
#E9E3EF
(233,227,239)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F77A7 color. Also use rgb(143,119,167) instead hex code.

Text Font Color

.myTextColor { color: #8F77A7; }

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

This text font color is #8F77A7.


Background Color

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

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

This div background color is #8F77A7.


Border color

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

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

This div border color is #8F77A7.


Opacity

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

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

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

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

This text has shadow with #8F77A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F77A7 on black background.


Color preview on white background

This text has color #8F77A7 on white background.



Black color preview on #8F77A7 background

This text has black color on #8F77A7 background.


White color preview on #8F77A7 background

This text has white color on #8F77A7 background.