COLOR #8A74A7

HEX: #8A74A7
RGB: (138,116,167)

Color info

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

RGB color model

#8A74A7 color RGB value is (138,116,167).

  • red value is 138;
  • green value is 116;
  • blue value is 167.
RGB:
(138,116,167)
(54%,45%,65%)

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 167 of 255 = 65%

138
116
167

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 167 = 421 (100%)
R 138 of 421 ~ 32.78%
G 116 of 421 ~ 27.55%
B 167 of 421 ~ 39.67%

%32.78
%27.55
%39.67

CMYK color model

#8A74A7 color CMYK value is (17,31,0,35).

  • cyan value is 17.37%
  • magenta value is 30.54%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(17,31,0,35)
C17M31Y0K35 
(17%,31%,0%,35%)
(0.17/0.31/0.00/0.35)	

CMYK percentages

%17.37
%30.54
%0
%34.51

Codes

Color #8A74A7 in popluar color models

8A74A7
RGB138116167
HSL266°22.47%55.49%
HSB/HSV266°30.54%65.49%
CMYK17.37%30.54%0.00%
34.51%

Color #8A74A7 in popluar number systems.

HEX8A74A7
Decimal138116167
Binary10001010111010010100111
Octal212164247

Shades and tints

Shades of #8A74A7

#8A74A7
(138,116,167)
#7E6A98
(126,106,152)
#726089
(114,96,137)
#66567A
(102,86,122)
#5A4C6B
(90,76,107)
#4E425C
(78,66,92)
#42384D
(66,56,77)
#362E3E
(54,46,62)
#2A242F
(42,36,47)
#1E1A20
(30,26,32)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #8A74A7

#8A74A7
(138,116,167)
#9480AF
(148,128,175)
#9E8CB7
(158,140,183)
#A898BF
(168,152,191)
#B2A4C7
(178,164,199)
#BCB0CF
(188,176,207)
#C6BCD7
(198,188,215)
#D0C8DF
(208,200,223)
#DAD4E7
(218,212,231)
#E4E0EF
(228,224,239)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A74A7 color. Also use rgb(138,116,167) instead hex code.

Text Font Color

.myTextColor { color: #8A74A7; }

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

This text font color is #8A74A7.


Background Color

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

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

This div background color is #8A74A7.


Border color

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

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

This div border color is #8A74A7.


Opacity

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

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

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

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

This text has shadow with #8A74A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A74A7 on black background.


Color preview on white background

This text has color #8A74A7 on white background.



Black color preview on #8A74A7 background

This text has black color on #8A74A7 background.


White color preview on #8A74A7 background

This text has white color on #8A74A7 background.