COLOR #8B178B

HEX: #8B178B
RGB: (139,23,139)

Color info

#8B178B contains mainly red and blue colors. Web safe color of #8B178B is #990099 (or #909).

RGB color model

#8B178B color RGB value is (139,23,139).

  • red value is 139;
  • green value is 23;
  • blue value is 139.
RGB:
(139,23,139)
(55%,9%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 23 of 255 = 9%
B 139 of 255 = 55%

139
23
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 23 + 139 = 301 (100%)
R 139 of 301 ~ 46.18%
G 23 of 301 ~ 7.64%
B 139 of 301 ~ 46.18%

%46.18
%46.18

CMYK color model

#8B178B color CMYK value is (0,83,0,45).

  • cyan value is 0.00%
  • magenta value is 83.45%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(0,83,0,45)
C0M83Y0K45 
(0%,83%,0%,45%)
(0.00/0.83/0.00/0.45)	

CMYK percentages

%0
%83.45
%0
%45.49

Codes

Color #8B178B in popluar color models

8B178B
RGB13923139
HSL300°71.60%31.76%
HSB/HSV300°83.45%54.51%
CMYK0.00%83.45%0.00%
45.49%

Color #8B178B in popluar number systems.

HEX8B178B
Decimal13923139
Binary100010111011110001011
Octal21327213

Shades and tints

Shades of #8B178B

#8B178B
(139,23,139)
#7F157F
(127,21,127)
#731373
(115,19,115)
#671167
(103,17,103)
#5B0F5B
(91,15,91)
#4F0D4F
(79,13,79)
#430B43
(67,11,67)
#370937
(55,9,55)
#2B072B
(43,7,43)
#1F051F
(31,5,31)
#130313
(19,3,19)
#000000
(0,0,0)

Tints of #8B178B

#8B178B
(139,23,139)
#952C95
(149,44,149)
#9F419F
(159,65,159)
#A956A9
(169,86,169)
#B36BB3
(179,107,179)
#BD80BD
(189,128,189)
#C795C7
(199,149,199)
#D1AAD1
(209,170,209)
#DBBFDB
(219,191,219)
#E5D4E5
(229,212,229)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B178B; }

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

This text font color is #8B178B.


Background Color

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

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

This div background color is #8B178B.


Border color

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

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

This div border color is #8B178B.


Opacity

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

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

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

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

This text has shadow with #8B178B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B178B on black background.


Color preview on white background

This text has color #8B178B on white background.



Black color preview on #8B178B background

This text has black color on #8B178B background.


White color preview on #8B178B background

This text has white color on #8B178B background.