COLOR #81749C

HEX: #81749C
RGB: (129,116,156)

Color info

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

RGB color model

#81749C color RGB value is (129,116,156).

  • red value is 129;
  • green value is 116;
  • blue value is 156.
RGB:
(129,116,156)
(51%,45%,61%)

RGB channels and saturation

R 129 of 255 = 51%
G 116 of 255 = 45%
B 156 of 255 = 61%

129
116
156

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

Portions of RGB colors in percentages

R + G + B =
129 + 116 + 156 = 401 (100%)
R 129 of 401 ~ 32.17%
G 116 of 401 ~ 28.93%
B 156 of 401 ~ 38.9%

%32.17
%28.93
%38.9

CMYK color model

#81749C color CMYK value is (17,26,0,39).

  • cyan value is 17.31%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,26,0,39)
C17M26Y0K39 
(17%,26%,0%,39%)
(0.17/0.26/0.00/0.39)	

CMYK percentages

%17.31
%25.64
%0
%38.82

Codes

Color #81749C in popluar color models

81749C
RGB129116156
HSL260°16.81%53.33%
HSB/HSV260°25.64%61.18%
CMYK17.31%25.64%0.00%
38.82%

Color #81749C in popluar number systems.

HEX81749C
Decimal129116156
Binary10000001111010010011100
Octal201164234

Shades and tints

Shades of #81749C

#81749C
(129,116,156)
#766A8E
(118,106,142)
#6B6080
(107,96,128)
#605672
(96,86,114)
#554C64
(85,76,100)
#4A4256
(74,66,86)
#3F3848
(63,56,72)
#342E3A
(52,46,58)
#29242C
(41,36,44)
#1E1A1E
(30,26,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #81749C

#81749C
(129,116,156)
#8C80A5
(140,128,165)
#978CAE
(151,140,174)
#A298B7
(162,152,183)
#ADA4C0
(173,164,192)
#B8B0C9
(184,176,201)
#C3BCD2
(195,188,210)
#CEC8DB
(206,200,219)
#D9D4E4
(217,212,228)
#E4E0ED
(228,224,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81749C; }

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

This text font color is #81749C.


Background Color

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

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

This div background color is #81749C.


Border color

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

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

This div border color is #81749C.


Opacity

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

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

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

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

This text has shadow with #81749C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81749C on black background.


Color preview on white background

This text has color #81749C on white background.



Black color preview on #81749C background

This text has black color on #81749C background.


White color preview on #81749C background

This text has white color on #81749C background.