COLOR #8374AB

HEX: #8374AB
RGB: (131,116,171)

Color info

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

RGB color model

#8374AB color RGB value is (131,116,171).

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

RGB channels and saturation

R 131 of 255 = 51%
G 116 of 255 = 45%
B 171 of 255 = 67%

131
116
171

R + G + B ~ 54%. #8374AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 116 + 171 = 418 (100%)
R 131 of 418 ~ 31.34%
G 116 of 418 ~ 27.75%
B 171 of 418 ~ 40.91%

%31.34
%27.75
%40.91

CMYK color model

#8374AB color CMYK value is (23,32,0,33).

  • cyan value is 23.39%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,32,0,33)
C23M32Y0K33 
(23%,32%,0%,33%)
(0.23/0.32/0.00/0.33)	

CMYK percentages

%23.39
%32.16
%0
%32.94

Codes

Color #8374AB in popluar color models

8374AB
RGB131116171
HSL256°24.66%56.27%
HSB/HSV256°32.16%67.06%
CMYK23.39%32.16%0.00%
32.94%

Color #8374AB in popluar number systems.

HEX8374AB
Decimal131116171
Binary10000011111010010101011
Octal203164253

Shades and tints

Shades of #8374AB

#8374AB
(131,116,171)
#786A9C
(120,106,156)
#6D608D
(109,96,141)
#62567E
(98,86,126)
#574C6F
(87,76,111)
#4C4260
(76,66,96)
#413851
(65,56,81)
#362E42
(54,46,66)
#2B2433
(43,36,51)
#201A24
(32,26,36)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #8374AB

#8374AB
(131,116,171)
#8E80B2
(142,128,178)
#998CB9
(153,140,185)
#A498C0
(164,152,192)
#AFA4C7
(175,164,199)
#BAB0CE
(186,176,206)
#C5BCD5
(197,188,213)
#D0C8DC
(208,200,220)
#DBD4E3
(219,212,227)
#E6E0EA
(230,224,234)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8374AB color. Also use rgb(131,116,171) instead hex code.

Text Font Color

.myTextColor { color: #8374AB; }

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

This text font color is #8374AB.


Background Color

.myBgColor { background-color: #8374AB; }

<div style="background-color:#8374AB">Inner text</div>

This div background color is #8374AB.


Border color

.myBorderColor { border: 1px solid #8374AB; }

<div style="border:3px solid #8374AB">Div</div>

This div border color is #8374AB.


Opacity

.myOpacity80 { color: #8374AB; opacity: 0.8; }

<p style="color:#8374AB;opacity:0.8;">80%</p>

Text with #8374AB 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 #8374AB;}

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

This text has shadow with #8374AB color.

.textShadow {text-shadow: 3px 3px 1px #8374AB, 3px 3px 1px red;}

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

This text has shadow with #8374AB primary color and red secondary color.


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

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

This text has shadow with #8374AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8374AB on black background.


Color preview on white background

This text has color #8374AB on white background.



Black color preview on #8374AB background

This text has black color on #8374AB background.


White color preview on #8374AB background

This text has white color on #8374AB background.