COLOR #813C7D

HEX: #813C7D
RGB: (129,60,125)

Color info

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

RGB color model

#813C7D color RGB value is (129,60,125).

  • red value is 129;
  • green value is 60;
  • blue value is 125.
RGB:
(129,60,125)
(51%,24%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 60 of 255 = 24%
B 125 of 255 = 49%

129
60
125

R + G + B ~ 41%. #813C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 60 + 125 = 314 (100%)
R 129 of 314 ~ 41.08%
G 60 of 314 ~ 19.11%
B 125 of 314 ~ 39.81%

%41.08
%19.11
%39.81

CMYK color model

#813C7D color CMYK value is (0,53,3,49).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(0,53,3,49)
C0M53Y3K49 
(0%,53%,3%,49%)
(0.00/0.53/0.03/0.49)	

CMYK percentages

%0
%53.49
%3.1
%49.41

Codes

Color #813C7D in popluar color models

813C7D
RGB12960125
HSL303°36.51%37.06%
HSB/HSV303°53.49%50.59%
CMYK0.00%53.49%3.10%
49.41%

Color #813C7D in popluar number systems.

HEX813C7D
Decimal12960125
Binary100000011111001111101
Octal20174175

Shades and tints

Shades of #813C7D

#813C7D
(129,60,125)
#763772
(118,55,114)
#6B3267
(107,50,103)
#602D5C
(96,45,92)
#552851
(85,40,81)
#4A2346
(74,35,70)
#3F1E3B
(63,30,59)
#341930
(52,25,48)
#291425
(41,20,37)
#1E0F1A
(30,15,26)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #813C7D

#813C7D
(129,60,125)
#8C4D88
(140,77,136)
#975E93
(151,94,147)
#A26F9E
(162,111,158)
#AD80A9
(173,128,169)
#B891B4
(184,145,180)
#C3A2BF
(195,162,191)
#CEB3CA
(206,179,202)
#D9C4D5
(217,196,213)
#E4D5E0
(228,213,224)
#EFE6EB
(239,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813C7D color. Also use rgb(129,60,125) instead hex code.

Text Font Color

.myTextColor { color: #813C7D; }

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

This text font color is #813C7D.


Background Color

.myBgColor { background-color: #813C7D; }

<div style="background-color:#813C7D">Inner text</div>

This div background color is #813C7D.


Border color

.myBorderColor { border: 1px solid #813C7D; }

<div style="border:3px solid #813C7D">Div</div>

This div border color is #813C7D.


Opacity

.myOpacity80 { color: #813C7D; opacity: 0.8; }

<p style="color:#813C7D;opacity:0.8;">80%</p>

Text with #813C7D 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 #813C7D;}

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

This text has shadow with #813C7D color.

.textShadow {text-shadow: 3px 3px 1px #813C7D, 3px 3px 1px red;}

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

This text has shadow with #813C7D primary color and red secondary color.


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

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

This text has shadow with #813C7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813C7D on black background.


Color preview on white background

This text has color #813C7D on white background.



Black color preview on #813C7D background

This text has black color on #813C7D background.


White color preview on #813C7D background

This text has white color on #813C7D background.