COLOR #9A7FAF

HEX: #9A7FAF
RGB: (154,127,175)

Color info

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

RGB color model

#9A7FAF color RGB value is (154,127,175).

  • red value is 154;
  • green value is 127;
  • blue value is 175.
RGB:
(154,127,175)
(60%,50%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 175 of 255 = 69%

154
127
175

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

Portions of RGB colors in percentages

R + G + B =
154 + 127 + 175 = 456 (100%)
R 154 of 456 ~ 33.77%
G 127 of 456 ~ 27.85%
B 175 of 456 ~ 38.38%

%33.77
%27.85
%38.38

CMYK color model

#9A7FAF color CMYK value is (12,27,0,31).

  • cyan value is 12.00%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(12,27,0,31)
C12M27Y0K31 
(12%,27%,0%,31%)
(0.12/0.27/0.00/0.31)	

CMYK percentages

%12
%27.43
%0
%31.37

Codes

Color #9A7FAF in popluar color models

9A7FAF
RGB154127175
HSL274°23.08%59.22%
HSB/HSV274°27.43%68.63%
CMYK12.00%27.43%0.00%
31.37%

Color #9A7FAF in popluar number systems.

HEX9A7FAF
Decimal154127175
Binary10011010111111110101111
Octal232177257

Shades and tints

Shades of #9A7FAF

#9A7FAF
(154,127,175)
#8C74A0
(140,116,160)
#7E6991
(126,105,145)
#705E82
(112,94,130)
#625373
(98,83,115)
#544864
(84,72,100)
#463D55
(70,61,85)
#383246
(56,50,70)
#2A2737
(42,39,55)
#1C1C28
(28,28,40)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #9A7FAF

#9A7FAF
(154,127,175)
#A38AB6
(163,138,182)
#AC95BD
(172,149,189)
#B5A0C4
(181,160,196)
#BEABCB
(190,171,203)
#C7B6D2
(199,182,210)
#D0C1D9
(208,193,217)
#D9CCE0
(217,204,224)
#E2D7E7
(226,215,231)
#EBE2EE
(235,226,238)
#F4EDF5
(244,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7FAF color. Also use rgb(154,127,175) instead hex code.

Text Font Color

.myTextColor { color: #9A7FAF; }

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

This text font color is #9A7FAF.


Background Color

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

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

This div background color is #9A7FAF.


Border color

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

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

This div border color is #9A7FAF.


Opacity

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

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

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

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

This text has shadow with #9A7FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7FAF on black background.


Color preview on white background

This text has color #9A7FAF on white background.



Black color preview on #9A7FAF background

This text has black color on #9A7FAF background.


White color preview on #9A7FAF background

This text has white color on #9A7FAF background.