COLOR #9D7AB9

HEX: #9D7AB9
RGB: (157,122,185)

Color info

#9D7AB9 contains mainly red and blue colors. Web safe color of #9D7AB9 is #9966CC (or #96C).

RGB color model

#9D7AB9 color RGB value is (157,122,185).

  • red value is 157;
  • green value is 122;
  • blue value is 185.
RGB:
(157,122,185)
(62%,48%,73%)

RGB channels and saturation

R 157 of 255 = 62%
G 122 of 255 = 48%
B 185 of 255 = 73%

157
122
185

R + G + B ~ 61%. #9D7AB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 122 + 185 = 464 (100%)
R 157 of 464 ~ 33.84%
G 122 of 464 ~ 26.29%
B 185 of 464 ~ 39.87%

%33.84
%26.29
%39.87

CMYK color model

#9D7AB9 color CMYK value is (15,34,0,27).

  • cyan value is 15.14%
  • magenta value is 34.05%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(15,34,0,27)
C15M34Y0K27 
(15%,34%,0%,27%)
(0.15/0.34/0.00/0.27)	

CMYK percentages

%15.14
%34.05
%0
%27.45

Codes

Color #9D7AB9 in popluar color models

9D7AB9
RGB157122185
HSL273°31.03%60.20%
HSB/HSV273°34.05%72.55%
CMYK15.14%34.05%0.00%
27.45%

Color #9D7AB9 in popluar number systems.

HEX9D7AB9
Decimal157122185
Binary10011101111101010111001
Octal235172271

Shades and tints

Shades of #9D7AB9

#9D7AB9
(157,122,185)
#8F6FA9
(143,111,169)
#816499
(129,100,153)
#735989
(115,89,137)
#654E79
(101,78,121)
#574369
(87,67,105)
#493859
(73,56,89)
#3B2D49
(59,45,73)
#2D2239
(45,34,57)
#1F1729
(31,23,41)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #9D7AB9

#9D7AB9
(157,122,185)
#A586BF
(165,134,191)
#AD92C5
(173,146,197)
#B59ECB
(181,158,203)
#BDAAD1
(189,170,209)
#C5B6D7
(197,182,215)
#CDC2DD
(205,194,221)
#D5CEE3
(213,206,227)
#DDDAE9
(221,218,233)
#E5E6EF
(229,230,239)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7AB9 color. Also use rgb(157,122,185) instead hex code.

Text Font Color

.myTextColor { color: #9D7AB9; }

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

This text font color is #9D7AB9.


Background Color

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

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

This div background color is #9D7AB9.


Border color

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

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

This div border color is #9D7AB9.


Opacity

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

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

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

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

This text has shadow with #9D7AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7AB9 on black background.


Color preview on white background

This text has color #9D7AB9 on white background.



Black color preview on #9D7AB9 background

This text has black color on #9D7AB9 background.


White color preview on #9D7AB9 background

This text has white color on #9D7AB9 background.