COLOR #8A80BE

HEX: #8A80BE
RGB: (138,128,190)

Color info

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

RGB color model

#8A80BE color RGB value is (138,128,190).

  • red value is 138;
  • green value is 128;
  • blue value is 190.
RGB:
(138,128,190)
(54%,50%,75%)

RGB channels and saturation

R 138 of 255 = 54%
G 128 of 255 = 50%
B 190 of 255 = 75%

138
128
190

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

Portions of RGB colors in percentages

R + G + B =
138 + 128 + 190 = 456 (100%)
R 138 of 456 ~ 30.26%
G 128 of 456 ~ 28.07%
B 190 of 456 ~ 41.67%

%30.26
%28.07
%41.67

CMYK color model

#8A80BE color CMYK value is (27,33,0,25).

  • cyan value is 27.37%
  • magenta value is 32.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(27,33,0,25)
C27M33Y0K25 
(27%,33%,0%,25%)
(0.27/0.33/0.00/0.25)	

CMYK percentages

%27.37
%32.63
%0
%25.49

Codes

Color #8A80BE in popluar color models

8A80BE
RGB138128190
HSL250°32.29%62.35%
HSB/HSV250°32.63%74.51%
CMYK27.37%32.63%0.00%
25.49%

Color #8A80BE in popluar number systems.

HEX8A80BE
Decimal138128190
Binary100010101000000010111110
Octal212200276

Shades and tints

Shades of #8A80BE

#8A80BE
(138,128,190)
#7E75AD
(126,117,173)
#726A9C
(114,106,156)
#665F8B
(102,95,139)
#5A547A
(90,84,122)
#4E4969
(78,73,105)
#423E58
(66,62,88)
#363347
(54,51,71)
#2A2836
(42,40,54)
#1E1D25
(30,29,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #8A80BE

#8A80BE
(138,128,190)
#948BC3
(148,139,195)
#9E96C8
(158,150,200)
#A8A1CD
(168,161,205)
#B2ACD2
(178,172,210)
#BCB7D7
(188,183,215)
#C6C2DC
(198,194,220)
#D0CDE1
(208,205,225)
#DAD8E6
(218,216,230)
#E4E3EB
(228,227,235)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A80BE; }

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

This text font color is #8A80BE.


Background Color

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

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

This div background color is #8A80BE.


Border color

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

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

This div border color is #8A80BE.


Opacity

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

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

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

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

This text has shadow with #8A80BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A80BE on black background.


Color preview on white background

This text has color #8A80BE on white background.



Black color preview on #8A80BE background

This text has black color on #8A80BE background.


White color preview on #8A80BE background

This text has white color on #8A80BE background.