COLOR #8178AB

HEX: #8178AB
RGB: (129,120,171)

Color info

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

RGB color model

#8178AB color RGB value is (129,120,171).

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

RGB channels and saturation

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

129
120
171

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

Portions of RGB colors in percentages

R + G + B =
129 + 120 + 171 = 420 (100%)
R 129 of 420 ~ 30.71%
G 120 of 420 ~ 28.57%
B 171 of 420 ~ 40.71%

%30.71
%28.57
%40.71

CMYK color model

#8178AB color CMYK value is (25,30,0,33).

  • cyan value is 24.56%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,30,0,33)
C25M30Y0K33 
(25%,30%,0%,33%)
(0.25/0.30/0.00/0.33)	

CMYK percentages

%24.56
%29.82
%0
%32.94

Codes

Color #8178AB in popluar color models

8178AB
RGB129120171
HSL251°23.29%57.06%
HSB/HSV251°29.82%67.06%
CMYK24.56%29.82%0.00%
32.94%

Color #8178AB in popluar number systems.

HEX8178AB
Decimal129120171
Binary10000001111100010101011
Octal201170253

Shades and tints

Shades of #8178AB

#8178AB
(129,120,171)
#766E9C
(118,110,156)
#6B648D
(107,100,141)
#605A7E
(96,90,126)
#55506F
(85,80,111)
#4A4660
(74,70,96)
#3F3C51
(63,60,81)
#343242
(52,50,66)
#292833
(41,40,51)
#1E1E24
(30,30,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #8178AB

#8178AB
(129,120,171)
#8C84B2
(140,132,178)
#9790B9
(151,144,185)
#A29CC0
(162,156,192)
#ADA8C7
(173,168,199)
#B8B4CE
(184,180,206)
#C3C0D5
(195,192,213)
#CECCDC
(206,204,220)
#D9D8E3
(217,216,227)
#E4E4EA
(228,228,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8178AB; }

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

This text font color is #8178AB.


Background Color

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

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

This div background color is #8178AB.


Border color

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

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

This div border color is #8178AB.


Opacity

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

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

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

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

This text has shadow with #8178AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8178AB on black background.


Color preview on white background

This text has color #8178AB on white background.



Black color preview on #8178AB background

This text has black color on #8178AB background.


White color preview on #8178AB background

This text has white color on #8178AB background.