COLOR #8B77A1

HEX: #8B77A1
RGB: (139,119,161)

Color info

#8B77A1 contains red, green and blue colors in about the same proportion. Web safe color of #8B77A1 is #996699 (or #969).

RGB color model

#8B77A1 color RGB value is (139,119,161).

  • red value is 139;
  • green value is 119;
  • blue value is 161.
RGB:
(139,119,161)
(55%,47%,63%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 161 of 255 = 63%

139
119
161

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

Portions of RGB colors in percentages

R + G + B =
139 + 119 + 161 = 419 (100%)
R 139 of 419 ~ 33.17%
G 119 of 419 ~ 28.4%
B 161 of 419 ~ 38.42%

%33.17
%28.4
%38.42

CMYK color model

#8B77A1 color CMYK value is (14,26,0,37).

  • cyan value is 13.66%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(14,26,0,37)
C14M26Y0K37 
(14%,26%,0%,37%)
(0.14/0.26/0.00/0.37)	

CMYK percentages

%13.66
%26.09
%0
%36.86

Codes

Color #8B77A1 in popluar color models

8B77A1
RGB139119161
HSL269°18.26%54.90%
HSB/HSV269°26.09%63.14%
CMYK13.66%26.09%0.00%
36.86%

Color #8B77A1 in popluar number systems.

HEX8B77A1
Decimal139119161
Binary10001011111011110100001
Octal213167241

Shades and tints

Shades of #8B77A1

#8B77A1
(139,119,161)
#7F6D93
(127,109,147)
#736385
(115,99,133)
#675977
(103,89,119)
#5B4F69
(91,79,105)
#4F455B
(79,69,91)
#433B4D
(67,59,77)
#37313F
(55,49,63)
#2B2731
(43,39,49)
#1F1D23
(31,29,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #8B77A1

#8B77A1
(139,119,161)
#9583A9
(149,131,169)
#9F8FB1
(159,143,177)
#A99BB9
(169,155,185)
#B3A7C1
(179,167,193)
#BDB3C9
(189,179,201)
#C7BFD1
(199,191,209)
#D1CBD9
(209,203,217)
#DBD7E1
(219,215,225)
#E5E3E9
(229,227,233)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B77A1; }

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

This text font color is #8B77A1.


Background Color

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

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

This div background color is #8B77A1.


Border color

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

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

This div border color is #8B77A1.


Opacity

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

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

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

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

This text has shadow with #8B77A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B77A1 on black background.


Color preview on white background

This text has color #8B77A1 on white background.



Black color preview on #8B77A1 background

This text has black color on #8B77A1 background.


White color preview on #8B77A1 background

This text has white color on #8B77A1 background.