COLOR #9A7794

HEX: #9A7794
RGB: (154,119,148)

Color info

#9A7794 contains red, green and blue colors in about the same proportion. Web safe color of #9A7794 is #996699 (or #969).

RGB color model

#9A7794 color RGB value is (154,119,148).

  • red value is 154;
  • green value is 119;
  • blue value is 148.
RGB:
(154,119,148)
(60%,47%,58%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 148 of 255 = 58%

154
119
148

R + G + B ~ 55%. #9A7794 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 148 = 421 (100%)
R 154 of 421 ~ 36.58%
G 119 of 421 ~ 28.27%
B 148 of 421 ~ 35.15%

%36.58
%28.27
%35.15

CMYK color model

#9A7794 color CMYK value is (0,23,4,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 3.90%
  • key color value is 39.61%
CMYK:
(0,23,4,40)
C0M23Y4K40 
(0%,23%,4%,40%)
(0.00/0.23/0.04/0.40)	

CMYK percentages

%0
%22.73
%3.9
%39.61

Codes

Color #9A7794 in popluar color models

9A7794
RGB154119148
HSL310°14.77%53.53%
HSB/HSV310°22.73%60.39%
CMYK0.00%22.73%3.90%
39.61%

Color #9A7794 in popluar number systems.

HEX9A7794
Decimal154119148
Binary10011010111011110010100
Octal232167224

Shades and tints

Shades of #9A7794

#9A7794
(154,119,148)
#8C6D87
(140,109,135)
#7E637A
(126,99,122)
#70596D
(112,89,109)
#624F60
(98,79,96)
#544553
(84,69,83)
#463B46
(70,59,70)
#383139
(56,49,57)
#2A272C
(42,39,44)
#1C1D1F
(28,29,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #9A7794

#9A7794
(154,119,148)
#A3839D
(163,131,157)
#AC8FA6
(172,143,166)
#B59BAF
(181,155,175)
#BEA7B8
(190,167,184)
#C7B3C1
(199,179,193)
#D0BFCA
(208,191,202)
#D9CBD3
(217,203,211)
#E2D7DC
(226,215,220)
#EBE3E5
(235,227,229)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7794 color. Also use rgb(154,119,148) instead hex code.

Text Font Color

.myTextColor { color: #9A7794; }

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

This text font color is #9A7794.


Background Color

.myBgColor { background-color: #9A7794; }

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

This div background color is #9A7794.


Border color

.myBorderColor { border: 1px solid #9A7794; }

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

This div border color is #9A7794.


Opacity

.myOpacity80 { color: #9A7794; opacity: 0.8; }

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

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

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

This text has shadow with #9A7794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7794 on black background.


Color preview on white background

This text has color #9A7794 on white background.



Black color preview on #9A7794 background

This text has black color on #9A7794 background.


White color preview on #9A7794 background

This text has white color on #9A7794 background.