COLOR #9A7CAA

HEX: #9A7CAA
RGB: (154,124,170)

Color info

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

RGB color model

#9A7CAA color RGB value is (154,124,170).

  • red value is 154;
  • green value is 124;
  • blue value is 170.
RGB:
(154,124,170)
(60%,49%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 124 of 255 = 49%
B 170 of 255 = 67%

154
124
170

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

Portions of RGB colors in percentages

R + G + B =
154 + 124 + 170 = 448 (100%)
R 154 of 448 ~ 34.38%
G 124 of 448 ~ 27.68%
B 170 of 448 ~ 37.95%

%34.38
%27.68
%37.95

CMYK color model

#9A7CAA color CMYK value is (9,27,0,33).

  • cyan value is 9.41%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,27,0,33)
C9M27Y0K33 
(9%,27%,0%,33%)
(0.09/0.27/0.00/0.33)	

CMYK percentages

%9.41
%27.06
%0
%33.33

Codes

Color #9A7CAA in popluar color models

9A7CAA
RGB154124170
HSL279°21.30%57.65%
HSB/HSV279°27.06%66.67%
CMYK9.41%27.06%0.00%
33.33%

Color #9A7CAA in popluar number systems.

HEX9A7CAA
Decimal154124170
Binary10011010111110010101010
Octal232174252

Shades and tints

Shades of #9A7CAA

#9A7CAA
(154,124,170)
#8C719B
(140,113,155)
#7E668C
(126,102,140)
#705B7D
(112,91,125)
#62506E
(98,80,110)
#54455F
(84,69,95)
#463A50
(70,58,80)
#382F41
(56,47,65)
#2A2432
(42,36,50)
#1C1923
(28,25,35)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #9A7CAA

#9A7CAA
(154,124,170)
#A387B1
(163,135,177)
#AC92B8
(172,146,184)
#B59DBF
(181,157,191)
#BEA8C6
(190,168,198)
#C7B3CD
(199,179,205)
#D0BED4
(208,190,212)
#D9C9DB
(217,201,219)
#E2D4E2
(226,212,226)
#EBDFE9
(235,223,233)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7CAA color. Also use rgb(154,124,170) instead hex code.

Text Font Color

.myTextColor { color: #9A7CAA; }

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

This text font color is #9A7CAA.


Background Color

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

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

This div background color is #9A7CAA.


Border color

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

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

This div border color is #9A7CAA.


Opacity

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

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

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

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

This text has shadow with #9A7CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7CAA on black background.


Color preview on white background

This text has color #9A7CAA on white background.



Black color preview on #9A7CAA background

This text has black color on #9A7CAA background.


White color preview on #9A7CAA background

This text has white color on #9A7CAA background.