COLOR #824B99

HEX: #824B99
RGB: (130,75,153)

Color info

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

RGB color model

#824B99 color RGB value is (130,75,153).

  • red value is 130;
  • green value is 75;
  • blue value is 153.
RGB:
(130,75,153)
(51%,29%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 153 of 255 = 60%

130
75
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 153 = 358 (100%)
R 130 of 358 ~ 36.31%
G 75 of 358 ~ 20.95%
B 153 of 358 ~ 42.74%

%36.31
%20.95
%42.74

CMYK color model

#824B99 color CMYK value is (15,51,0,40).

  • cyan value is 15.03%
  • magenta value is 50.98%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,51,0,40)
C15M51Y0K40 
(15%,51%,0%,40%)
(0.15/0.51/0.00/0.40)	

CMYK percentages

%15.03
%50.98
%0
%40

Codes

Color #824B99 in popluar color models

824B99
RGB13075153
HSL282°34.21%44.71%
HSB/HSV282°50.98%60.00%
CMYK15.03%50.98%0.00%
40.00%

Color #824B99 in popluar number systems.

HEX824B99
Decimal13075153
Binary10000010100101110011001
Octal202113231

Shades and tints

Shades of #824B99

#824B99
(130,75,153)
#77458C
(119,69,140)
#6C3F7F
(108,63,127)
#613972
(97,57,114)
#563365
(86,51,101)
#4B2D58
(75,45,88)
#40274B
(64,39,75)
#35213E
(53,33,62)
#2A1B31
(42,27,49)
#1F1524
(31,21,36)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #824B99

#824B99
(130,75,153)
#8D5BA2
(141,91,162)
#986BAB
(152,107,171)
#A37BB4
(163,123,180)
#AE8BBD
(174,139,189)
#B99BC6
(185,155,198)
#C4ABCF
(196,171,207)
#CFBBD8
(207,187,216)
#DACBE1
(218,203,225)
#E5DBEA
(229,219,234)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824B99 color. Also use rgb(130,75,153) instead hex code.

Text Font Color

.myTextColor { color: #824B99; }

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

This text font color is #824B99.


Background Color

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

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

This div background color is #824B99.


Border color

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

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

This div border color is #824B99.


Opacity

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

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

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

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

This text has shadow with #824B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B99 on black background.


Color preview on white background

This text has color #824B99 on white background.



Black color preview on #824B99 background

This text has black color on #824B99 background.


White color preview on #824B99 background

This text has white color on #824B99 background.