COLOR #81679C

HEX: #81679C RGB: (129,103,156)

Color info

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

RGB color model

#81679C color RGB value is (129,103,156).

RGB: (129,103,156) (51%, 40%, 61%)

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 156 of 255 = 61%

129
103
156

R + G + B ~ 51%. #81679C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 103 + 156 = 388 (100%)
R 129 of 388 ~ 33.25%
G 103 of 388 ~ 26.55%
B 156 of 388 ~ 40.21'%

%33.25
%26.55
%40.21

CMYK color model

#81679C color CMYK value is (17,34,0,39).

  • cyan value is 17.31%
  • magenta value is 33.97%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (17,34,0,39)
C17M34Y0K39 (17%, 34%, 0%, 39%)
(0.17 / 0.34 / 0.00 / 0.39)

CMYK percentages

%17.31
%33.97
%0
%38.82

Codes

Color #81679C in popluar color models

81 67 9C
RGB 129 103 156
HSL 269° 21.12% 50.78%
HSB/HSV 269° 33.97% 61.18%
CMYK 17.31% 33.97% 0.00%
38.82%

Color #81679C in popluar number systems.

HEX 81 67 9C
Decimal 129 103 156
Binary 10000001 1100111 10011100
Octal 201 147 234

Shades and tints

Shades of #81679C

#81679C
(129,103,156)
#765E8E
(118,94,142)
#6B5580
(107,85,128)
#604C72
(96,76,114)
#554364
(85,67,100)
#4A3A56
(74,58,86)
#3F3148
(63,49,72)
#34283A
(52,40,58)
#291F2C
(41,31,44)
#1E161E
(30,22,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #81679C

#81679C
(129,103,156)
#8C74A5
(140,116,165)
#9781AE
(151,129,174)
#A28EB7
(162,142,183)
#AD9BC0
(173,155,192)
#B8A8C9
(184,168,201)
#C3B5D2
(195,181,210)
#CEC2DB
(206,194,219)
#D9CFE4
(217,207,228)
#E4DCED
(228,220,237)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81679C color. Also use rgb(129,103,156) instead hex code.

Text Font Color

.myTextColor { color: #81679C; }

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

This text font color is #81679C.

Background Color

.myBgColor { background-color: #81679C; }

<div style="background-color:#81679C">Inner text</div>

This div background color is #81679C.

Border color

.myBorderColor { border: 1px solid #81679C; }

<div style="border:3px solid #81679C">Div</div>

This div border color is #81679C.

Opacity

.myOpacity80 { color: #81679C; opacity: 0.8; }

<p style="color:#81679C;opacity:0.8;">80%</p>

Text with #81679C 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 #81679C;}

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

This text has shadow with #81679C color.


.textShadow {text-shadow: 3px 3px 1px #81679C', 3px 3px 1px red;}

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

This text has shadow with #81679C primary color and red secondary color.


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

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

This text has shadow with #81679C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #81679C; -webkit-box-shadow: 1px 1px 3px 2px #81679C; box-shadow:1px 1px 3px 2px #81679C;">
Div content here
</div>

This div box has shadow with color #81679C.

Preview

Color preview on black background

This text has color #81679C on black background.


Color preview on white background

This text has color #81679C on white background.


Black color preview on #81679C background

This text has black color on #81679C background.


White color preview on #81679C background

This text has white color on #81679C background.


Related colors

Complementary color

Complementary color for #hex is #7E9863.


I love getcolorcode.com

Triadic colors

1 #9C8167 and #679C81 with #81679C are triadic colors.

2 #9C6781 and #67819C with #81679C are triadic colors.