COLOR #984A7E

HEX: #984A7E RGB: (152,74,126)

Color info

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

RGB color model

#984A7E color RGB value is (152,74,126).

RGB: (152,74,126) (60%, 29%, 49%)

RGB channels and saturation

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

152
74
126

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

Portions of RGB colors in percentages

R + G + B = 152 + 74 + 126 = 352 (100%)
R 152 of 352 ~ 43.18%
G 74 of 352 ~ 21.02%
B 126 of 352 ~ 35.8'%

%43.18
%21.02
%35.8

CMYK color model

#984A7E color CMYK value is (0,51,17,40).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 17.11%
  • key color value is 40.39%
CMYK: (0,51,17,40) C0M51Y17K40 (0%,51%,17%,40%) (0.00/0.51/0.17/0.40) 

CMYK percentages

%0
%51.32
%17.11
%40.39

Codes

Color #984A7E in popluar color models

98 4A 7E
RGB 152 74 126
HSL 320° 34.51% 44.31%
HSB/HSV 320° 51.32% 59.61%
CMYK 0.00% 51.32% 17.11%
40.39%

Color #984A7E in popluar number systems.

HEX 98 4A 7E
Decimal 152 74 126
Binary 10011000 1001010 1111110
Octal 230 112 176

Shades and tints

Shades of #984A7E

#984A7E
(152,74,126)
#8B4473
(139,68,115)
#7E3E68
(126,62,104)
#71385D
(113,56,93)
#643252
(100,50,82)
#572C47
(87,44,71)
#4A263C
(74,38,60)
#3D2031
(61,32,49)
#301A26
(48,26,38)
#23141B
(35,20,27)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #984A7E

#984A7E
(152,74,126)
#A15A89
(161,90,137)
#AA6A94
(170,106,148)
#B37A9F
(179,122,159)
#BC8AAA
(188,138,170)
#C59AB5
(197,154,181)
#CEAAC0
(206,170,192)
#D7BACB
(215,186,203)
#E0CAD6
(224,202,214)
#E9DAE1
(233,218,225)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984A7E; }

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

This text font color is #984A7E.

Background Color

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

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

This div background color is #984A7E.

Border color

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

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

This div border color is #984A7E.

Opacity

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

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

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

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

This text has shadow with #984A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984A7E.

Preview

Color preview on black background

This text has color #984A7E on black background.


Color preview on white background

This text has color #984A7E on white background.


Black color preview on #984A7E background

This text has black color on #984A7E background.


White color preview on #984A7E background

This text has white color on #984A7E background.


Related colors

Complementary color

Complementary color for #hex is #67B581.


I love getcolorcode.com

Triadic colors

1 #7E984A and #4A7E98 with #984A7E are triadic colors.

2 #7E4A98 and #4A987E with #984A7E are triadic colors.