COLOR #984A7D

HEX: #984A7D
RGB: (152,74,125)

Color info

#984A7D contains mainly red and blue colors. Web safe color of #984A7D is #993366 (or #936).

RGB color model

#984A7D color RGB value is (152,74,125).

  • red value is 152;
  • green value is 74;
  • blue value is 125.
RGB:
(152,74,125)
(60%,29%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 125 of 255 = 49%

152
74
125

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

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 125 = 351 (100%)
R 152 of 351 ~ 43.3%
G 74 of 351 ~ 21.08%
B 125 of 351 ~ 35.61%

%43.3
%21.08
%35.61

CMYK color model

#984A7D color CMYK value is (0,51,18,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 17.76%
  • key color value is 40.39%
CMYK:
(0,51,18,40)
C0M51Y18K40 
(0%,51%,18%,40%)
(0.00/0.51/0.18/0.40)	

CMYK percentages

%0
%51.32
%17.76
%40.39

Codes

Color #984A7D in popluar color models

984A7D
RGB15274125
HSL321°34.51%44.31%
HSB/HSV321°51.32%59.61%
CMYK0.00%51.32%17.76%
40.39%

Color #984A7D in popluar number systems.

HEX984A7D
Decimal15274125
Binary1001100010010101111101
Octal230112175

Shades and tints

Shades of #984A7D

#984A7D
(152,74,125)
#8B4472
(139,68,114)
#7E3E67
(126,62,103)
#71385C
(113,56,92)
#643251
(100,50,81)
#572C46
(87,44,70)
#4A263B
(74,38,59)
#3D2030
(61,32,48)
#301A25
(48,26,37)
#23141A
(35,20,26)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #984A7D

#984A7D
(152,74,125)
#A15A88
(161,90,136)
#AA6A93
(170,106,147)
#B37A9E
(179,122,158)
#BC8AA9
(188,138,169)
#C59AB4
(197,154,180)
#CEAABF
(206,170,191)
#D7BACA
(215,186,202)
#E0CAD5
(224,202,213)
#E9DAE0
(233,218,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984A7D color. Also use rgb(152,74,125) instead hex code.

Text Font Color

.myTextColor { color: #984A7D; }

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

This text font color is #984A7D.


Background Color

.myBgColor { background-color: #984A7D; }

<div style="background-color:#984A7D">Inner text</div>

This div background color is #984A7D.


Border color

.myBorderColor { border: 1px solid #984A7D; }

<div style="border:3px solid #984A7D">Div</div>

This div border color is #984A7D.


Opacity

.myOpacity80 { color: #984A7D; opacity: 0.8; }

<p style="color:#984A7D;opacity:0.8;">80%</p>

Text with #984A7D 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 #984A7D;}

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

This text has shadow with #984A7D color.

.textShadow {text-shadow: 3px 3px 1px #984A7D, 3px 3px 1px red;}

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

This text has shadow with #984A7D primary color and red secondary color.


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

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

This text has shadow with #984A7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984A7D on black background.


Color preview on white background

This text has color #984A7D on white background.



Black color preview on #984A7D background

This text has black color on #984A7D background.


White color preview on #984A7D background

This text has white color on #984A7D background.