COLOR #994ACA

HEX: #994ACA
RGB: (153,74,202)

Color info

#994ACA contains mainly red and blue colors. Web safe color of #994ACA is #9933CC (or #93C).

RGB color model

#994ACA color RGB value is (153,74,202).

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

RGB channels and saturation

R 153 of 255 = 60%
G 74 of 255 = 29%
B 202 of 255 = 79%

153
74
202

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

Portions of RGB colors in percentages

R + G + B =
153 + 74 + 202 = 429 (100%)
R 153 of 429 ~ 35.66%
G 74 of 429 ~ 17.25%
B 202 of 429 ~ 47.09%

%35.66
%17.25
%47.09

CMYK color model

#994ACA color CMYK value is (24,63,0,21).

  • cyan value is 24.26%
  • magenta value is 63.37%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,63,0,21)
C24M63Y0K21 
(24%,63%,0%,21%)
(0.24/0.63/0.00/0.21)	

CMYK percentages

%24.26
%63.37
%0
%20.78

Codes

Color #994ACA in popluar color models

994ACA
RGB15374202
HSL277°54.70%54.12%
HSB/HSV277°63.37%79.22%
CMYK24.26%63.37%0.00%
20.78%

Color #994ACA in popluar number systems.

HEX994ACA
Decimal15374202
Binary10011001100101011001010
Octal231112312

Shades and tints

Shades of #994ACA

#994ACA
(153,74,202)
#8C44B8
(140,68,184)
#7F3EA6
(127,62,166)
#723894
(114,56,148)
#653282
(101,50,130)
#582C70
(88,44,112)
#4B265E
(75,38,94)
#3E204C
(62,32,76)
#311A3A
(49,26,58)
#241428
(36,20,40)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #994ACA

#994ACA
(153,74,202)
#A25ACE
(162,90,206)
#AB6AD2
(171,106,210)
#B47AD6
(180,122,214)
#BD8ADA
(189,138,218)
#C69ADE
(198,154,222)
#CFAAE2
(207,170,226)
#D8BAE6
(216,186,230)
#E1CAEA
(225,202,234)
#EADAEE
(234,218,238)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994ACA; }

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

This text font color is #994ACA.


Background Color

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

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

This div background color is #994ACA.


Border color

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

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

This div border color is #994ACA.


Opacity

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

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

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

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

This text has shadow with #994ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994ACA on black background.


Color preview on white background

This text has color #994ACA on white background.



Black color preview on #994ACA background

This text has black color on #994ACA background.


White color preview on #994ACA background

This text has white color on #994ACA background.