COLOR #8A709E

HEX: #8A709E
RGB: (138,112,158)

Color info

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

RGB color model

#8A709E color RGB value is (138,112,158).

  • red value is 138;
  • green value is 112;
  • blue value is 158.
RGB:
(138,112,158)
(54%,44%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 158 of 255 = 62%

138
112
158

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 158 = 408 (100%)
R 138 of 408 ~ 33.82%
G 112 of 408 ~ 27.45%
B 158 of 408 ~ 38.73%

%33.82
%27.45
%38.73

CMYK color model

#8A709E color CMYK value is (13,29,0,38).

  • cyan value is 12.66%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,29,0,38)
C13M29Y0K38 
(13%,29%,0%,38%)
(0.13/0.29/0.00/0.38)	

CMYK percentages

%12.66
%29.11
%0
%38.04

Codes

Color #8A709E in popluar color models

8A709E
RGB138112158
HSL274°19.17%52.94%
HSB/HSV274°29.11%61.96%
CMYK12.66%29.11%0.00%
38.04%

Color #8A709E in popluar number systems.

HEX8A709E
Decimal138112158
Binary10001010111000010011110
Octal212160236

Shades and tints

Shades of #8A709E

#8A709E
(138,112,158)
#7E6690
(126,102,144)
#725C82
(114,92,130)
#665274
(102,82,116)
#5A4866
(90,72,102)
#4E3E58
(78,62,88)
#42344A
(66,52,74)
#362A3C
(54,42,60)
#2A202E
(42,32,46)
#1E1620
(30,22,32)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A709E

#8A709E
(138,112,158)
#947DA6
(148,125,166)
#9E8AAE
(158,138,174)
#A897B6
(168,151,182)
#B2A4BE
(178,164,190)
#BCB1C6
(188,177,198)
#C6BECE
(198,190,206)
#D0CBD6
(208,203,214)
#DAD8DE
(218,216,222)
#E4E5E6
(228,229,230)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A709E color. Also use rgb(138,112,158) instead hex code.

Text Font Color

.myTextColor { color: #8A709E; }

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

This text font color is #8A709E.


Background Color

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

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

This div background color is #8A709E.


Border color

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

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

This div border color is #8A709E.


Opacity

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

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

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

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

This text has shadow with #8A709E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A709E on black background.


Color preview on white background

This text has color #8A709E on white background.



Black color preview on #8A709E background

This text has black color on #8A709E background.


White color preview on #8A709E background

This text has white color on #8A709E background.