COLOR #82249D

HEX: #82249D
RGB: (130,36,157)

Color info

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

RGB color model

#82249D color RGB value is (130,36,157).

  • red value is 130;
  • green value is 36;
  • blue value is 157.
RGB:
(130,36,157)
(51%,14%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 36 of 255 = 14%
B 157 of 255 = 62%

130
36
157

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

Portions of RGB colors in percentages

R + G + B =
130 + 36 + 157 = 323 (100%)
R 130 of 323 ~ 40.25%
G 36 of 323 ~ 11.15%
B 157 of 323 ~ 48.61%

%40.25
%11.15
%48.61

CMYK color model

#82249D color CMYK value is (17,77,0,38).

  • cyan value is 17.20%
  • magenta value is 77.07%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,77,0,38)
C17M77Y0K38 
(17%,77%,0%,38%)
(0.17/0.77/0.00/0.38)	

CMYK percentages

%17.2
%77.07
%0
%38.43

Codes

Color #82249D in popluar color models

82249D
RGB13036157
HSL287°62.69%37.84%
HSB/HSV287°77.07%61.57%
CMYK17.20%77.07%0.00%
38.43%

Color #82249D in popluar number systems.

HEX82249D
Decimal13036157
Binary1000001010010010011101
Octal20244235

Shades and tints

Shades of #82249D

#82249D
(130,36,157)
#77218F
(119,33,143)
#6C1E81
(108,30,129)
#611B73
(97,27,115)
#561865
(86,24,101)
#4B1557
(75,21,87)
#401249
(64,18,73)
#350F3B
(53,15,59)
#2A0C2D
(42,12,45)
#1F091F
(31,9,31)
#140611
(20,6,17)
#000000
(0,0,0)

Tints of #82249D

#82249D
(130,36,157)
#8D37A5
(141,55,165)
#984AAD
(152,74,173)
#A35DB5
(163,93,181)
#AE70BD
(174,112,189)
#B983C5
(185,131,197)
#C496CD
(196,150,205)
#CFA9D5
(207,169,213)
#DABCDD
(218,188,221)
#E5CFE5
(229,207,229)
#F0E2ED
(240,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82249D color. Also use rgb(130,36,157) instead hex code.

Text Font Color

.myTextColor { color: #82249D; }

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

This text font color is #82249D.


Background Color

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

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

This div background color is #82249D.


Border color

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

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

This div border color is #82249D.


Opacity

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

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

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

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

This text has shadow with #82249D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82249D on black background.


Color preview on white background

This text has color #82249D on white background.



Black color preview on #82249D background

This text has black color on #82249D background.


White color preview on #82249D background

This text has white color on #82249D background.