COLOR #8A6180

HEX: #8A6180
RGB: (138,97,128)

Color info

#8A6180 contains red, green and blue colors in about the same proportion. Web safe color of #8A6180 is #996666 (or #966).

RGB color model

#8A6180 color RGB value is (138,97,128).

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

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 128 of 255 = 50%

138
97
128

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

Portions of RGB colors in percentages

R + G + B =
138 + 97 + 128 = 363 (100%)
R 138 of 363 ~ 38.02%
G 97 of 363 ~ 26.72%
B 128 of 363 ~ 35.26%

%38.02
%26.72
%35.26

CMYK color model

#8A6180 color CMYK value is (0,30,7,46).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(0,30,7,46)
C0M30Y7K46 
(0%,30%,7%,46%)
(0.00/0.30/0.07/0.46)	

CMYK percentages

%0
%29.71
%7.25
%45.88

Codes

Color #8A6180 in popluar color models

8A6180
RGB13897128
HSL315°17.45%46.08%
HSB/HSV315°29.71%54.12%
CMYK0.00%29.71%7.25%
45.88%

Color #8A6180 in popluar number systems.

HEX8A6180
Decimal13897128
Binary10001010110000110000000
Octal212141200

Shades and tints

Shades of #8A6180

#8A6180
(138,97,128)
#7E5975
(126,89,117)
#72516A
(114,81,106)
#66495F
(102,73,95)
#5A4154
(90,65,84)
#4E3949
(78,57,73)
#42313E
(66,49,62)
#362933
(54,41,51)
#2A2128
(42,33,40)
#1E191D
(30,25,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8A6180

#8A6180
(138,97,128)
#946F8B
(148,111,139)
#9E7D96
(158,125,150)
#A88BA1
(168,139,161)
#B299AC
(178,153,172)
#BCA7B7
(188,167,183)
#C6B5C2
(198,181,194)
#D0C3CD
(208,195,205)
#DAD1D8
(218,209,216)
#E4DFE3
(228,223,227)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6180; }

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

This text font color is #8A6180.


Background Color

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

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

This div background color is #8A6180.


Border color

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

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

This div border color is #8A6180.


Opacity

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

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

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

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

This text has shadow with #8A6180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6180 on black background.


Color preview on white background

This text has color #8A6180 on white background.



Black color preview on #8A6180 background

This text has black color on #8A6180 background.


White color preview on #8A6180 background

This text has white color on #8A6180 background.