COLOR #83419D

HEX: #83419D
RGB: (131,65,157)

Color info

#83419D contains mainly red and blue colors. Web safe color of #83419D is #993399 (or #939).

RGB color model

#83419D color RGB value is (131,65,157).

  • red value is 131;
  • green value is 65;
  • blue value is 157.
RGB:
(131,65,157)
(51%,25%,62%)

RGB channels and saturation

R 131 of 255 = 51%
G 65 of 255 = 25%
B 157 of 255 = 62%

131
65
157

R + G + B ~ 46%. #83419D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 65 + 157 = 353 (100%)
R 131 of 353 ~ 37.11%
G 65 of 353 ~ 18.41%
B 157 of 353 ~ 44.48%

%37.11
%18.41
%44.48

CMYK color model

#83419D color CMYK value is (17,59,0,38).

  • cyan value is 16.56%
  • magenta value is 58.60%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,59,0,38)
C17M59Y0K38 
(17%,59%,0%,38%)
(0.17/0.59/0.00/0.38)	

CMYK percentages

%16.56
%58.6
%0
%38.43

Codes

Color #83419D in popluar color models

83419D
RGB13165157
HSL283°41.44%43.53%
HSB/HSV283°58.60%61.57%
CMYK16.56%58.60%0.00%
38.43%

Color #83419D in popluar number systems.

HEX83419D
Decimal13165157
Binary10000011100000110011101
Octal203101235

Shades and tints

Shades of #83419D

#83419D
(131,65,157)
#783C8F
(120,60,143)
#6D3781
(109,55,129)
#623273
(98,50,115)
#572D65
(87,45,101)
#4C2857
(76,40,87)
#412349
(65,35,73)
#361E3B
(54,30,59)
#2B192D
(43,25,45)
#20141F
(32,20,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #83419D

#83419D
(131,65,157)
#8E52A5
(142,82,165)
#9963AD
(153,99,173)
#A474B5
(164,116,181)
#AF85BD
(175,133,189)
#BA96C5
(186,150,197)
#C5A7CD
(197,167,205)
#D0B8D5
(208,184,213)
#DBC9DD
(219,201,221)
#E6DAE5
(230,218,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83419D color. Also use rgb(131,65,157) instead hex code.

Text Font Color

.myTextColor { color: #83419D; }

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

This text font color is #83419D.


Background Color

.myBgColor { background-color: #83419D; }

<div style="background-color:#83419D">Inner text</div>

This div background color is #83419D.


Border color

.myBorderColor { border: 1px solid #83419D; }

<div style="border:3px solid #83419D">Div</div>

This div border color is #83419D.


Opacity

.myOpacity80 { color: #83419D; opacity: 0.8; }

<p style="color:#83419D;opacity:0.8;">80%</p>

Text with #83419D 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 #83419D;}

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

This text has shadow with #83419D color.

.textShadow {text-shadow: 3px 3px 1px #83419D, 3px 3px 1px red;}

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

This text has shadow with #83419D primary color and red secondary color.


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

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

This text has shadow with #83419D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83419D on black background.


Color preview on white background

This text has color #83419D on white background.



Black color preview on #83419D background

This text has black color on #83419D background.


White color preview on #83419D background

This text has white color on #83419D background.