COLOR #984E7F

HEX: #984E7F RGB: (152,78,127)

Color info

#984E7F contains mainly red and blue colors. Web safe color of #984E7F is #996666 (or #966).

RGB color model

#984E7F color RGB value is (152,78,127).

RGB: (152,78,127) (60%, 31%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 127 of 255 = 50%

152
78
127

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

Portions of RGB colors in percentages

R + G + B = 152 + 78 + 127 = 357 (100%)
R 152 of 357 ~ 42.58%
G 78 of 357 ~ 21.85%
B 127 of 357 ~ 35.57'%

%42.58
%21.85
%35.57

CMYK color model

#984E7F color CMYK value is (0,49,16,40).

  • cyan value is 0.00%
  • magenta value is 48.68%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK: (0,49,16,40) C0M49Y16K40 (0%,49%,16%,40%) (0.00/0.49/0.16/0.40) 

CMYK percentages

%0
%48.68
%16.45
%40.39

Codes

Color #984E7F in popluar color models

98 4E 7F
RGB 152 78 127
HSL 320° 32.17% 45.10%
HSB/HSV 320° 48.68% 59.61%
CMYK 0.00% 48.68% 16.45%
40.39%

Color #984E7F in popluar number systems.

HEX 98 4E 7F
Decimal 152 78 127
Binary 10011000 1001110 1111111
Octal 230 116 177

Shades and tints

Shades of #984E7F

#984E7F
(152,78,127)
#8B4774
(139,71,116)
#7E4069
(126,64,105)
#71395E
(113,57,94)
#643253
(100,50,83)
#572B48
(87,43,72)
#4A243D
(74,36,61)
#3D1D32
(61,29,50)
#301627
(48,22,39)
#230F1C
(35,15,28)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #984E7F

#984E7F
(152,78,127)
#A15E8A
(161,94,138)
#AA6E95
(170,110,149)
#B37EA0
(179,126,160)
#BC8EAB
(188,142,171)
#C59EB6
(197,158,182)
#CEAEC1
(206,174,193)
#D7BECC
(215,190,204)
#E0CED7
(224,206,215)
#E9DEE2
(233,222,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984E7F color. Also use rgb(152,78,127) instead hex code.

Text Font Color

.myTextColor { color: #984E7F; }

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

This text font color is #984E7F.

Background Color

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

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

This div background color is #984E7F.

Border color

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

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

This div border color is #984E7F.

Opacity

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

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

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

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

This text has shadow with #984E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984E7F.

Preview

Color preview on black background

This text has color #984E7F on black background.


Color preview on white background

This text has color #984E7F on white background.


Black color preview on #984E7F background

This text has black color on #984E7F background.


White color preview on #984E7F background

This text has white color on #984E7F background.


Related colors

Complementary color

Complementary color for #hex is #67B180.


I love getcolorcode.com

Triadic colors

1 #7F984E and #4E7F98 with #984E7F are triadic colors.

2 #7F4E98 and #4E987F with #984E7F are triadic colors.