COLOR #81317C

HEX: #81317C
RGB: (129,49,124)

Color info

#81317C contains mainly red and blue colors. Web safe color of #81317C is #993366 (or #936).

RGB color model

#81317C color RGB value is (129,49,124).

  • red value is 129;
  • green value is 49;
  • blue value is 124.
RGB:
(129,49,124)
(51%,19%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 49 of 255 = 19%
B 124 of 255 = 49%

129
49
124

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

Portions of RGB colors in percentages

R + G + B =
129 + 49 + 124 = 302 (100%)
R 129 of 302 ~ 42.72%
G 49 of 302 ~ 16.23%
B 124 of 302 ~ 41.06%

%42.72
%16.23
%41.06

CMYK color model

#81317C color CMYK value is (0,62,4,49).

  • cyan value is 0.00%
  • magenta value is 62.02%
  • yellow value is 3.88%
  • key color value is 49.41%
CMYK:
(0,62,4,49)
C0M62Y4K49 
(0%,62%,4%,49%)
(0.00/0.62/0.04/0.49)	

CMYK percentages

%0
%62.02
%3.88
%49.41

Codes

Color #81317C in popluar color models

81317C
RGB12949124
HSL304°44.94%34.90%
HSB/HSV304°62.02%50.59%
CMYK0.00%62.02%3.88%
49.41%

Color #81317C in popluar number systems.

HEX81317C
Decimal12949124
Binary100000011100011111100
Octal20161174

Shades and tints

Shades of #81317C

#81317C
(129,49,124)
#762D71
(118,45,113)
#6B2966
(107,41,102)
#60255B
(96,37,91)
#552150
(85,33,80)
#4A1D45
(74,29,69)
#3F193A
(63,25,58)
#34152F
(52,21,47)
#291124
(41,17,36)
#1E0D19
(30,13,25)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #81317C

#81317C
(129,49,124)
#8C4387
(140,67,135)
#975592
(151,85,146)
#A2679D
(162,103,157)
#AD79A8
(173,121,168)
#B88BB3
(184,139,179)
#C39DBE
(195,157,190)
#CEAFC9
(206,175,201)
#D9C1D4
(217,193,212)
#E4D3DF
(228,211,223)
#EFE5EA
(239,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81317C color. Also use rgb(129,49,124) instead hex code.

Text Font Color

.myTextColor { color: #81317C; }

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

This text font color is #81317C.


Background Color

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

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

This div background color is #81317C.


Border color

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

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

This div border color is #81317C.


Opacity

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

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

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

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

This text has shadow with #81317C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81317C on black background.


Color preview on white background

This text has color #81317C on white background.



Black color preview on #81317C background

This text has black color on #81317C background.


White color preview on #81317C background

This text has white color on #81317C background.