COLOR #994083

HEX: #994083
RGB: (153,64,131)

Color info

#994083 contains mainly red and blue colors. Web safe color of #994083 is #993399 (or #939).

RGB color model

#994083 color RGB value is (153,64,131).

  • red value is 153;
  • green value is 64;
  • blue value is 131.
RGB:
(153,64,131)
(60%,25%,51%)

RGB channels and saturation

R 153 of 255 = 60%
G 64 of 255 = 25%
B 131 of 255 = 51%

153
64
131

R + G + B ~ 45%. #994083 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 64 + 131 = 348 (100%)
R 153 of 348 ~ 43.97%
G 64 of 348 ~ 18.39%
B 131 of 348 ~ 37.64%

%43.97
%18.39
%37.64

CMYK color model

#994083 color CMYK value is (0,58,14,40).

  • cyan value is 0.00%
  • magenta value is 58.17%
  • yellow value is 14.38%
  • key color value is 40.00%
CMYK:
(0,58,14,40)
C0M58Y14K40 
(0%,58%,14%,40%)
(0.00/0.58/0.14/0.40)	

CMYK percentages

%0
%58.17
%14.38
%40

Codes

Color #994083 in popluar color models

994083
RGB15364131
HSL315°41.01%42.55%
HSB/HSV315°58.17%60.00%
CMYK0.00%58.17%14.38%
40.00%

Color #994083 in popluar number systems.

HEX994083
Decimal15364131
Binary10011001100000010000011
Octal231100203

Shades and tints

Shades of #994083

#994083
(153,64,131)
#8C3B78
(140,59,120)
#7F366D
(127,54,109)
#723162
(114,49,98)
#652C57
(101,44,87)
#58274C
(88,39,76)
#4B2241
(75,34,65)
#3E1D36
(62,29,54)
#31182B
(49,24,43)
#241320
(36,19,32)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #994083

#994083
(153,64,131)
#A2518E
(162,81,142)
#AB6299
(171,98,153)
#B473A4
(180,115,164)
#BD84AF
(189,132,175)
#C695BA
(198,149,186)
#CFA6C5
(207,166,197)
#D8B7D0
(216,183,208)
#E1C8DB
(225,200,219)
#EAD9E6
(234,217,230)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994083 color. Also use rgb(153,64,131) instead hex code.

Text Font Color

.myTextColor { color: #994083; }

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

This text font color is #994083.


Background Color

.myBgColor { background-color: #994083; }

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

This div background color is #994083.


Border color

.myBorderColor { border: 1px solid #994083; }

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

This div border color is #994083.


Opacity

.myOpacity80 { color: #994083; opacity: 0.8; }

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

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

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

This text has shadow with #994083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994083 on black background.


Color preview on white background

This text has color #994083 on white background.



Black color preview on #994083 background

This text has black color on #994083 background.


White color preview on #994083 background

This text has white color on #994083 background.