COLOR #984EC4

HEX: #984EC4
RGB: (152,78,196)

Color info

#984EC4 contains mainly red and blue colors. Web safe color of #984EC4 is #9966CC (or #96C).

RGB color model

#984EC4 color RGB value is (152,78,196).

  • red value is 152;
  • green value is 78;
  • blue value is 196.
RGB:
(152,78,196)
(60%,31%,77%)

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 196 of 255 = 77%

152
78
196

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

Portions of RGB colors in percentages

R + G + B =
152 + 78 + 196 = 426 (100%)
R 152 of 426 ~ 35.68%
G 78 of 426 ~ 18.31%
B 196 of 426 ~ 46.01%

%35.68
%18.31
%46.01

CMYK color model

#984EC4 color CMYK value is (22,60,0,23).

  • cyan value is 22.45%
  • magenta value is 60.20%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(22,60,0,23)
C22M60Y0K23 
(22%,60%,0%,23%)
(0.22/0.60/0.00/0.23)	

CMYK percentages

%22.45
%60.2
%0
%23.14

Codes

Color #984EC4 in popluar color models

984EC4
RGB15278196
HSL278°50.00%53.73%
HSB/HSV278°60.20%76.86%
CMYK22.45%60.20%0.00%
23.14%

Color #984EC4 in popluar number systems.

HEX984EC4
Decimal15278196
Binary10011000100111011000100
Octal230116304

Shades and tints

Shades of #984EC4

#984EC4
(152,78,196)
#8B47B3
(139,71,179)
#7E40A2
(126,64,162)
#713991
(113,57,145)
#643280
(100,50,128)
#572B6F
(87,43,111)
#4A245E
(74,36,94)
#3D1D4D
(61,29,77)
#30163C
(48,22,60)
#230F2B
(35,15,43)
#16081A
(22,8,26)
#000000
(0,0,0)

Tints of #984EC4

#984EC4
(152,78,196)
#A15EC9
(161,94,201)
#AA6ECE
(170,110,206)
#B37ED3
(179,126,211)
#BC8ED8
(188,142,216)
#C59EDD
(197,158,221)
#CEAEE2
(206,174,226)
#D7BEE7
(215,190,231)
#E0CEEC
(224,206,236)
#E9DEF1
(233,222,241)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984EC4; }

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

This text font color is #984EC4.


Background Color

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

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

This div background color is #984EC4.


Border color

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

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

This div border color is #984EC4.


Opacity

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

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

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

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

This text has shadow with #984EC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984EC4 on black background.


Color preview on white background

This text has color #984EC4 on white background.



Black color preview on #984EC4 background

This text has black color on #984EC4 background.


White color preview on #984EC4 background

This text has white color on #984EC4 background.