COLOR #8711B7

HEX: #8711B7
RGB: (135,17,183)

Color info

#8711B7 contains mainly red and blue colors. Web safe color of #8711B7 is #9900CC (or #90C).

RGB color model

#8711B7 color RGB value is (135,17,183).

  • red value is 135;
  • green value is 17;
  • blue value is 183.
RGB:
(135,17,183)
(53%,7%,72%)

RGB channels and saturation

R 135 of 255 = 53%
G 17 of 255 = 7%
B 183 of 255 = 72%

135
17
183

R + G + B ~ 44%. #8711B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 17 + 183 = 335 (100%)
R 135 of 335 ~ 40.3%
G 17 of 335 ~ 5.07%
B 183 of 335 ~ 54.63%

%40.3
%54.63

CMYK color model

#8711B7 color CMYK value is (26,91,0,28).

  • cyan value is 26.23%
  • magenta value is 90.71%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(26,91,0,28)
C26M91Y0K28 
(26%,91%,0%,28%)
(0.26/0.91/0.00/0.28)	

CMYK percentages

%26.23
%90.71
%0
%28.24

Codes

Color #8711B7 in popluar color models

8711B7
RGB13517183
HSL283°83.00%39.22%
HSB/HSV283°90.71%71.76%
CMYK26.23%90.71%0.00%
28.24%

Color #8711B7 in popluar number systems.

HEX8711B7
Decimal13517183
Binary100001111000110110111
Octal20721267

Shades and tints

Shades of #8711B7

#8711B7
(135,17,183)
#7B10A7
(123,16,167)
#6F0F97
(111,15,151)
#630E87
(99,14,135)
#570D77
(87,13,119)
#4B0C67
(75,12,103)
#3F0B57
(63,11,87)
#330A47
(51,10,71)
#270937
(39,9,55)
#1B0827
(27,8,39)
#0F0717
(15,7,23)
#000000
(0,0,0)

Tints of #8711B7

#8711B7
(135,17,183)
#9126BD
(145,38,189)
#9B3BC3
(155,59,195)
#A550C9
(165,80,201)
#AF65CF
(175,101,207)
#B97AD5
(185,122,213)
#C38FDB
(195,143,219)
#CDA4E1
(205,164,225)
#D7B9E7
(215,185,231)
#E1CEED
(225,206,237)
#EBE3F3
(235,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8711B7 color. Also use rgb(135,17,183) instead hex code.

Text Font Color

.myTextColor { color: #8711B7; }

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

This text font color is #8711B7.


Background Color

.myBgColor { background-color: #8711B7; }

<div style="background-color:#8711B7">Inner text</div>

This div background color is #8711B7.


Border color

.myBorderColor { border: 1px solid #8711B7; }

<div style="border:3px solid #8711B7">Div</div>

This div border color is #8711B7.


Opacity

.myOpacity80 { color: #8711B7; opacity: 0.8; }

<p style="color:#8711B7;opacity:0.8;">80%</p>

Text with #8711B7 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 #8711B7;}

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

This text has shadow with #8711B7 color.

.textShadow {text-shadow: 3px 3px 1px #8711B7, 3px 3px 1px red;}

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

This text has shadow with #8711B7 primary color and red secondary color.


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

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

This text has shadow with #8711B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8711B7 on black background.


Color preview on white background

This text has color #8711B7 on white background.



Black color preview on #8711B7 background

This text has black color on #8711B7 background.


White color preview on #8711B7 background

This text has white color on #8711B7 background.