COLOR #8F5686

HEX: #8F5686
RGB: (143,86,134)

Color info

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

RGB color model

#8F5686 color RGB value is (143,86,134).

  • red value is 143;
  • green value is 86;
  • blue value is 134.
RGB:
(143,86,134)
(56%,34%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 86 of 255 = 34%
B 134 of 255 = 53%

143
86
134

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

Portions of RGB colors in percentages

R + G + B =
143 + 86 + 134 = 363 (100%)
R 143 of 363 ~ 39.39%
G 86 of 363 ~ 23.69%
B 134 of 363 ~ 36.91%

%39.39
%23.69
%36.91

CMYK color model

#8F5686 color CMYK value is (0,40,6,44).

  • cyan value is 0.00%
  • magenta value is 39.86%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(0,40,6,44)
C0M40Y6K44 
(0%,40%,6%,44%)
(0.00/0.40/0.06/0.44)	

CMYK percentages

%0
%39.86
%6.29
%43.92

Codes

Color #8F5686 in popluar color models

8F5686
RGB14386134
HSL309°24.89%44.90%
HSB/HSV309°39.86%56.08%
CMYK0.00%39.86%6.29%
43.92%

Color #8F5686 in popluar number systems.

HEX8F5686
Decimal14386134
Binary10001111101011010000110
Octal217126206

Shades and tints

Shades of #8F5686

#8F5686
(143,86,134)
#824F7A
(130,79,122)
#75486E
(117,72,110)
#684162
(104,65,98)
#5B3A56
(91,58,86)
#4E334A
(78,51,74)
#412C3E
(65,44,62)
#342532
(52,37,50)
#271E26
(39,30,38)
#1A171A
(26,23,26)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #8F5686

#8F5686
(143,86,134)
#996591
(153,101,145)
#A3749C
(163,116,156)
#AD83A7
(173,131,167)
#B792B2
(183,146,178)
#C1A1BD
(193,161,189)
#CBB0C8
(203,176,200)
#D5BFD3
(213,191,211)
#DFCEDE
(223,206,222)
#E9DDE9
(233,221,233)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5686; }

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

This text font color is #8F5686.


Background Color

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

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

This div background color is #8F5686.


Border color

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

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

This div border color is #8F5686.


Opacity

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

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

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

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

This text has shadow with #8F5686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5686 on black background.


Color preview on white background

This text has color #8F5686 on white background.



Black color preview on #8F5686 background

This text has black color on #8F5686 background.


White color preview on #8F5686 background

This text has white color on #8F5686 background.