COLOR #8B80BA

HEX: #8B80BA RGB: (139,128,186)

Color info

#8B80BA contains red, green and blue colors in about the same proportion. Web safe color of #8B80BA is #9966CC (or #96C).

RGB color model

#8B80BA color RGB value is (139,128,186).

RGB: (139,128,186) (55%, 50%, 73%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 186 of 255 = 73%

139
128
186

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 186 = 453 (100%)
R 139 of 453 ~ 30.68%
G 128 of 453 ~ 28.26%
B 186 of 453 ~ 41.06'%

%30.68
%28.26
%41.06

CMYK color model

#8B80BA color CMYK value is (25,31,0,27).

  • cyan value is 25.27%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (25,31,0,27)
C25M31Y0K27 (25%, 31%, 0%, 27%)
(0.25 / 0.31 / 0.00 / 0.27)

CMYK percentages

%25.27
%31.18
%0
%27.06

Codes

Color #8B80BA in popluar color models

8B 80 BA
RGB 139 128 186
HSL 251° 29.59% 61.57%
HSB/HSV 251° 31.18% 72.94%
CMYK 25.27% 31.18% 0.00%
27.06%

Color #8B80BA in popluar number systems.

HEX 8B 80 BA
Decimal 139 128 186
Binary 10001011 10000000 10111010
Octal 213 200 272

Shades and tints

Shades of #8B80BA

#8B80BA
(139,128,186)
#7F75AA
(127,117,170)
#736A9A
(115,106,154)
#675F8A
(103,95,138)
#5B547A
(91,84,122)
#4F496A
(79,73,106)
#433E5A
(67,62,90)
#37334A
(55,51,74)
#2B283A
(43,40,58)
#1F1D2A
(31,29,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #8B80BA

#8B80BA
(139,128,186)
#958BC0
(149,139,192)
#9F96C6
(159,150,198)
#A9A1CC
(169,161,204)
#B3ACD2
(179,172,210)
#BDB7D8
(189,183,216)
#C7C2DE
(199,194,222)
#D1CDE4
(209,205,228)
#DBD8EA
(219,216,234)
#E5E3F0
(229,227,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B80BA color. Also use rgb(139,128,186) instead hex code.

Text Font Color

.myTextColor { color: #8B80BA; }

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

This text font color is #8B80BA.

Background Color

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

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

This div background color is #8B80BA.

Border color

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

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

This div border color is #8B80BA.

Opacity

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

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

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

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

This text has shadow with #8B80BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B80BA.

Preview

Color preview on black background

This text has color #8B80BA on black background.


Color preview on white background

This text has color #8B80BA on white background.


Black color preview on #8B80BA background

This text has black color on #8B80BA background.


White color preview on #8B80BA background

This text has white color on #8B80BA background.


Related colors

Complementary color

Complementary color for #hex is #747F45.


I love getcolorcode.com

Triadic colors

1 #BA8B80 and #80BA8B with #8B80BA are triadic colors.

2 #BA808B and #808BBA with #8B80BA are triadic colors.