COLOR #82427A

HEX: #82427A
RGB: (130,66,122)

Color info

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

RGB color model

#82427A color RGB value is (130,66,122).

  • red value is 130;
  • green value is 66;
  • blue value is 122.
RGB:
(130,66,122)
(51%,26%,48%)

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 122 of 255 = 48%

130
66
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 122 = 318 (100%)
R 130 of 318 ~ 40.88%
G 66 of 318 ~ 20.75%
B 122 of 318 ~ 38.36%

%40.88
%20.75
%38.36

CMYK color model

#82427A color CMYK value is (0,49,6,49).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(0,49,6,49)
C0M49Y6K49 
(0%,49%,6%,49%)
(0.00/0.49/0.06/0.49)	

CMYK percentages

%0
%49.23
%6.15
%49.02

Codes

Color #82427A in popluar color models

82427A
RGB13066122
HSL308°32.65%38.43%
HSB/HSV308°49.23%50.98%
CMYK0.00%49.23%6.15%
49.02%

Color #82427A in popluar number systems.

HEX82427A
Decimal13066122
Binary1000001010000101111010
Octal202102172

Shades and tints

Shades of #82427A

#82427A
(130,66,122)
#773C6F
(119,60,111)
#6C3664
(108,54,100)
#613059
(97,48,89)
#562A4E
(86,42,78)
#4B2443
(75,36,67)
#401E38
(64,30,56)
#35182D
(53,24,45)
#2A1222
(42,18,34)
#1F0C17
(31,12,23)
#14060C
(20,6,12)
#000000
(0,0,0)

Tints of #82427A

#82427A
(130,66,122)
#8D5386
(141,83,134)
#986492
(152,100,146)
#A3759E
(163,117,158)
#AE86AA
(174,134,170)
#B997B6
(185,151,182)
#C4A8C2
(196,168,194)
#CFB9CE
(207,185,206)
#DACADA
(218,202,218)
#E5DBE6
(229,219,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82427A color. Also use rgb(130,66,122) instead hex code.

Text Font Color

.myTextColor { color: #82427A; }

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

This text font color is #82427A.


Background Color

.myBgColor { background-color: #82427A; }

<div style="background-color:#82427A">Inner text</div>

This div background color is #82427A.


Border color

.myBorderColor { border: 1px solid #82427A; }

<div style="border:3px solid #82427A">Div</div>

This div border color is #82427A.


Opacity

.myOpacity80 { color: #82427A; opacity: 0.8; }

<p style="color:#82427A;opacity:0.8;">80%</p>

Text with #82427A 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 #82427A;}

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

This text has shadow with #82427A color.

.textShadow {text-shadow: 3px 3px 1px #82427A, 3px 3px 1px red;}

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

This text has shadow with #82427A primary color and red secondary color.


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

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

This text has shadow with #82427A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82427A on black background.


Color preview on white background

This text has color #82427A on white background.



Black color preview on #82427A background

This text has black color on #82427A background.


White color preview on #82427A background

This text has white color on #82427A background.