COLOR #984ECF

HEX: #984ECF
RGB: (152,78,207)

Color info

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

RGB color model

#984ECF color RGB value is (152,78,207).

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

RGB channels and saturation

R 152 of 255 = 60%
G 78 of 255 = 31%
B 207 of 255 = 81%

152
78
207

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

Portions of RGB colors in percentages

R + G + B =
152 + 78 + 207 = 437 (100%)
R 152 of 437 ~ 34.78%
G 78 of 437 ~ 17.85%
B 207 of 437 ~ 47.37%

%34.78
%17.85
%47.37

CMYK color model

#984ECF color CMYK value is (27,62,0,19).

  • cyan value is 26.57%
  • magenta value is 62.32%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(27,62,0,19)
C27M62Y0K19 
(27%,62%,0%,19%)
(0.27/0.62/0.00/0.19)	

CMYK percentages

%26.57
%62.32
%0
%18.82

Codes

Color #984ECF in popluar color models

984ECF
RGB15278207
HSL274°57.33%55.88%
HSB/HSV274°62.32%81.18%
CMYK26.57%62.32%0.00%
18.82%

Color #984ECF in popluar number systems.

HEX984ECF
Decimal15278207
Binary10011000100111011001111
Octal230116317

Shades and tints

Shades of #984ECF

#984ECF
(152,78,207)
#8B47BD
(139,71,189)
#7E40AB
(126,64,171)
#713999
(113,57,153)
#643287
(100,50,135)
#572B75
(87,43,117)
#4A2463
(74,36,99)
#3D1D51
(61,29,81)
#30163F
(48,22,63)
#230F2D
(35,15,45)
#16081B
(22,8,27)
#000000
(0,0,0)

Tints of #984ECF

#984ECF
(152,78,207)
#A15ED3
(161,94,211)
#AA6ED7
(170,110,215)
#B37EDB
(179,126,219)
#BC8EDF
(188,142,223)
#C59EE3
(197,158,227)
#CEAEE7
(206,174,231)
#D7BEEB
(215,190,235)
#E0CEEF
(224,206,239)
#E9DEF3
(233,222,243)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #984ECF; }

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

This text font color is #984ECF.


Background Color

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

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

This div background color is #984ECF.


Border color

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

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

This div border color is #984ECF.


Opacity

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

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

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

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

This text has shadow with #984ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #984ECF on black background.


Color preview on white background

This text has color #984ECF on white background.



Black color preview on #984ECF background

This text has black color on #984ECF background.


White color preview on #984ECF background

This text has white color on #984ECF background.