COLOR #994F8A

HEX: #994F8A
RGB: (153,79,138)

Color info

#994F8A contains mainly red and blue colors. Web safe color of #994F8A is #996699 (or #969).

RGB color model

#994F8A color RGB value is (153,79,138).

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

RGB channels and saturation

R 153 of 255 = 60%
G 79 of 255 = 31%
B 138 of 255 = 54%

153
79
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 79 + 138 = 370 (100%)
R 153 of 370 ~ 41.35%
G 79 of 370 ~ 21.35%
B 138 of 370 ~ 37.3%

%41.35
%21.35
%37.3

CMYK color model

#994F8A color CMYK value is (0,48,10,40).

  • cyan value is 0.00%
  • magenta value is 48.37%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(0,48,10,40)
C0M48Y10K40 
(0%,48%,10%,40%)
(0.00/0.48/0.10/0.40)	

CMYK percentages

%0
%48.37
%9.8
%40

Codes

Color #994F8A in popluar color models

994F8A
RGB15379138
HSL312°31.90%45.49%
HSB/HSV312°48.37%60.00%
CMYK0.00%48.37%9.80%
40.00%

Color #994F8A in popluar number systems.

HEX994F8A
Decimal15379138
Binary10011001100111110001010
Octal231117212

Shades and tints

Shades of #994F8A

#994F8A
(153,79,138)
#8C487E
(140,72,126)
#7F4172
(127,65,114)
#723A66
(114,58,102)
#65335A
(101,51,90)
#582C4E
(88,44,78)
#4B2542
(75,37,66)
#3E1E36
(62,30,54)
#31172A
(49,23,42)
#24101E
(36,16,30)
#170912
(23,9,18)
#000000
(0,0,0)

Tints of #994F8A

#994F8A
(153,79,138)
#A25F94
(162,95,148)
#AB6F9E
(171,111,158)
#B47FA8
(180,127,168)
#BD8FB2
(189,143,178)
#C69FBC
(198,159,188)
#CFAFC6
(207,175,198)
#D8BFD0
(216,191,208)
#E1CFDA
(225,207,218)
#EADFE4
(234,223,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994F8A; }

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

This text font color is #994F8A.


Background Color

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

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

This div background color is #994F8A.


Border color

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

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

This div border color is #994F8A.


Opacity

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

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

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

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

This text has shadow with #994F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994F8A on black background.


Color preview on white background

This text has color #994F8A on white background.



Black color preview on #994F8A background

This text has black color on #994F8A background.


White color preview on #994F8A background

This text has white color on #994F8A background.