COLOR #82629A

HEX: #82629A
RGB: (130,98,154)

Color info

#82629A contains red, green and blue colors in about the same proportion. Web safe color of #82629A is #996699 (or #969).

RGB color model

#82629A color RGB value is (130,98,154).

  • red value is 130;
  • green value is 98;
  • blue value is 154.
RGB:
(130,98,154)
(51%,38%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 98 of 255 = 38%
B 154 of 255 = 60%

130
98
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 98 + 154 = 382 (100%)
R 130 of 382 ~ 34.03%
G 98 of 382 ~ 25.65%
B 154 of 382 ~ 40.31%

%34.03
%25.65
%40.31

CMYK color model

#82629A color CMYK value is (16,36,0,40).

  • cyan value is 15.58%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,36,0,40)
C16M36Y0K40 
(16%,36%,0%,40%)
(0.16/0.36/0.00/0.40)	

CMYK percentages

%15.58
%36.36
%0
%39.61

Codes

Color #82629A in popluar color models

82629A
RGB13098154
HSL274°22.22%49.41%
HSB/HSV274°36.36%60.39%
CMYK15.58%36.36%0.00%
39.61%

Color #82629A in popluar number systems.

HEX82629A
Decimal13098154
Binary10000010110001010011010
Octal202142232

Shades and tints

Shades of #82629A

#82629A
(130,98,154)
#775A8C
(119,90,140)
#6C527E
(108,82,126)
#614A70
(97,74,112)
#564262
(86,66,98)
#4B3A54
(75,58,84)
#403246
(64,50,70)
#352A38
(53,42,56)
#2A222A
(42,34,42)
#1F1A1C
(31,26,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #82629A

#82629A
(130,98,154)
#8D70A3
(141,112,163)
#987EAC
(152,126,172)
#A38CB5
(163,140,181)
#AE9ABE
(174,154,190)
#B9A8C7
(185,168,199)
#C4B6D0
(196,182,208)
#CFC4D9
(207,196,217)
#DAD2E2
(218,210,226)
#E5E0EB
(229,224,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82629A color. Also use rgb(130,98,154) instead hex code.

Text Font Color

.myTextColor { color: #82629A; }

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

This text font color is #82629A.


Background Color

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

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

This div background color is #82629A.


Border color

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

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

This div border color is #82629A.


Opacity

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

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

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

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

This text has shadow with #82629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82629A on black background.


Color preview on white background

This text has color #82629A on white background.



Black color preview on #82629A background

This text has black color on #82629A background.


White color preview on #82629A background

This text has white color on #82629A background.