COLOR #8B507E

HEX: #8B507E
RGB: (139,80,126)

Color info

#8B507E contains red, green and blue colors in about the same proportion. Web safe color of #8B507E is #996666 (or #966).

RGB color model

#8B507E color RGB value is (139,80,126).

  • red value is 139;
  • green value is 80;
  • blue value is 126.
RGB:
(139,80,126)
(55%,31%,49%)

RGB channels and saturation

R 139 of 255 = 55%
G 80 of 255 = 31%
B 126 of 255 = 49%

139
80
126

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

Portions of RGB colors in percentages

R + G + B =
139 + 80 + 126 = 345 (100%)
R 139 of 345 ~ 40.29%
G 80 of 345 ~ 23.19%
B 126 of 345 ~ 36.52%

%40.29
%23.19
%36.52

CMYK color model

#8B507E color CMYK value is (0,42,9,45).

  • cyan value is 0.00%
  • magenta value is 42.45%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK:
(0,42,9,45)
C0M42Y9K45 
(0%,42%,9%,45%)
(0.00/0.42/0.09/0.45)	

CMYK percentages

%0
%42.45
%9.35
%45.49

Codes

Color #8B507E in popluar color models

8B507E
RGB13980126
HSL313°26.94%42.94%
HSB/HSV313°42.45%54.51%
CMYK0.00%42.45%9.35%
45.49%

Color #8B507E in popluar number systems.

HEX8B507E
Decimal13980126
Binary1000101110100001111110
Octal213120176

Shades and tints

Shades of #8B507E

#8B507E
(139,80,126)
#7F4973
(127,73,115)
#734268
(115,66,104)
#673B5D
(103,59,93)
#5B3452
(91,52,82)
#4F2D47
(79,45,71)
#43263C
(67,38,60)
#371F31
(55,31,49)
#2B1826
(43,24,38)
#1F111B
(31,17,27)
#130A10
(19,10,16)
#000000
(0,0,0)

Tints of #8B507E

#8B507E
(139,80,126)
#955F89
(149,95,137)
#9F6E94
(159,110,148)
#A97D9F
(169,125,159)
#B38CAA
(179,140,170)
#BD9BB5
(189,155,181)
#C7AAC0
(199,170,192)
#D1B9CB
(209,185,203)
#DBC8D6
(219,200,214)
#E5D7E1
(229,215,225)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B507E; }

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

This text font color is #8B507E.


Background Color

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

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

This div background color is #8B507E.


Border color

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

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

This div border color is #8B507E.


Opacity

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

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

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

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

This text has shadow with #8B507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B507E on black background.


Color preview on white background

This text has color #8B507E on white background.



Black color preview on #8B507E background

This text has black color on #8B507E background.


White color preview on #8B507E background

This text has white color on #8B507E background.