COLOR #984AAD

HEX: #984AAD
RGB: (152,74,173)

Color info

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

RGB color model

#984AAD color RGB value is (152,74,173).

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

RGB channels and saturation

R 152 of 255 = 60%
G 74 of 255 = 29%
B 173 of 255 = 68%

152
74
173

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

Portions of RGB colors in percentages

R + G + B =
152 + 74 + 173 = 399 (100%)
R 152 of 399 ~ 38.1%
G 74 of 399 ~ 18.55%
B 173 of 399 ~ 43.36%

%38.1
%18.55
%43.36

CMYK color model

#984AAD color CMYK value is (12,57,0,32).

  • cyan value is 12.14%
  • magenta value is 57.23%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(12,57,0,32)
C12M57Y0K32 
(12%,57%,0%,32%)
(0.12/0.57/0.00/0.32)	

CMYK percentages

%12.14
%57.23
%0
%32.16

Codes

Color #984AAD in popluar color models

984AAD
RGB15274173
HSL287°40.08%48.43%
HSB/HSV287°57.23%67.84%
CMYK12.14%57.23%0.00%
32.16%

Color #984AAD in popluar number systems.

HEX984AAD
Decimal15274173
Binary10011000100101010101101
Octal230112255

Shades and tints

Shades of #984AAD

#984AAD
(152,74,173)
#8B449E
(139,68,158)
#7E3E8F
(126,62,143)
#713880
(113,56,128)
#643271
(100,50,113)
#572C62
(87,44,98)
#4A2653
(74,38,83)
#3D2044
(61,32,68)
#301A35
(48,26,53)
#231426
(35,20,38)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #984AAD

#984AAD
(152,74,173)
#A15AB4
(161,90,180)
#AA6ABB
(170,106,187)
#B37AC2
(179,122,194)
#BC8AC9
(188,138,201)
#C59AD0
(197,154,208)
#CEAAD7
(206,170,215)
#D7BADE
(215,186,222)
#E0CAE5
(224,202,229)
#E9DAEC
(233,218,236)
#F2EAF3
(242,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984AAD; }

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

This text font color is #984AAD.


Background Color

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

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

This div background color is #984AAD.


Border color

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

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

This div border color is #984AAD.


Opacity

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

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

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

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

This text has shadow with #984AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984AAD on black background.


Color preview on white background

This text has color #984AAD on white background.



Black color preview on #984AAD background

This text has black color on #984AAD background.


White color preview on #984AAD background

This text has white color on #984AAD background.