COLOR #824FA8

HEX: #824FA8
RGB: (130,79,168)

Color info

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

RGB color model

#824FA8 color RGB value is (130,79,168).

  • red value is 130;
  • green value is 79;
  • blue value is 168.
RGB:
(130,79,168)
(51%,31%,66%)

RGB channels and saturation

R 130 of 255 = 51%
G 79 of 255 = 31%
B 168 of 255 = 66%

130
79
168

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

Portions of RGB colors in percentages

R + G + B =
130 + 79 + 168 = 377 (100%)
R 130 of 377 ~ 34.48%
G 79 of 377 ~ 20.95%
B 168 of 377 ~ 44.56%

%34.48
%20.95
%44.56

CMYK color model

#824FA8 color CMYK value is (23,53,0,34).

  • cyan value is 22.62%
  • magenta value is 52.98%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(23,53,0,34)
C23M53Y0K34 
(23%,53%,0%,34%)
(0.23/0.53/0.00/0.34)	

CMYK percentages

%22.62
%52.98
%0
%34.12

Codes

Color #824FA8 in popluar color models

824FA8
RGB13079168
HSL274°36.03%48.43%
HSB/HSV274°52.98%65.88%
CMYK22.62%52.98%0.00%
34.12%

Color #824FA8 in popluar number systems.

HEX824FA8
Decimal13079168
Binary10000010100111110101000
Octal202117250

Shades and tints

Shades of #824FA8

#824FA8
(130,79,168)
#774899
(119,72,153)
#6C418A
(108,65,138)
#613A7B
(97,58,123)
#56336C
(86,51,108)
#4B2C5D
(75,44,93)
#40254E
(64,37,78)
#351E3F
(53,30,63)
#2A1730
(42,23,48)
#1F1021
(31,16,33)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #824FA8

#824FA8
(130,79,168)
#8D5FAF
(141,95,175)
#986FB6
(152,111,182)
#A37FBD
(163,127,189)
#AE8FC4
(174,143,196)
#B99FCB
(185,159,203)
#C4AFD2
(196,175,210)
#CFBFD9
(207,191,217)
#DACFE0
(218,207,224)
#E5DFE7
(229,223,231)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824FA8 color. Also use rgb(130,79,168) instead hex code.

Text Font Color

.myTextColor { color: #824FA8; }

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

This text font color is #824FA8.


Background Color

.myBgColor { background-color: #824FA8; }

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

This div background color is #824FA8.


Border color

.myBorderColor { border: 1px solid #824FA8; }

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

This div border color is #824FA8.


Opacity

.myOpacity80 { color: #824FA8; opacity: 0.8; }

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

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

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

This text has shadow with #824FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824FA8 on black background.


Color preview on white background

This text has color #824FA8 on white background.



Black color preview on #824FA8 background

This text has black color on #824FA8 background.


White color preview on #824FA8 background

This text has white color on #824FA8 background.