COLOR #8F5BB1

HEX: #8F5BB1
RGB: (143,91,177)

Color info

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

RGB color model

#8F5BB1 color RGB value is (143,91,177).

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

RGB channels and saturation

R 143 of 255 = 56%
G 91 of 255 = 36%
B 177 of 255 = 69%

143
91
177

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

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 177 = 411 (100%)
R 143 of 411 ~ 34.79%
G 91 of 411 ~ 22.14%
B 177 of 411 ~ 43.07%

%34.79
%22.14
%43.07

CMYK color model

#8F5BB1 color CMYK value is (19,49,0,31).

  • cyan value is 19.21%
  • magenta value is 48.59%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,49,0,31)
C19M49Y0K31 
(19%,49%,0%,31%)
(0.19/0.49/0.00/0.31)	

CMYK percentages

%19.21
%48.59
%0
%30.59

Codes

Color #8F5BB1 in popluar color models

8F5BB1
RGB14391177
HSL276°35.54%52.55%
HSB/HSV276°48.59%69.41%
CMYK19.21%48.59%0.00%
30.59%

Color #8F5BB1 in popluar number systems.

HEX8F5BB1
Decimal14391177
Binary10001111101101110110001
Octal217133261

Shades and tints

Shades of #8F5BB1

#8F5BB1
(143,91,177)
#8253A1
(130,83,161)
#754B91
(117,75,145)
#684381
(104,67,129)
#5B3B71
(91,59,113)
#4E3361
(78,51,97)
#412B51
(65,43,81)
#342341
(52,35,65)
#271B31
(39,27,49)
#1A1321
(26,19,33)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #8F5BB1

#8F5BB1
(143,91,177)
#9969B8
(153,105,184)
#A377BF
(163,119,191)
#AD85C6
(173,133,198)
#B793CD
(183,147,205)
#C1A1D4
(193,161,212)
#CBAFDB
(203,175,219)
#D5BDE2
(213,189,226)
#DFCBE9
(223,203,233)
#E9D9F0
(233,217,240)
#F3E7F7
(243,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F5BB1; }

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

This text font color is #8F5BB1.


Background Color

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

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

This div background color is #8F5BB1.


Border color

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

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

This div border color is #8F5BB1.


Opacity

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

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

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

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

This text has shadow with #8F5BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5BB1 on black background.


Color preview on white background

This text has color #8F5BB1 on white background.



Black color preview on #8F5BB1 background

This text has black color on #8F5BB1 background.


White color preview on #8F5BB1 background

This text has white color on #8F5BB1 background.