COLOR #8B71C0

HEX: #8B71C0
RGB: (139,113,192)

Color info

#8B71C0 contains mainly red and blue colors. Web safe color of #8B71C0 is #9966CC (or #96C).

RGB color model

#8B71C0 color RGB value is (139,113,192).

  • red value is 139;
  • green value is 113;
  • blue value is 192.
RGB:
(139,113,192)
(55%,44%,75%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 192 of 255 = 75%

139
113
192

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

Portions of RGB colors in percentages

R + G + B =
139 + 113 + 192 = 444 (100%)
R 139 of 444 ~ 31.31%
G 113 of 444 ~ 25.45%
B 192 of 444 ~ 43.24%

%31.31
%25.45
%43.24

CMYK color model

#8B71C0 color CMYK value is (28,41,0,25).

  • cyan value is 27.60%
  • magenta value is 41.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(28,41,0,25)
C28M41Y0K25 
(28%,41%,0%,25%)
(0.28/0.41/0.00/0.25)	

CMYK percentages

%27.6
%41.15
%0
%24.71

Codes

Color #8B71C0 in popluar color models

8B71C0
RGB139113192
HSL260°38.54%59.80%
HSB/HSV260°41.15%75.29%
CMYK27.60%41.15%0.00%
24.71%

Color #8B71C0 in popluar number systems.

HEX8B71C0
Decimal139113192
Binary10001011111000111000000
Octal213161300

Shades and tints

Shades of #8B71C0

#8B71C0
(139,113,192)
#7F67AF
(127,103,175)
#735D9E
(115,93,158)
#67538D
(103,83,141)
#5B497C
(91,73,124)
#4F3F6B
(79,63,107)
#43355A
(67,53,90)
#372B49
(55,43,73)
#2B2138
(43,33,56)
#1F1727
(31,23,39)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #8B71C0

#8B71C0
(139,113,192)
#957DC5
(149,125,197)
#9F89CA
(159,137,202)
#A995CF
(169,149,207)
#B3A1D4
(179,161,212)
#BDADD9
(189,173,217)
#C7B9DE
(199,185,222)
#D1C5E3
(209,197,227)
#DBD1E8
(219,209,232)
#E5DDED
(229,221,237)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B71C0 color. Also use rgb(139,113,192) instead hex code.

Text Font Color

.myTextColor { color: #8B71C0; }

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

This text font color is #8B71C0.


Background Color

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

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

This div background color is #8B71C0.


Border color

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

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

This div border color is #8B71C0.


Opacity

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

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

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

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

This text has shadow with #8B71C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B71C0 on black background.


Color preview on white background

This text has color #8B71C0 on white background.



Black color preview on #8B71C0 background

This text has black color on #8B71C0 background.


White color preview on #8B71C0 background

This text has white color on #8B71C0 background.