COLOR #8F5BA5

HEX: #8F5BA5
RGB: (143,91,165)

Color info

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

RGB color model

#8F5BA5 color RGB value is (143,91,165).

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

RGB channels and saturation

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

143
91
165

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

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 165 = 399 (100%)
R 143 of 399 ~ 35.84%
G 91 of 399 ~ 22.81%
B 165 of 399 ~ 41.35%

%35.84
%22.81
%41.35

CMYK color model

#8F5BA5 color CMYK value is (13,45,0,35).

  • cyan value is 13.33%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(13,45,0,35)
C13M45Y0K35 
(13%,45%,0%,35%)
(0.13/0.45/0.00/0.35)	

CMYK percentages

%13.33
%44.85
%0
%35.29

Codes

Color #8F5BA5 in popluar color models

8F5BA5
RGB14391165
HSL282°29.13%50.20%
HSB/HSV282°44.85%64.71%
CMYK13.33%44.85%0.00%
35.29%

Color #8F5BA5 in popluar number systems.

HEX8F5BA5
Decimal14391165
Binary10001111101101110100101
Octal217133245

Shades and tints

Shades of #8F5BA5

#8F5BA5
(143,91,165)
#825396
(130,83,150)
#754B87
(117,75,135)
#684378
(104,67,120)
#5B3B69
(91,59,105)
#4E335A
(78,51,90)
#412B4B
(65,43,75)
#34233C
(52,35,60)
#271B2D
(39,27,45)
#1A131E
(26,19,30)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #8F5BA5

#8F5BA5
(143,91,165)
#9969AD
(153,105,173)
#A377B5
(163,119,181)
#AD85BD
(173,133,189)
#B793C5
(183,147,197)
#C1A1CD
(193,161,205)
#CBAFD5
(203,175,213)
#D5BDDD
(213,189,221)
#DFCBE5
(223,203,229)
#E9D9ED
(233,217,237)
#F3E7F5
(243,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5BA5; }

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

This text font color is #8F5BA5.


Background Color

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

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

This div background color is #8F5BA5.


Border color

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

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

This div border color is #8F5BA5.


Opacity

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

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

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

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

This text has shadow with #8F5BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5BA5 on black background.


Color preview on white background

This text has color #8F5BA5 on white background.



Black color preview on #8F5BA5 background

This text has black color on #8F5BA5 background.


White color preview on #8F5BA5 background

This text has white color on #8F5BA5 background.