COLOR #8B1C8D

HEX: #8B1C8D
RGB: (139,28,141)

Color info

#8B1C8D contains mainly red and blue colors. Web safe color of #8B1C8D is #993399 (or #939).

RGB color model

#8B1C8D color RGB value is (139,28,141).

  • red value is 139;
  • green value is 28;
  • blue value is 141.
RGB:
(139,28,141)
(55%,11%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 28 of 255 = 11%
B 141 of 255 = 55%

139
28
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 28 + 141 = 308 (100%)
R 139 of 308 ~ 45.13%
G 28 of 308 ~ 9.09%
B 141 of 308 ~ 45.78%

%45.13
%45.78

CMYK color model

#8B1C8D color CMYK value is (1,80,0,45).

  • cyan value is 1.42%
  • magenta value is 80.14%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(1,80,0,45)
C1M80Y0K45 
(1%,80%,0%,45%)
(0.01/0.80/0.00/0.45)	

CMYK percentages

%1.42
%80.14
%0
%44.71

Codes

Color #8B1C8D in popluar color models

8B1C8D
RGB13928141
HSL299°66.86%33.14%
HSB/HSV299°80.14%55.29%
CMYK1.42%80.14%0.00%
44.71%

Color #8B1C8D in popluar number systems.

HEX8B1C8D
Decimal13928141
Binary100010111110010001101
Octal21334215

Shades and tints

Shades of #8B1C8D

#8B1C8D
(139,28,141)
#7F1A81
(127,26,129)
#731875
(115,24,117)
#671669
(103,22,105)
#5B145D
(91,20,93)
#4F1251
(79,18,81)
#431045
(67,16,69)
#370E39
(55,14,57)
#2B0C2D
(43,12,45)
#1F0A21
(31,10,33)
#130815
(19,8,21)
#000000
(0,0,0)

Tints of #8B1C8D

#8B1C8D
(139,28,141)
#953097
(149,48,151)
#9F44A1
(159,68,161)
#A958AB
(169,88,171)
#B36CB5
(179,108,181)
#BD80BF
(189,128,191)
#C794C9
(199,148,201)
#D1A8D3
(209,168,211)
#DBBCDD
(219,188,221)
#E5D0E7
(229,208,231)
#EFE4F1
(239,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B1C8D; }

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

This text font color is #8B1C8D.


Background Color

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

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

This div background color is #8B1C8D.


Border color

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

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

This div border color is #8B1C8D.


Opacity

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

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

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

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

This text has shadow with #8B1C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B1C8D on black background.


Color preview on white background

This text has color #8B1C8D on white background.



Black color preview on #8B1C8D background

This text has black color on #8B1C8D background.


White color preview on #8B1C8D background

This text has white color on #8B1C8D background.