COLOR #8A719B

HEX: #8A719B
RGB: (138,113,155)

Color info

#8A719B contains red, green and blue colors in about the same proportion. Web safe color of #8A719B is #996699 (or #969).

RGB color model

#8A719B color RGB value is (138,113,155).

  • red value is 138;
  • green value is 113;
  • blue value is 155.
RGB:
(138,113,155)
(54%,44%,61%)

RGB channels and saturation

R 138 of 255 = 54%
G 113 of 255 = 44%
B 155 of 255 = 61%

138
113
155

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

Portions of RGB colors in percentages

R + G + B =
138 + 113 + 155 = 406 (100%)
R 138 of 406 ~ 33.99%
G 113 of 406 ~ 27.83%
B 155 of 406 ~ 38.18%

%33.99
%27.83
%38.18

CMYK color model

#8A719B color CMYK value is (11,27,0,39).

  • cyan value is 10.97%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(11,27,0,39)
C11M27Y0K39 
(11%,27%,0%,39%)
(0.11/0.27/0.00/0.39)	

CMYK percentages

%10.97
%27.1
%0
%39.22

Codes

Color #8A719B in popluar color models

8A719B
RGB138113155
HSL276°17.36%52.55%
HSB/HSV276°27.10%60.78%
CMYK10.97%27.10%0.00%
39.22%

Color #8A719B in popluar number systems.

HEX8A719B
Decimal138113155
Binary10001010111000110011011
Octal212161233

Shades and tints

Shades of #8A719B

#8A719B
(138,113,155)
#7E678D
(126,103,141)
#725D7F
(114,93,127)
#665371
(102,83,113)
#5A4963
(90,73,99)
#4E3F55
(78,63,85)
#423547
(66,53,71)
#362B39
(54,43,57)
#2A212B
(42,33,43)
#1E171D
(30,23,29)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #8A719B

#8A719B
(138,113,155)
#947DA4
(148,125,164)
#9E89AD
(158,137,173)
#A895B6
(168,149,182)
#B2A1BF
(178,161,191)
#BCADC8
(188,173,200)
#C6B9D1
(198,185,209)
#D0C5DA
(208,197,218)
#DAD1E3
(218,209,227)
#E4DDEC
(228,221,236)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A719B color. Also use rgb(138,113,155) instead hex code.

Text Font Color

.myTextColor { color: #8A719B; }

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

This text font color is #8A719B.


Background Color

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

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

This div background color is #8A719B.


Border color

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

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

This div border color is #8A719B.


Opacity

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

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

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

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

This text has shadow with #8A719B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A719B on black background.


Color preview on white background

This text has color #8A719B on white background.



Black color preview on #8A719B background

This text has black color on #8A719B background.


White color preview on #8A719B background

This text has white color on #8A719B background.