COLOR #8F5986

HEX: #8F5986 RGB: (143,89,134)

Color info

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

RGB color model

#8F5986 color RGB value is (143,89,134).

RGB: (143,89,134) (56%, 35%, 53%)

RGB channels and saturation

R 143 of 255 = 56%
G 89 of 255 = 35%
B 134 of 255 = 53%

143
89
134

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

Portions of RGB colors in percentages

R + G + B = 143 + 89 + 134 = 366 (100%)
R 143 of 366 ~ 39.07%
G 89 of 366 ~ 24.32%
B 134 of 366 ~ 36.61'%

%39.07
%24.32
%36.61

CMYK color model

#8F5986 color CMYK value is (0,38,6,44).

  • cyan value is 0.00%
  • magenta value is 37.76%
  • yellow value is 6.29%
  • key color value is 43.92%

CMYK: (0,38,6,44)
C0M38Y6K44 (0%, 38%, 6%, 44%)
(0.00 / 0.38 / 0.06 / 0.44)

CMYK percentages

%0
%37.76
%6.29
%43.92

Codes

Color #8F5986 in popluar color models

8F 59 86
RGB 143 89 134
HSL 310° 23.28% 45.49%
HSB/HSV 310° 37.76% 56.08%
CMYK 0.00% 37.76% 6.29%
43.92%

Color #8F5986 in popluar number systems.

HEX 8F 59 86
Decimal 143 89 134
Binary 10001111 1011001 10000110
Octal 217 131 206

Shades and tints

Shades of #8F5986

#8F5986
(143,89,134)
#82517A
(130,81,122)
#75496E
(117,73,110)
#684162
(104,65,98)
#5B3956
(91,57,86)
#4E314A
(78,49,74)
#41293E
(65,41,62)
#342132
(52,33,50)
#271926
(39,25,38)
#1A111A
(26,17,26)
#0D090E
(13,9,14)
#000000
(0,0,0)

Tints of #8F5986

#8F5986
(143,89,134)
#996891
(153,104,145)
#A3779C
(163,119,156)
#AD86A7
(173,134,167)
#B795B2
(183,149,178)
#C1A4BD
(193,164,189)
#CBB3C8
(203,179,200)
#D5C2D3
(213,194,211)
#DFD1DE
(223,209,222)
#E9E0E9
(233,224,233)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5986 color. Also use rgb(143,89,134) instead hex code.

Text Font Color

.myTextColor { color: #8F5986; }

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

This text font color is #8F5986.

Background Color

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

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

This div background color is #8F5986.

Border color

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

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

This div border color is #8F5986.

Opacity

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

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

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

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

This text has shadow with #8F5986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F5986.

Preview

Color preview on black background

This text has color #8F5986 on black background.


Color preview on white background

This text has color #8F5986 on white background.


Black color preview on #8F5986 background

This text has black color on #8F5986 background.


White color preview on #8F5986 background

This text has white color on #8F5986 background.


Related colors

Complementary color

Complementary color for #hex is #70A679.


I love getcolorcode.com

Triadic colors

1 #868F59 and #59868F with #8F5986 are triadic colors.

2 #86598F and #598F86 with #8F5986 are triadic colors.