COLOR #984FA5

HEX: #984FA5 RGB: (152,79,165)

Color info

#984FA5 contains mainly red and blue colors. Web safe color of #984FA5 is #996699 (or #969).

RGB color model

#984FA5 color RGB value is (152,79,165).

RGB: (152,79,165) (60%, 31%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 79 of 255 = 31%
B 165 of 255 = 65%

152
79
165

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

Portions of RGB colors in percentages

R + G + B = 152 + 79 + 165 = 396 (100%)
R 152 of 396 ~ 38.38%
G 79 of 396 ~ 19.95%
B 165 of 396 ~ 41.67'%

%38.38
%19.95
%41.67

CMYK color model

#984FA5 color CMYK value is (8,52,0,35).

  • cyan value is 7.88%
  • magenta value is 52.12%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (8,52,0,35)
C8M52Y0K35 (8%, 52%, 0%, 35%)
(0.08 / 0.52 / 0.00 / 0.35)

CMYK percentages

%7.88
%52.12
%0
%35.29

Codes

Color #984FA5 in popluar color models

98 4F A5
RGB 152 79 165
HSL 291° 35.25% 47.84%
HSB/HSV 291° 52.12% 64.71%
CMYK 7.88% 52.12% 0.00%
35.29%

Color #984FA5 in popluar number systems.

HEX 98 4F A5
Decimal 152 79 165
Binary 10011000 1001111 10100101
Octal 230 117 245

Shades and tints

Shades of #984FA5

#984FA5
(152,79,165)
#8B4896
(139,72,150)
#7E4187
(126,65,135)
#713A78
(113,58,120)
#643369
(100,51,105)
#572C5A
(87,44,90)
#4A254B
(74,37,75)
#3D1E3C
(61,30,60)
#30172D
(48,23,45)
#23101E
(35,16,30)
#16090F
(22,9,15)
#000000
(0,0,0)

Tints of #984FA5

#984FA5
(152,79,165)
#A15FAD
(161,95,173)
#AA6FB5
(170,111,181)
#B37FBD
(179,127,189)
#BC8FC5
(188,143,197)
#C59FCD
(197,159,205)
#CEAFD5
(206,175,213)
#D7BFDD
(215,191,221)
#E0CFE5
(224,207,229)
#E9DFED
(233,223,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #984FA5 color. Also use rgb(152,79,165) instead hex code.

Text Font Color

.myTextColor { color: #984FA5; }

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

This text font color is #984FA5.

Background Color

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

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

This div background color is #984FA5.

Border color

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

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

This div border color is #984FA5.

Opacity

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

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

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

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

This text has shadow with #984FA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #984FA5.

Preview

Color preview on black background

This text has color #984FA5 on black background.


Color preview on white background

This text has color #984FA5 on white background.


Black color preview on #984FA5 background

This text has black color on #984FA5 background.


White color preview on #984FA5 background

This text has white color on #984FA5 background.


Related colors

Complementary color

Complementary color for #hex is #67B05A.


I love getcolorcode.com

Triadic colors

1 #A5984F and #4FA598 with #984FA5 are triadic colors.

2 #A54F98 and #4F98A5 with #984FA5 are triadic colors.