COLOR #8179C5

HEX: #8179C5
RGB: (129,121,197)

Color info

#8179C5 contains mainly blue color. Web safe color of #8179C5 is #9966CC (or #96C).

RGB color model

#8179C5 color RGB value is (129,121,197).

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

RGB channels and saturation

R 129 of 255 = 51%
G 121 of 255 = 47%
B 197 of 255 = 77%

129
121
197

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

Portions of RGB colors in percentages

R + G + B =
129 + 121 + 197 = 447 (100%)
R 129 of 447 ~ 28.86%
G 121 of 447 ~ 27.07%
B 197 of 447 ~ 44.07%

%28.86
%27.07
%44.07

CMYK color model

#8179C5 color CMYK value is (35,39,0,23).

  • cyan value is 34.52%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,39,0,23)
C35M39Y0K23 
(35%,39%,0%,23%)
(0.35/0.39/0.00/0.23)	

CMYK percentages

%34.52
%38.58
%0
%22.75

Codes

Color #8179C5 in popluar color models

8179C5
RGB129121197
HSL246°39.58%62.35%
HSB/HSV246°38.58%77.25%
CMYK34.52%38.58%0.00%
22.75%

Color #8179C5 in popluar number systems.

HEX8179C5
Decimal129121197
Binary10000001111100111000101
Octal201171305

Shades and tints

Shades of #8179C5

#8179C5
(129,121,197)
#766EB4
(118,110,180)
#6B63A3
(107,99,163)
#605892
(96,88,146)
#554D81
(85,77,129)
#4A4270
(74,66,112)
#3F375F
(63,55,95)
#342C4E
(52,44,78)
#29213D
(41,33,61)
#1E162C
(30,22,44)
#130B1B
(19,11,27)
#000000
(0,0,0)

Tints of #8179C5

#8179C5
(129,121,197)
#8C85CA
(140,133,202)
#9791CF
(151,145,207)
#A29DD4
(162,157,212)
#ADA9D9
(173,169,217)
#B8B5DE
(184,181,222)
#C3C1E3
(195,193,227)
#CECDE8
(206,205,232)
#D9D9ED
(217,217,237)
#E4E5F2
(228,229,242)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8179C5; }

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

This text font color is #8179C5.


Background Color

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

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

This div background color is #8179C5.


Border color

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

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

This div border color is #8179C5.


Opacity

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

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

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

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

This text has shadow with #8179C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8179C5 on black background.


Color preview on white background

This text has color #8179C5 on white background.



Black color preview on #8179C5 background

This text has black color on #8179C5 background.


White color preview on #8179C5 background

This text has white color on #8179C5 background.