COLOR #8F5BA8

HEX: #8F5BA8
RGB: (143,91,168)

Color info

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

RGB color model

#8F5BA8 color RGB value is (143,91,168).

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

RGB channels and saturation

R 143 of 255 = 56%
G 91 of 255 = 36%
B 168 of 255 = 66%

143
91
168

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

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 168 = 402 (100%)
R 143 of 402 ~ 35.57%
G 91 of 402 ~ 22.64%
B 168 of 402 ~ 41.79%

%35.57
%22.64
%41.79

CMYK color model

#8F5BA8 color CMYK value is (15,46,0,34).

  • cyan value is 14.88%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(15,46,0,34)
C15M46Y0K34 
(15%,46%,0%,34%)
(0.15/0.46/0.00/0.34)	

CMYK percentages

%14.88
%45.83
%0
%34.12

Codes

Color #8F5BA8 in popluar color models

8F5BA8
RGB14391168
HSL281°30.68%50.78%
HSB/HSV281°45.83%65.88%
CMYK14.88%45.83%0.00%
34.12%

Color #8F5BA8 in popluar number systems.

HEX8F5BA8
Decimal14391168
Binary10001111101101110101000
Octal217133250

Shades and tints

Shades of #8F5BA8

#8F5BA8
(143,91,168)
#825399
(130,83,153)
#754B8A
(117,75,138)
#68437B
(104,67,123)
#5B3B6C
(91,59,108)
#4E335D
(78,51,93)
#412B4E
(65,43,78)
#34233F
(52,35,63)
#271B30
(39,27,48)
#1A1321
(26,19,33)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #8F5BA8

#8F5BA8
(143,91,168)
#9969AF
(153,105,175)
#A377B6
(163,119,182)
#AD85BD
(173,133,189)
#B793C4
(183,147,196)
#C1A1CB
(193,161,203)
#CBAFD2
(203,175,210)
#D5BDD9
(213,189,217)
#DFCBE0
(223,203,224)
#E9D9E7
(233,217,231)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5BA8; }

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

This text font color is #8F5BA8.


Background Color

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

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

This div background color is #8F5BA8.


Border color

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

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

This div border color is #8F5BA8.


Opacity

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

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

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

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

This text has shadow with #8F5BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5BA8 on black background.


Color preview on white background

This text has color #8F5BA8 on white background.



Black color preview on #8F5BA8 background

This text has black color on #8F5BA8 background.


White color preview on #8F5BA8 background

This text has white color on #8F5BA8 background.