COLOR #824497

HEX: #824497
RGB: (130,68,151)

Color info

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

RGB color model

#824497 color RGB value is (130,68,151).

  • red value is 130;
  • green value is 68;
  • blue value is 151.
RGB:
(130,68,151)
(51%,27%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 68 of 255 = 27%
B 151 of 255 = 59%

130
68
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 68 + 151 = 349 (100%)
R 130 of 349 ~ 37.25%
G 68 of 349 ~ 19.48%
B 151 of 349 ~ 43.27%

%37.25
%19.48
%43.27

CMYK color model

#824497 color CMYK value is (14,55,0,41).

  • cyan value is 13.91%
  • magenta value is 54.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(14,55,0,41)
C14M55Y0K41 
(14%,55%,0%,41%)
(0.14/0.55/0.00/0.41)	

CMYK percentages

%13.91
%54.97
%0
%40.78

Codes

Color #824497 in popluar color models

824497
RGB13068151
HSL285°37.90%42.94%
HSB/HSV285°54.97%59.22%
CMYK13.91%54.97%0.00%
40.78%

Color #824497 in popluar number systems.

HEX824497
Decimal13068151
Binary10000010100010010010111
Octal202104227

Shades and tints

Shades of #824497

#824497
(130,68,151)
#773E8A
(119,62,138)
#6C387D
(108,56,125)
#613270
(97,50,112)
#562C63
(86,44,99)
#4B2656
(75,38,86)
#402049
(64,32,73)
#351A3C
(53,26,60)
#2A142F
(42,20,47)
#1F0E22
(31,14,34)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #824497

#824497
(130,68,151)
#8D55A0
(141,85,160)
#9866A9
(152,102,169)
#A377B2
(163,119,178)
#AE88BB
(174,136,187)
#B999C4
(185,153,196)
#C4AACD
(196,170,205)
#CFBBD6
(207,187,214)
#DACCDF
(218,204,223)
#E5DDE8
(229,221,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824497 color. Also use rgb(130,68,151) instead hex code.

Text Font Color

.myTextColor { color: #824497; }

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

This text font color is #824497.


Background Color

.myBgColor { background-color: #824497; }

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

This div background color is #824497.


Border color

.myBorderColor { border: 1px solid #824497; }

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

This div border color is #824497.


Opacity

.myOpacity80 { color: #824497; opacity: 0.8; }

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

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

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

This text has shadow with #824497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824497 on black background.


Color preview on white background

This text has color #824497 on white background.



Black color preview on #824497 background

This text has black color on #824497 background.


White color preview on #824497 background

This text has white color on #824497 background.