COLOR #8B487A

HEX: #8B487A
RGB: (139,72,122)

Color info

#8B487A contains mainly red and blue colors. Web safe color of #8B487A is #993366 (or #936).

RGB color model

#8B487A color RGB value is (139,72,122).

  • red value is 139;
  • green value is 72;
  • blue value is 122.
RGB:
(139,72,122)
(55%,28%,48%)

RGB channels and saturation

R 139 of 255 = 55%
G 72 of 255 = 28%
B 122 of 255 = 48%

139
72
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 72 + 122 = 333 (100%)
R 139 of 333 ~ 41.74%
G 72 of 333 ~ 21.62%
B 122 of 333 ~ 36.64%

%41.74
%21.62
%36.64

CMYK color model

#8B487A color CMYK value is (0,48,12,45).

  • cyan value is 0.00%
  • magenta value is 48.20%
  • yellow value is 12.23%
  • key color value is 45.49%
CMYK:
(0,48,12,45)
C0M48Y12K45 
(0%,48%,12%,45%)
(0.00/0.48/0.12/0.45)	

CMYK percentages

%0
%48.2
%12.23
%45.49

Codes

Color #8B487A in popluar color models

8B487A
RGB13972122
HSL315°31.75%41.37%
HSB/HSV315°48.20%54.51%
CMYK0.00%48.20%12.23%
45.49%

Color #8B487A in popluar number systems.

HEX8B487A
Decimal13972122
Binary1000101110010001111010
Octal213110172

Shades and tints

Shades of #8B487A

#8B487A
(139,72,122)
#7F426F
(127,66,111)
#733C64
(115,60,100)
#673659
(103,54,89)
#5B304E
(91,48,78)
#4F2A43
(79,42,67)
#432438
(67,36,56)
#371E2D
(55,30,45)
#2B1822
(43,24,34)
#1F1217
(31,18,23)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #8B487A

#8B487A
(139,72,122)
#955886
(149,88,134)
#9F6892
(159,104,146)
#A9789E
(169,120,158)
#B388AA
(179,136,170)
#BD98B6
(189,152,182)
#C7A8C2
(199,168,194)
#D1B8CE
(209,184,206)
#DBC8DA
(219,200,218)
#E5D8E6
(229,216,230)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B487A; }

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

This text font color is #8B487A.


Background Color

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

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

This div background color is #8B487A.


Border color

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

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

This div border color is #8B487A.


Opacity

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

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

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

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

This text has shadow with #8B487A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B487A on black background.


Color preview on white background

This text has color #8B487A on white background.



Black color preview on #8B487A background

This text has black color on #8B487A background.


White color preview on #8B487A background

This text has white color on #8B487A background.