COLOR #994A85

HEX: #994A85
RGB: (153,74,133)

Color info

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

RGB color model

#994A85 color RGB value is (153,74,133).

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

RGB channels and saturation

R 153 of 255 = 60%
G 74 of 255 = 29%
B 133 of 255 = 52%

153
74
133

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

Portions of RGB colors in percentages

R + G + B =
153 + 74 + 133 = 360 (100%)
R 153 of 360 ~ 42.5%
G 74 of 360 ~ 20.56%
B 133 of 360 ~ 36.94%

%42.5
%20.56
%36.94

CMYK color model

#994A85 color CMYK value is (0,52,13,40).

  • cyan value is 0.00%
  • magenta value is 51.63%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(0,52,13,40)
C0M52Y13K40 
(0%,52%,13%,40%)
(0.00/0.52/0.13/0.40)	

CMYK percentages

%0
%51.63
%13.07
%40

Codes

Color #994A85 in popluar color models

994A85
RGB15374133
HSL315°34.80%44.51%
HSB/HSV315°51.63%60.00%
CMYK0.00%51.63%13.07%
40.00%

Color #994A85 in popluar number systems.

HEX994A85
Decimal15374133
Binary10011001100101010000101
Octal231112205

Shades and tints

Shades of #994A85

#994A85
(153,74,133)
#8C4479
(140,68,121)
#7F3E6D
(127,62,109)
#723861
(114,56,97)
#653255
(101,50,85)
#582C49
(88,44,73)
#4B263D
(75,38,61)
#3E2031
(62,32,49)
#311A25
(49,26,37)
#241419
(36,20,25)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #994A85

#994A85
(153,74,133)
#A25A90
(162,90,144)
#AB6A9B
(171,106,155)
#B47AA6
(180,122,166)
#BD8AB1
(189,138,177)
#C69ABC
(198,154,188)
#CFAAC7
(207,170,199)
#D8BAD2
(216,186,210)
#E1CADD
(225,202,221)
#EADAE8
(234,218,232)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994A85; }

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

This text font color is #994A85.


Background Color

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

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

This div background color is #994A85.


Border color

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

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

This div border color is #994A85.


Opacity

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

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

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

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

This text has shadow with #994A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994A85 on black background.


Color preview on white background

This text has color #994A85 on white background.



Black color preview on #994A85 background

This text has black color on #994A85 background.


White color preview on #994A85 background

This text has white color on #994A85 background.