COLOR #8177D1

HEX: #8177D1
RGB: (129,119,209)

Color info

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

RGB color model

#8177D1 color RGB value is (129,119,209).

  • red value is 129;
  • green value is 119;
  • blue value is 209.
RGB:
(129,119,209)
(51%,47%,82%)

RGB channels and saturation

R 129 of 255 = 51%
G 119 of 255 = 47%
B 209 of 255 = 82%

129
119
209

R + G + B ~ 60%. #8177D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 119 + 209 = 457 (100%)
R 129 of 457 ~ 28.23%
G 119 of 457 ~ 26.04%
B 209 of 457 ~ 45.73%

%28.23
%26.04
%45.73

CMYK color model

#8177D1 color CMYK value is (38,43,0,18).

  • cyan value is 38.28%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(38,43,0,18)
C38M43Y0K18 
(38%,43%,0%,18%)
(0.38/0.43/0.00/0.18)	

CMYK percentages

%38.28
%43.06
%0
%18.04

Codes

Color #8177D1 in popluar color models

8177D1
RGB129119209
HSL247°49.45%64.31%
HSB/HSV247°43.06%81.96%
CMYK38.28%43.06%0.00%
18.04%

Color #8177D1 in popluar number systems.

HEX8177D1
Decimal129119209
Binary10000001111011111010001
Octal201167321

Shades and tints

Shades of #8177D1

#8177D1
(129,119,209)
#766DBE
(118,109,190)
#6B63AB
(107,99,171)
#605998
(96,89,152)
#554F85
(85,79,133)
#4A4572
(74,69,114)
#3F3B5F
(63,59,95)
#34314C
(52,49,76)
#292739
(41,39,57)
#1E1D26
(30,29,38)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #8177D1

#8177D1
(129,119,209)
#8C83D5
(140,131,213)
#978FD9
(151,143,217)
#A29BDD
(162,155,221)
#ADA7E1
(173,167,225)
#B8B3E5
(184,179,229)
#C3BFE9
(195,191,233)
#CECBED
(206,203,237)
#D9D7F1
(217,215,241)
#E4E3F5
(228,227,245)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8177D1 color. Also use rgb(129,119,209) instead hex code.

Text Font Color

.myTextColor { color: #8177D1; }

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

This text font color is #8177D1.


Background Color

.myBgColor { background-color: #8177D1; }

<div style="background-color:#8177D1">Inner text</div>

This div background color is #8177D1.


Border color

.myBorderColor { border: 1px solid #8177D1; }

<div style="border:3px solid #8177D1">Div</div>

This div border color is #8177D1.


Opacity

.myOpacity80 { color: #8177D1; opacity: 0.8; }

<p style="color:#8177D1;opacity:0.8;">80%</p>

Text with #8177D1 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 #8177D1;}

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

This text has shadow with #8177D1 color.

.textShadow {text-shadow: 3px 3px 1px #8177D1, 3px 3px 1px red;}

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

This text has shadow with #8177D1 primary color and red secondary color.


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

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

This text has shadow with #8177D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8177D1 on black background.


Color preview on white background

This text has color #8177D1 on white background.



Black color preview on #8177D1 background

This text has black color on #8177D1 background.


White color preview on #8177D1 background

This text has white color on #8177D1 background.