COLOR #8179B0

HEX: #8179B0
RGB: (129,121,176)

Color info

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

RGB color model

#8179B0 color RGB value is (129,121,176).

  • red value is 129;
  • green value is 121;
  • blue value is 176.
RGB:
(129,121,176)
(51%,47%,69%)

RGB channels and saturation

R 129 of 255 = 51%
G 121 of 255 = 47%
B 176 of 255 = 69%

129
121
176

R + G + B ~ 56%. #8179B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 121 + 176 = 426 (100%)
R 129 of 426 ~ 30.28%
G 121 of 426 ~ 28.4%
B 176 of 426 ~ 41.31%

%30.28
%28.4
%41.31

CMYK color model

#8179B0 color CMYK value is (27,31,0,31).

  • cyan value is 26.70%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(27,31,0,31)
C27M31Y0K31 
(27%,31%,0%,31%)
(0.27/0.31/0.00/0.31)	

CMYK percentages

%26.7
%31.25
%0
%30.98

Codes

Color #8179B0 in popluar color models

8179B0
RGB129121176
HSL249°25.82%58.24%
HSB/HSV249°31.25%69.02%
CMYK26.70%31.25%0.00%
30.98%

Color #8179B0 in popluar number systems.

HEX8179B0
Decimal129121176
Binary10000001111100110110000
Octal201171260

Shades and tints

Shades of #8179B0

#8179B0
(129,121,176)
#766EA0
(118,110,160)
#6B6390
(107,99,144)
#605880
(96,88,128)
#554D70
(85,77,112)
#4A4260
(74,66,96)
#3F3750
(63,55,80)
#342C40
(52,44,64)
#292130
(41,33,48)
#1E1620
(30,22,32)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8179B0

#8179B0
(129,121,176)
#8C85B7
(140,133,183)
#9791BE
(151,145,190)
#A29DC5
(162,157,197)
#ADA9CC
(173,169,204)
#B8B5D3
(184,181,211)
#C3C1DA
(195,193,218)
#CECDE1
(206,205,225)
#D9D9E8
(217,217,232)
#E4E5EF
(228,229,239)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8179B0 color. Also use rgb(129,121,176) instead hex code.

Text Font Color

.myTextColor { color: #8179B0; }

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

This text font color is #8179B0.


Background Color

.myBgColor { background-color: #8179B0; }

<div style="background-color:#8179B0">Inner text</div>

This div background color is #8179B0.


Border color

.myBorderColor { border: 1px solid #8179B0; }

<div style="border:3px solid #8179B0">Div</div>

This div border color is #8179B0.


Opacity

.myOpacity80 { color: #8179B0; opacity: 0.8; }

<p style="color:#8179B0;opacity:0.8;">80%</p>

Text with #8179B0 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 #8179B0;}

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

This text has shadow with #8179B0 color.

.textShadow {text-shadow: 3px 3px 1px #8179B0, 3px 3px 1px red;}

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

This text has shadow with #8179B0 primary color and red secondary color.


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

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

This text has shadow with #8179B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8179B0 on black background.


Color preview on white background

This text has color #8179B0 on white background.



Black color preview on #8179B0 background

This text has black color on #8179B0 background.


White color preview on #8179B0 background

This text has white color on #8179B0 background.