COLOR #8B71BF

HEX: #8B71BF RGB: (139,113,191)

Color info

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

RGB color model

#8B71BF color RGB value is (139,113,191).

RGB: (139,113,191) (55%, 44%, 75%)

RGB channels and saturation

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

139
113
191

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 191 = 443 (100%)
R 139 of 443 ~ 31.38%
G 113 of 443 ~ 25.51%
B 191 of 443 ~ 43.12'%

%31.38
%25.51
%43.12

CMYK color model

#8B71BF color CMYK value is (27,41,0,25).

  • cyan value is 27.23%
  • magenta value is 40.84%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (27,41,0,25)
C27M41Y0K25 (27%, 41%, 0%, 25%)
(0.27 / 0.41 / 0.00 / 0.25)

CMYK percentages

%27.23
%40.84
%0
%25.1

Codes

Color #8B71BF in popluar color models

8B 71 BF
RGB 139 113 191
HSL 260° 37.86% 59.61%
HSB/HSV 260° 40.84% 74.90%
CMYK 27.23% 40.84% 0.00%
25.10%

Color #8B71BF in popluar number systems.

HEX 8B 71 BF
Decimal 139 113 191
Binary 10001011 1110001 10111111
Octal 213 161 277

Shades and tints

Shades of #8B71BF

#8B71BF
(139,113,191)
#7F67AE
(127,103,174)
#735D9D
(115,93,157)
#67538C
(103,83,140)
#5B497B
(91,73,123)
#4F3F6A
(79,63,106)
#433559
(67,53,89)
#372B48
(55,43,72)
#2B2137
(43,33,55)
#1F1726
(31,23,38)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #8B71BF

#8B71BF
(139,113,191)
#957DC4
(149,125,196)
#9F89C9
(159,137,201)
#A995CE
(169,149,206)
#B3A1D3
(179,161,211)
#BDADD8
(189,173,216)
#C7B9DD
(199,185,221)
#D1C5E2
(209,197,226)
#DBD1E7
(219,209,231)
#E5DDEC
(229,221,236)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B71BF; }

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

This text font color is #8B71BF.

Background Color

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

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

This div background color is #8B71BF.

Border color

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

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

This div border color is #8B71BF.

Opacity

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

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

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

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

This text has shadow with #8B71BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B71BF.

Preview

Color preview on black background

This text has color #8B71BF on black background.


Color preview on white background

This text has color #8B71BF on white background.


Black color preview on #8B71BF background

This text has black color on #8B71BF background.


White color preview on #8B71BF background

This text has white color on #8B71BF background.


Related colors

Complementary color

Complementary color for #hex is #748E40.


I love getcolorcode.com

Triadic colors

1 #BF8B71 and #71BF8B with #8B71BF are triadic colors.

2 #BF718B and #718BBF with #8B71BF are triadic colors.