COLOR #82599B

HEX: #82599B
RGB: (130,89,155)

Color info

#82599B contains mainly red and blue colors. Web safe color of #82599B is #996699 (or #969).

RGB color model

#82599B color RGB value is (130,89,155).

  • red value is 130;
  • green value is 89;
  • blue value is 155.
RGB:
(130,89,155)
(51%,35%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 155 of 255 = 61%

130
89
155

R + G + B ~ 49%. #82599B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 155 = 374 (100%)
R 130 of 374 ~ 34.76%
G 89 of 374 ~ 23.8%
B 155 of 374 ~ 41.44%

%34.76
%23.8
%41.44

CMYK color model

#82599B color CMYK value is (16,43,0,39).

  • cyan value is 16.13%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(16,43,0,39)
C16M43Y0K39 
(16%,43%,0%,39%)
(0.16/0.43/0.00/0.39)	

CMYK percentages

%16.13
%42.58
%0
%39.22

Codes

Color #82599B in popluar color models

82599B
RGB13089155
HSL277°27.05%47.84%
HSB/HSV277°42.58%60.78%
CMYK16.13%42.58%0.00%
39.22%

Color #82599B in popluar number systems.

HEX82599B
Decimal13089155
Binary10000010101100110011011
Octal202131233

Shades and tints

Shades of #82599B

#82599B
(130,89,155)
#77518D
(119,81,141)
#6C497F
(108,73,127)
#614171
(97,65,113)
#563963
(86,57,99)
#4B3155
(75,49,85)
#402947
(64,41,71)
#352139
(53,33,57)
#2A192B
(42,25,43)
#1F111D
(31,17,29)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #82599B

#82599B
(130,89,155)
#8D68A4
(141,104,164)
#9877AD
(152,119,173)
#A386B6
(163,134,182)
#AE95BF
(174,149,191)
#B9A4C8
(185,164,200)
#C4B3D1
(196,179,209)
#CFC2DA
(207,194,218)
#DAD1E3
(218,209,227)
#E5E0EC
(229,224,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82599B color. Also use rgb(130,89,155) instead hex code.

Text Font Color

.myTextColor { color: #82599B; }

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

This text font color is #82599B.


Background Color

.myBgColor { background-color: #82599B; }

<div style="background-color:#82599B">Inner text</div>

This div background color is #82599B.


Border color

.myBorderColor { border: 1px solid #82599B; }

<div style="border:3px solid #82599B">Div</div>

This div border color is #82599B.


Opacity

.myOpacity80 { color: #82599B; opacity: 0.8; }

<p style="color:#82599B;opacity:0.8;">80%</p>

Text with #82599B 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 #82599B;}

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

This text has shadow with #82599B color.

.textShadow {text-shadow: 3px 3px 1px #82599B, 3px 3px 1px red;}

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

This text has shadow with #82599B primary color and red secondary color.


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

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

This text has shadow with #82599B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82599B on black background.


Color preview on white background

This text has color #82599B on white background.



Black color preview on #82599B background

This text has black color on #82599B background.


White color preview on #82599B background

This text has white color on #82599B background.