COLOR #8B71E3

HEX: #8B71E3
RGB: (139,113,227)

Color info

#8B71E3 contains mainly blue color. Web safe color of #8B71E3 is #9966CC (or #96C).

RGB color model

#8B71E3 color RGB value is (139,113,227).

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

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 227 of 255 = 89%

139
113
227

R + G + B ~ 63%. #8B71E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 113 + 227 = 479 (100%)
R 139 of 479 ~ 29.02%
G 113 of 479 ~ 23.59%
B 227 of 479 ~ 47.39%

%29.02
%23.59
%47.39

CMYK color model

#8B71E3 color CMYK value is (39,50,0,11).

  • cyan value is 38.77%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(39,50,0,11)
C39M50Y0K11 
(39%,50%,0%,11%)
(0.39/0.50/0.00/0.11)	

CMYK percentages

%38.77
%50.22
%0
%10.98

Codes

Color #8B71E3 in popluar color models

8B71E3
RGB139113227
HSL254°67.06%66.67%
HSB/HSV254°50.22%89.02%
CMYK38.77%50.22%0.00%
10.98%

Color #8B71E3 in popluar number systems.

HEX8B71E3
Decimal139113227
Binary10001011111000111100011
Octal213161343

Shades and tints

Shades of #8B71E3

#8B71E3
(139,113,227)
#7F67CF
(127,103,207)
#735DBB
(115,93,187)
#6753A7
(103,83,167)
#5B4993
(91,73,147)
#4F3F7F
(79,63,127)
#43356B
(67,53,107)
#372B57
(55,43,87)
#2B2143
(43,33,67)
#1F172F
(31,23,47)
#130D1B
(19,13,27)
#000000
(0,0,0)

Tints of #8B71E3

#8B71E3
(139,113,227)
#957DE5
(149,125,229)
#9F89E7
(159,137,231)
#A995E9
(169,149,233)
#B3A1EB
(179,161,235)
#BDADED
(189,173,237)
#C7B9EF
(199,185,239)
#D1C5F1
(209,197,241)
#DBD1F3
(219,209,243)
#E5DDF5
(229,221,245)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B71E3; }

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

This text font color is #8B71E3.


Background Color

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

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

This div background color is #8B71E3.


Border color

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

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

This div border color is #8B71E3.


Opacity

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

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

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

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

This text has shadow with #8B71E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B71E3 on black background.


Color preview on white background

This text has color #8B71E3 on white background.



Black color preview on #8B71E3 background

This text has black color on #8B71E3 background.


White color preview on #8B71E3 background

This text has white color on #8B71E3 background.