COLOR #8178AA

HEX: #8178AA
RGB: (129,120,170)

Color info

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

RGB color model

#8178AA color RGB value is (129,120,170).

  • red value is 129;
  • green value is 120;
  • blue value is 170.
RGB:
(129,120,170)
(51%,47%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 120 of 255 = 47%
B 170 of 255 = 67%

129
120
170

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

Portions of RGB colors in percentages

R + G + B =
129 + 120 + 170 = 419 (100%)
R 129 of 419 ~ 30.79%
G 120 of 419 ~ 28.64%
B 170 of 419 ~ 40.57%

%30.79
%28.64
%40.57

CMYK color model

#8178AA color CMYK value is (24,29,0,33).

  • cyan value is 24.12%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(24,29,0,33)
C24M29Y0K33 
(24%,29%,0%,33%)
(0.24/0.29/0.00/0.33)	

CMYK percentages

%24.12
%29.41
%0
%33.33

Codes

Color #8178AA in popluar color models

8178AA
RGB129120170
HSL251°22.73%56.86%
HSB/HSV251°29.41%66.67%
CMYK24.12%29.41%0.00%
33.33%

Color #8178AA in popluar number systems.

HEX8178AA
Decimal129120170
Binary10000001111100010101010
Octal201170252

Shades and tints

Shades of #8178AA

#8178AA
(129,120,170)
#766E9B
(118,110,155)
#6B648C
(107,100,140)
#605A7D
(96,90,125)
#55506E
(85,80,110)
#4A465F
(74,70,95)
#3F3C50
(63,60,80)
#343241
(52,50,65)
#292832
(41,40,50)
#1E1E23
(30,30,35)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #8178AA

#8178AA
(129,120,170)
#8C84B1
(140,132,177)
#9790B8
(151,144,184)
#A29CBF
(162,156,191)
#ADA8C6
(173,168,198)
#B8B4CD
(184,180,205)
#C3C0D4
(195,192,212)
#CECCDB
(206,204,219)
#D9D8E2
(217,216,226)
#E4E4E9
(228,228,233)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8178AA color. Also use rgb(129,120,170) instead hex code.

Text Font Color

.myTextColor { color: #8178AA; }

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

This text font color is #8178AA.


Background Color

.myBgColor { background-color: #8178AA; }

<div style="background-color:#8178AA">Inner text</div>

This div background color is #8178AA.


Border color

.myBorderColor { border: 1px solid #8178AA; }

<div style="border:3px solid #8178AA">Div</div>

This div border color is #8178AA.


Opacity

.myOpacity80 { color: #8178AA; opacity: 0.8; }

<p style="color:#8178AA;opacity:0.8;">80%</p>

Text with #8178AA 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 #8178AA;}

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

This text has shadow with #8178AA color.

.textShadow {text-shadow: 3px 3px 1px #8178AA, 3px 3px 1px red;}

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

This text has shadow with #8178AA primary color and red secondary color.


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

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

This text has shadow with #8178AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8178AA on black background.


Color preview on white background

This text has color #8178AA on white background.



Black color preview on #8178AA background

This text has black color on #8178AA background.


White color preview on #8178AA background

This text has white color on #8178AA background.