COLOR #9A7990

HEX: #9A7990
RGB: (154,121,144)

Color info

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

RGB color model

#9A7990 color RGB value is (154,121,144).

  • red value is 154;
  • green value is 121;
  • blue value is 144.
RGB:
(154,121,144)
(60%,47%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 121 of 255 = 47%
B 144 of 255 = 56%

154
121
144

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

Portions of RGB colors in percentages

R + G + B =
154 + 121 + 144 = 419 (100%)
R 154 of 419 ~ 36.75%
G 121 of 419 ~ 28.88%
B 144 of 419 ~ 34.37%

%36.75
%28.88
%34.37

CMYK color model

#9A7990 color CMYK value is (0,21,6,40).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 6.49%
  • key color value is 39.61%
CMYK:
(0,21,6,40)
C0M21Y6K40 
(0%,21%,6%,40%)
(0.00/0.21/0.06/0.40)	

CMYK percentages

%0
%21.43
%6.49
%39.61

Codes

Color #9A7990 in popluar color models

9A7990
RGB154121144
HSL318°14.04%53.92%
HSB/HSV318°21.43%60.39%
CMYK0.00%21.43%6.49%
39.61%

Color #9A7990 in popluar number systems.

HEX9A7990
Decimal154121144
Binary10011010111100110010000
Octal232171220

Shades and tints

Shades of #9A7990

#9A7990
(154,121,144)
#8C6E83
(140,110,131)
#7E6376
(126,99,118)
#705869
(112,88,105)
#624D5C
(98,77,92)
#54424F
(84,66,79)
#463742
(70,55,66)
#382C35
(56,44,53)
#2A2128
(42,33,40)
#1C161B
(28,22,27)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #9A7990

#9A7990
(154,121,144)
#A3859A
(163,133,154)
#AC91A4
(172,145,164)
#B59DAE
(181,157,174)
#BEA9B8
(190,169,184)
#C7B5C2
(199,181,194)
#D0C1CC
(208,193,204)
#D9CDD6
(217,205,214)
#E2D9E0
(226,217,224)
#EBE5EA
(235,229,234)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7990 color. Also use rgb(154,121,144) instead hex code.

Text Font Color

.myTextColor { color: #9A7990; }

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

This text font color is #9A7990.


Background Color

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

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

This div background color is #9A7990.


Border color

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

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

This div border color is #9A7990.


Opacity

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

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

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

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

This text has shadow with #9A7990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7990 on black background.


Color preview on white background

This text has color #9A7990 on white background.



Black color preview on #9A7990 background

This text has black color on #9A7990 background.


White color preview on #9A7990 background

This text has white color on #9A7990 background.