COLOR #824C91

HEX: #824C91
RGB: (130,76,145)

Color info

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

RGB color model

#824C91 color RGB value is (130,76,145).

  • red value is 130;
  • green value is 76;
  • blue value is 145.
RGB:
(130,76,145)
(51%,30%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 145 of 255 = 57%

130
76
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 145 = 351 (100%)
R 130 of 351 ~ 37.04%
G 76 of 351 ~ 21.65%
B 145 of 351 ~ 41.31%

%37.04
%21.65
%41.31

CMYK color model

#824C91 color CMYK value is (10,48,0,43).

  • cyan value is 10.34%
  • magenta value is 47.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,48,0,43)
C10M48Y0K43 
(10%,48%,0%,43%)
(0.10/0.48/0.00/0.43)	

CMYK percentages

%10.34
%47.59
%0
%43.14

Codes

Color #824C91 in popluar color models

824C91
RGB13076145
HSL287°31.22%43.33%
HSB/HSV287°47.59%56.86%
CMYK10.34%47.59%0.00%
43.14%

Color #824C91 in popluar number systems.

HEX824C91
Decimal13076145
Binary10000010100110010010001
Octal202114221

Shades and tints

Shades of #824C91

#824C91
(130,76,145)
#774684
(119,70,132)
#6C4077
(108,64,119)
#613A6A
(97,58,106)
#56345D
(86,52,93)
#4B2E50
(75,46,80)
#402843
(64,40,67)
#352236
(53,34,54)
#2A1C29
(42,28,41)
#1F161C
(31,22,28)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #824C91

#824C91
(130,76,145)
#8D5C9B
(141,92,155)
#986CA5
(152,108,165)
#A37CAF
(163,124,175)
#AE8CB9
(174,140,185)
#B99CC3
(185,156,195)
#C4ACCD
(196,172,205)
#CFBCD7
(207,188,215)
#DACCE1
(218,204,225)
#E5DCEB
(229,220,235)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824C91 color. Also use rgb(130,76,145) instead hex code.

Text Font Color

.myTextColor { color: #824C91; }

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

This text font color is #824C91.


Background Color

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

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

This div background color is #824C91.


Border color

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

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

This div border color is #824C91.


Opacity

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

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

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

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

This text has shadow with #824C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C91 on black background.


Color preview on white background

This text has color #824C91 on white background.



Black color preview on #824C91 background

This text has black color on #824C91 background.


White color preview on #824C91 background

This text has white color on #824C91 background.