COLOR #8B187B

HEX: #8B187B
RGB: (139,24,123)

Color info

#8B187B contains mainly red and blue colors. Web safe color of #8B187B is #990066 (or #906).

RGB color model

#8B187B color RGB value is (139,24,123).

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

RGB channels and saturation

R 139 of 255 = 55%
G 24 of 255 = 9%
B 123 of 255 = 48%

139
24
123

R + G + B ~ 37%. #8B187B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 24 + 123 = 286 (100%)
R 139 of 286 ~ 48.6%
G 24 of 286 ~ 8.39%
B 123 of 286 ~ 43.01%

%48.6
%43.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 82.73%
  • yellow value is 11.51%
  • key color value is 45.49%
CMYK:
(0,83,12,45)
C0M83Y12K45 
(0%,83%,12%,45%)
(0.00/0.83/0.12/0.45)	

CMYK percentages

%0
%82.73
%11.51
%45.49

Codes

Color #8B187B in popluar color models

8B187B
RGB13924123
HSL308°70.55%31.96%
HSB/HSV308°82.73%54.51%
CMYK0.00%82.73%11.51%
45.49%

Color #8B187B in popluar number systems.

HEX8B187B
Decimal13924123
Binary10001011110001111011
Octal21330173

Shades and tints

Shades of #8B187B

#8B187B
(139,24,123)
#7F1670
(127,22,112)
#731465
(115,20,101)
#67125A
(103,18,90)
#5B104F
(91,16,79)
#4F0E44
(79,14,68)
#430C39
(67,12,57)
#370A2E
(55,10,46)
#2B0823
(43,8,35)
#1F0618
(31,6,24)
#13040D
(19,4,13)
#000000
(0,0,0)

Tints of #8B187B

#8B187B
(139,24,123)
#952D87
(149,45,135)
#9F4293
(159,66,147)
#A9579F
(169,87,159)
#B36CAB
(179,108,171)
#BD81B7
(189,129,183)
#C796C3
(199,150,195)
#D1ABCF
(209,171,207)
#DBC0DB
(219,192,219)
#E5D5E7
(229,213,231)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B187B; }

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

This text font color is #8B187B.


Background Color

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

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

This div background color is #8B187B.


Border color

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

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

This div border color is #8B187B.


Opacity

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

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

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

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

This text has shadow with #8B187B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B187B on black background.


Color preview on white background

This text has color #8B187B on white background.



Black color preview on #8B187B background

This text has black color on #8B187B background.


White color preview on #8B187B background

This text has white color on #8B187B background.