COLOR #8A74AB

HEX: #8A74AB
RGB: (138,116,171)

Color info

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

RGB color model

#8A74AB color RGB value is (138,116,171).

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

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 171 of 255 = 67%

138
116
171

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 171 = 425 (100%)
R 138 of 425 ~ 32.47%
G 116 of 425 ~ 27.29%
B 171 of 425 ~ 40.24%

%32.47
%27.29
%40.24

CMYK color model

#8A74AB color CMYK value is (19,32,0,33).

  • cyan value is 19.30%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(19,32,0,33)
C19M32Y0K33 
(19%,32%,0%,33%)
(0.19/0.32/0.00/0.33)	

CMYK percentages

%19.3
%32.16
%0
%32.94

Codes

Color #8A74AB in popluar color models

8A74AB
RGB138116171
HSL264°24.66%56.27%
HSB/HSV264°32.16%67.06%
CMYK19.30%32.16%0.00%
32.94%

Color #8A74AB in popluar number systems.

HEX8A74AB
Decimal138116171
Binary10001010111010010101011
Octal212164253

Shades and tints

Shades of #8A74AB

#8A74AB
(138,116,171)
#7E6A9C
(126,106,156)
#72608D
(114,96,141)
#66567E
(102,86,126)
#5A4C6F
(90,76,111)
#4E4260
(78,66,96)
#423851
(66,56,81)
#362E42
(54,46,66)
#2A2433
(42,36,51)
#1E1A24
(30,26,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #8A74AB

#8A74AB
(138,116,171)
#9480B2
(148,128,178)
#9E8CB9
(158,140,185)
#A898C0
(168,152,192)
#B2A4C7
(178,164,199)
#BCB0CE
(188,176,206)
#C6BCD5
(198,188,213)
#D0C8DC
(208,200,220)
#DAD4E3
(218,212,227)
#E4E0EA
(228,224,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A74AB; }

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

This text font color is #8A74AB.


Background Color

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

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

This div background color is #8A74AB.


Border color

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

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

This div border color is #8A74AB.


Opacity

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

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

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

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

This text has shadow with #8A74AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A74AB on black background.


Color preview on white background

This text has color #8A74AB on white background.



Black color preview on #8A74AB background

This text has black color on #8A74AB background.


White color preview on #8A74AB background

This text has white color on #8A74AB background.