COLOR #8F5FA7

HEX: #8F5FA7
RGB: (143,95,167)

Color info

#8F5FA7 contains mainly red and blue colors. Web safe color of #8F5FA7 is #996699 (or #969).

RGB color model

#8F5FA7 color RGB value is (143,95,167).

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

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 167 of 255 = 65%

143
95
167

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

Portions of RGB colors in percentages

R + G + B =
143 + 95 + 167 = 405 (100%)
R 143 of 405 ~ 35.31%
G 95 of 405 ~ 23.46%
B 167 of 405 ~ 41.23%

%35.31
%23.46
%41.23

CMYK color model

#8F5FA7 color CMYK value is (14,43,0,35).

  • cyan value is 14.37%
  • magenta value is 43.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,43,0,35)
C14M43Y0K35 
(14%,43%,0%,35%)
(0.14/0.43/0.00/0.35)	

CMYK percentages

%14.37
%43.11
%0
%34.51

Codes

Color #8F5FA7 in popluar color models

8F5FA7
RGB14395167
HSL280°29.03%51.37%
HSB/HSV280°43.11%65.49%
CMYK14.37%43.11%0.00%
34.51%

Color #8F5FA7 in popluar number systems.

HEX8F5FA7
Decimal14395167
Binary10001111101111110100111
Octal217137247

Shades and tints

Shades of #8F5FA7

#8F5FA7
(143,95,167)
#825798
(130,87,152)
#754F89
(117,79,137)
#68477A
(104,71,122)
#5B3F6B
(91,63,107)
#4E375C
(78,55,92)
#412F4D
(65,47,77)
#34273E
(52,39,62)
#271F2F
(39,31,47)
#1A1720
(26,23,32)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #8F5FA7

#8F5FA7
(143,95,167)
#996DAF
(153,109,175)
#A37BB7
(163,123,183)
#AD89BF
(173,137,191)
#B797C7
(183,151,199)
#C1A5CF
(193,165,207)
#CBB3D7
(203,179,215)
#D5C1DF
(213,193,223)
#DFCFE7
(223,207,231)
#E9DDEF
(233,221,239)
#F3EBF7
(243,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5FA7; }

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

This text font color is #8F5FA7.


Background Color

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

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

This div background color is #8F5FA7.


Border color

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

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

This div border color is #8F5FA7.


Opacity

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

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

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

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

This text has shadow with #8F5FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5FA7 on black background.


Color preview on white background

This text has color #8F5FA7 on white background.



Black color preview on #8F5FA7 background

This text has black color on #8F5FA7 background.


White color preview on #8F5FA7 background

This text has white color on #8F5FA7 background.