COLOR #8B77C0

HEX: #8B77C0 RGB: (139,119,192)

Color info

#8B77C0 contains mainly red and blue colors. Web safe color of #8B77C0 is #9966CC (or #96C).

RGB color model

#8B77C0 color RGB value is (139,119,192).

RGB: (139,119,192) (55%, 47%, 75%)

RGB channels and saturation

R 139 of 255 = 55%
G 119 of 255 = 47%
B 192 of 255 = 75%

139
119
192

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

Portions of RGB colors in percentages

R + G + B = 139 + 119 + 192 = 450 (100%)
R 139 of 450 ~ 30.89%
G 119 of 450 ~ 26.44%
B 192 of 450 ~ 42.67'%

%30.89
%26.44
%42.67

CMYK color model

#8B77C0 color CMYK value is (28,38,0,25).

  • cyan value is 27.60%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (28,38,0,25)
C28M38Y0K25 (28%, 38%, 0%, 25%)
(0.28 / 0.38 / 0.00 / 0.25)

CMYK percentages

%27.6
%38.02
%0
%24.71

Codes

Color #8B77C0 in popluar color models

8B 77 C0
RGB 139 119 192
HSL 256° 36.68% 60.98%
HSB/HSV 256° 38.02% 75.29%
CMYK 27.60% 38.02% 0.00%
24.71%

Color #8B77C0 in popluar number systems.

HEX 8B 77 C0
Decimal 139 119 192
Binary 10001011 1110111 11000000
Octal 213 167 300

Shades and tints

Shades of #8B77C0

#8B77C0
(139,119,192)
#7F6DAF
(127,109,175)
#73639E
(115,99,158)
#67598D
(103,89,141)
#5B4F7C
(91,79,124)
#4F456B
(79,69,107)
#433B5A
(67,59,90)
#373149
(55,49,73)
#2B2738
(43,39,56)
#1F1D27
(31,29,39)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #8B77C0

#8B77C0
(139,119,192)
#9583C5
(149,131,197)
#9F8FCA
(159,143,202)
#A99BCF
(169,155,207)
#B3A7D4
(179,167,212)
#BDB3D9
(189,179,217)
#C7BFDE
(199,191,222)
#D1CBE3
(209,203,227)
#DBD7E8
(219,215,232)
#E5E3ED
(229,227,237)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B77C0; }

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

This text font color is #8B77C0.

Background Color

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

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

This div background color is #8B77C0.

Border color

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

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

This div border color is #8B77C0.

Opacity

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

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

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

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

This text has shadow with #8B77C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B77C0.

Preview

Color preview on black background

This text has color #8B77C0 on black background.


Color preview on white background

This text has color #8B77C0 on white background.


Black color preview on #8B77C0 background

This text has black color on #8B77C0 background.


White color preview on #8B77C0 background

This text has white color on #8B77C0 background.


Related colors

Complementary color

Complementary color for #hex is #74883F.


I love getcolorcode.com

Triadic colors

1 #C08B77 and #77C08B with #8B77C0 are triadic colors.

2 #C0778B and #778BC0 with #8B77C0 are triadic colors.