COLOR #8A80BB

HEX: #8A80BB RGB: (138,128,187)

Color info

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

RGB color model

#8A80BB color RGB value is (138,128,187).

RGB: (138,128,187) (54%, 50%, 73%)

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 187 of 255 = 73%

138
128
187

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

Portions of RGB colors in percentages

R + G + B = 138 + 128 + 187 = 453 (100%)
R 138 of 453 ~ 30.46%
G 128 of 453 ~ 28.26%
B 187 of 453 ~ 41.28'%

%30.46
%28.26
%41.28

CMYK color model

#8A80BB color CMYK value is (26,32,0,27).

  • cyan value is 26.20%
  • magenta value is 31.55%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (26,32,0,27) C26M32Y0K27 (26%,32%,0%,27%) (0.26/0.32/0.00/0.27) 

CMYK percentages

%26.2
%31.55
%0
%26.67

Codes

Color #8A80BB in popluar color models

8A 80 BB
RGB 138 128 187
HSL 250° 30.26% 61.76%
HSB/HSV 250° 31.55% 73.33%
CMYK 26.20% 31.55% 0.00%
26.67%

Color #8A80BB in popluar number systems.

HEX 8A 80 BB
Decimal 138 128 187
Binary 10001010 10000000 10111011
Octal 212 200 273

Shades and tints

Shades of #8A80BB

#8A80BB
(138,128,187)
#7E75AA
(126,117,170)
#726A99
(114,106,153)
#665F88
(102,95,136)
#5A5477
(90,84,119)
#4E4966
(78,73,102)
#423E55
(66,62,85)
#363344
(54,51,68)
#2A2833
(42,40,51)
#1E1D22
(30,29,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #8A80BB

#8A80BB
(138,128,187)
#948BC1
(148,139,193)
#9E96C7
(158,150,199)
#A8A1CD
(168,161,205)
#B2ACD3
(178,172,211)
#BCB7D9
(188,183,217)
#C6C2DF
(198,194,223)
#D0CDE5
(208,205,229)
#DAD8EB
(218,216,235)
#E4E3F1
(228,227,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A80BB color. Also use rgb(138,128,187) instead hex code.

Text Font Color

.myTextColor { color: #8A80BB; }

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

This text font color is #8A80BB.

Background Color

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

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

This div background color is #8A80BB.

Border color

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

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

This div border color is #8A80BB.

Opacity

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

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

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

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

This text has shadow with #8A80BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A80BB.

Preview

Color preview on black background

This text has color #8A80BB on black background.


Color preview on white background

This text has color #8A80BB on white background.


Black color preview on #8A80BB background

This text has black color on #8A80BB background.


White color preview on #8A80BB background

This text has white color on #8A80BB background.


Related colors

Complementary color

Complementary color for #hex is #757F44.


I love getcolorcode.com

Triadic colors

1 #BB8A80 and #80BB8A with #8A80BB are triadic colors.

2 #BB808A and #808ABB with #8A80BB are triadic colors.