COLOR #994AE4

HEX: #994AE4
RGB: (153,74,228)

Color info

#994AE4 contains mainly blue color. Web safe color of #994AE4 is #9933CC (or #93C).

RGB color model

#994AE4 color RGB value is (153,74,228).

  • red value is 153;
  • green value is 74;
  • blue value is 228.
RGB:
(153,74,228)
(60%,29%,89%)

RGB channels and saturation

R 153 of 255 = 60%
G 74 of 255 = 29%
B 228 of 255 = 89%

153
74
228

R + G + B ~ 59%. #994AE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 74 + 228 = 455 (100%)
R 153 of 455 ~ 33.63%
G 74 of 455 ~ 16.26%
B 228 of 455 ~ 50.11%

%33.63
%16.26
%50.11

CMYK color model

#994AE4 color CMYK value is (33,68,0,11).

  • cyan value is 32.89%
  • magenta value is 67.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(33,68,0,11)
C33M68Y0K11 
(33%,68%,0%,11%)
(0.33/0.68/0.00/0.11)	

CMYK percentages

%32.89
%67.54
%0
%10.59

Codes

Color #994AE4 in popluar color models

994AE4
RGB15374228
HSL271°74.04%59.22%
HSB/HSV271°67.54%89.41%
CMYK32.89%67.54%0.00%
10.59%

Color #994AE4 in popluar number systems.

HEX994AE4
Decimal15374228
Binary10011001100101011100100
Octal231112344

Shades and tints

Shades of #994AE4

#994AE4
(153,74,228)
#8C44D0
(140,68,208)
#7F3EBC
(127,62,188)
#7238A8
(114,56,168)
#653294
(101,50,148)
#582C80
(88,44,128)
#4B266C
(75,38,108)
#3E2058
(62,32,88)
#311A44
(49,26,68)
#241430
(36,20,48)
#170E1C
(23,14,28)
#000000
(0,0,0)

Tints of #994AE4

#994AE4
(153,74,228)
#A25AE6
(162,90,230)
#AB6AE8
(171,106,232)
#B47AEA
(180,122,234)
#BD8AEC
(189,138,236)
#C69AEE
(198,154,238)
#CFAAF0
(207,170,240)
#D8BAF2
(216,186,242)
#E1CAF4
(225,202,244)
#EADAF6
(234,218,246)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994AE4 color. Also use rgb(153,74,228) instead hex code.

Text Font Color

.myTextColor { color: #994AE4; }

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

This text font color is #994AE4.


Background Color

.myBgColor { background-color: #994AE4; }

<div style="background-color:#994AE4">Inner text</div>

This div background color is #994AE4.


Border color

.myBorderColor { border: 1px solid #994AE4; }

<div style="border:3px solid #994AE4">Div</div>

This div border color is #994AE4.


Opacity

.myOpacity80 { color: #994AE4; opacity: 0.8; }

<p style="color:#994AE4;opacity:0.8;">80%</p>

Text with #994AE4 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 #994AE4;}

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

This text has shadow with #994AE4 color.

.textShadow {text-shadow: 3px 3px 1px #994AE4, 3px 3px 1px red;}

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

This text has shadow with #994AE4 primary color and red secondary color.


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

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

This text has shadow with #994AE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994AE4 on black background.


Color preview on white background

This text has color #994AE4 on white background.



Black color preview on #994AE4 background

This text has black color on #994AE4 background.


White color preview on #994AE4 background

This text has white color on #994AE4 background.