COLOR #994775

HEX: #994775
RGB: (153,71,117)

Color info

#994775 contains mainly red and blue colors. Web safe color of #994775 is #993366 (or #936).

RGB color model

#994775 color RGB value is (153,71,117).

  • red value is 153;
  • green value is 71;
  • blue value is 117.
RGB:
(153,71,117)
(60%,28%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 71 of 255 = 28%
B 117 of 255 = 46%

153
71
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 71 + 117 = 341 (100%)
R 153 of 341 ~ 44.87%
G 71 of 341 ~ 20.82%
B 117 of 341 ~ 34.31%

%44.87
%20.82
%34.31

CMYK color model

#994775 color CMYK value is (0,54,24,40).

  • cyan value is 0.00%
  • magenta value is 53.59%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(0,54,24,40)
C0M54Y24K40 
(0%,54%,24%,40%)
(0.00/0.54/0.24/0.40)	

CMYK percentages

%0
%53.59
%23.53
%40

Codes

Color #994775 in popluar color models

994775
RGB15371117
HSL326°36.61%43.92%
HSB/HSV326°53.59%60.00%
CMYK0.00%53.59%23.53%
40.00%

Color #994775 in popluar number systems.

HEX994775
Decimal15371117
Binary1001100110001111110101
Octal231107165

Shades and tints

Shades of #994775

#994775
(153,71,117)
#8C416B
(140,65,107)
#7F3B61
(127,59,97)
#723557
(114,53,87)
#652F4D
(101,47,77)
#582943
(88,41,67)
#4B2339
(75,35,57)
#3E1D2F
(62,29,47)
#311725
(49,23,37)
#24111B
(36,17,27)
#170B11
(23,11,17)
#000000
(0,0,0)

Tints of #994775

#994775
(153,71,117)
#A25781
(162,87,129)
#AB678D
(171,103,141)
#B47799
(180,119,153)
#BD87A5
(189,135,165)
#C697B1
(198,151,177)
#CFA7BD
(207,167,189)
#D8B7C9
(216,183,201)
#E1C7D5
(225,199,213)
#EAD7E1
(234,215,225)
#F3E7ED
(243,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #994775 color. Also use rgb(153,71,117) instead hex code.

Text Font Color

.myTextColor { color: #994775; }

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

This text font color is #994775.


Background Color

.myBgColor { background-color: #994775; }

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

This div background color is #994775.


Border color

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

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

This div border color is #994775.


Opacity

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

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

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

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

This text has shadow with #994775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994775 on black background.


Color preview on white background

This text has color #994775 on white background.



Black color preview on #994775 background

This text has black color on #994775 background.


White color preview on #994775 background

This text has white color on #994775 background.