COLOR #8F5BA6

HEX: #8F5BA6
RGB: (143,91,166)

Color info

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

RGB color model

#8F5BA6 color RGB value is (143,91,166).

  • red value is 143;
  • green value is 91;
  • blue value is 166.
RGB:
(143,91,166)
(56%,36%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 91 of 255 = 36%
B 166 of 255 = 65%

143
91
166

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

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 166 = 400 (100%)
R 143 of 400 ~ 35.75%
G 91 of 400 ~ 22.75%
B 166 of 400 ~ 41.5%

%35.75
%22.75
%41.5

CMYK color model

#8F5BA6 color CMYK value is (14,45,0,35).

  • cyan value is 13.86%
  • magenta value is 45.18%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(14,45,0,35)
C14M45Y0K35 
(14%,45%,0%,35%)
(0.14/0.45/0.00/0.35)	

CMYK percentages

%13.86
%45.18
%0
%34.9

Codes

Color #8F5BA6 in popluar color models

8F5BA6
RGB14391166
HSL282°29.64%50.39%
HSB/HSV282°45.18%65.10%
CMYK13.86%45.18%0.00%
34.90%

Color #8F5BA6 in popluar number systems.

HEX8F5BA6
Decimal14391166
Binary10001111101101110100110
Octal217133246

Shades and tints

Shades of #8F5BA6

#8F5BA6
(143,91,166)
#825397
(130,83,151)
#754B88
(117,75,136)
#684379
(104,67,121)
#5B3B6A
(91,59,106)
#4E335B
(78,51,91)
#412B4C
(65,43,76)
#34233D
(52,35,61)
#271B2E
(39,27,46)
#1A131F
(26,19,31)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #8F5BA6

#8F5BA6
(143,91,166)
#9969AE
(153,105,174)
#A377B6
(163,119,182)
#AD85BE
(173,133,190)
#B793C6
(183,147,198)
#C1A1CE
(193,161,206)
#CBAFD6
(203,175,214)
#D5BDDE
(213,189,222)
#DFCBE6
(223,203,230)
#E9D9EE
(233,217,238)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5BA6 color. Also use rgb(143,91,166) instead hex code.

Text Font Color

.myTextColor { color: #8F5BA6; }

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

This text font color is #8F5BA6.


Background Color

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

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

This div background color is #8F5BA6.


Border color

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

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

This div border color is #8F5BA6.


Opacity

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

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

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

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

This text has shadow with #8F5BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5BA6 on black background.


Color preview on white background

This text has color #8F5BA6 on white background.



Black color preview on #8F5BA6 background

This text has black color on #8F5BA6 background.


White color preview on #8F5BA6 background

This text has white color on #8F5BA6 background.