COLOR #994A82

HEX: #994A82
RGB: (153,74,130)

Color info

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

RGB color model

#994A82 color RGB value is (153,74,130).

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

RGB channels and saturation

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

153
74
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 74 + 130 = 357 (100%)
R 153 of 357 ~ 42.86%
G 74 of 357 ~ 20.73%
B 130 of 357 ~ 36.41%

%42.86
%20.73
%36.41

CMYK color model

#994A82 color CMYK value is (0,52,15,40).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,52,15,40)
C0M52Y15K40 
(0%,52%,15%,40%)
(0.00/0.52/0.15/0.40)	

CMYK percentages

%0
%51.63
%15.03
%40

Codes

Color #994A82 in popluar color models

994A82
RGB15374130
HSL317°34.80%44.51%
HSB/HSV317°51.63%60.00%
CMYK0.00%51.63%15.03%
40.00%

Color #994A82 in popluar number systems.

HEX994A82
Decimal15374130
Binary10011001100101010000010
Octal231112202

Shades and tints

Shades of #994A82

#994A82
(153,74,130)
#8C4477
(140,68,119)
#7F3E6C
(127,62,108)
#723861
(114,56,97)
#653256
(101,50,86)
#582C4B
(88,44,75)
#4B2640
(75,38,64)
#3E2035
(62,32,53)
#311A2A
(49,26,42)
#24141F
(36,20,31)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #994A82

#994A82
(153,74,130)
#A25A8D
(162,90,141)
#AB6A98
(171,106,152)
#B47AA3
(180,122,163)
#BD8AAE
(189,138,174)
#C69AB9
(198,154,185)
#CFAAC4
(207,170,196)
#D8BACF
(216,186,207)
#E1CADA
(225,202,218)
#EADAE5
(234,218,229)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994A82 color. Also use rgb(153,74,130) instead hex code.

Text Font Color

.myTextColor { color: #994A82; }

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

This text font color is #994A82.


Background Color

.myBgColor { background-color: #994A82; }

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

This div background color is #994A82.


Border color

.myBorderColor { border: 1px solid #994A82; }

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

This div border color is #994A82.


Opacity

.myOpacity80 { color: #994A82; opacity: 0.8; }

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

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

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

This text has shadow with #994A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994A82 on black background.


Color preview on white background

This text has color #994A82 on white background.



Black color preview on #994A82 background

This text has black color on #994A82 background.


White color preview on #994A82 background

This text has white color on #994A82 background.