COLOR #994FDE

HEX: #994FDE
RGB: (153,79,222)

Color info

#994FDE contains mainly blue color. Web safe color of #994FDE is #9966CC (or #96C).

RGB color model

#994FDE color RGB value is (153,79,222).

  • red value is 153;
  • green value is 79;
  • blue value is 222.
RGB:
(153,79,222)
(60%,31%,87%)

RGB channels and saturation

R 153 of 255 = 60%
G 79 of 255 = 31%
B 222 of 255 = 87%

153
79
222

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

Portions of RGB colors in percentages

R + G + B =
153 + 79 + 222 = 454 (100%)
R 153 of 454 ~ 33.7%
G 79 of 454 ~ 17.4%
B 222 of 454 ~ 48.9%

%33.7
%17.4
%48.9

CMYK color model

#994FDE color CMYK value is (31,64,0,13).

  • cyan value is 31.08%
  • magenta value is 64.41%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(31,64,0,13)
C31M64Y0K13 
(31%,64%,0%,13%)
(0.31/0.64/0.00/0.13)	

CMYK percentages

%31.08
%64.41
%0
%12.94

Codes

Color #994FDE in popluar color models

994FDE
RGB15379222
HSL271°68.42%59.02%
HSB/HSV271°64.41%87.06%
CMYK31.08%64.41%0.00%
12.94%

Color #994FDE in popluar number systems.

HEX994FDE
Decimal15379222
Binary10011001100111111011110
Octal231117336

Shades and tints

Shades of #994FDE

#994FDE
(153,79,222)
#8C48CA
(140,72,202)
#7F41B6
(127,65,182)
#723AA2
(114,58,162)
#65338E
(101,51,142)
#582C7A
(88,44,122)
#4B2566
(75,37,102)
#3E1E52
(62,30,82)
#31173E
(49,23,62)
#24102A
(36,16,42)
#170916
(23,9,22)
#000000
(0,0,0)

Tints of #994FDE

#994FDE
(153,79,222)
#A25FE1
(162,95,225)
#AB6FE4
(171,111,228)
#B47FE7
(180,127,231)
#BD8FEA
(189,143,234)
#C69FED
(198,159,237)
#CFAFF0
(207,175,240)
#D8BFF3
(216,191,243)
#E1CFF6
(225,207,246)
#EADFF9
(234,223,249)
#F3EFFC
(243,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994FDE color. Also use rgb(153,79,222) instead hex code.

Text Font Color

.myTextColor { color: #994FDE; }

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

This text font color is #994FDE.


Background Color

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

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

This div background color is #994FDE.


Border color

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

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

This div border color is #994FDE.


Opacity

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

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

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

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

This text has shadow with #994FDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994FDE on black background.


Color preview on white background

This text has color #994FDE on white background.



Black color preview on #994FDE background

This text has black color on #994FDE background.


White color preview on #994FDE background

This text has white color on #994FDE background.