COLOR #9D7BAF

HEX: #9D7BAF
RGB: (157,123,175)

Color info

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

RGB color model

#9D7BAF color RGB value is (157,123,175).

  • red value is 157;
  • green value is 123;
  • blue value is 175.
RGB:
(157,123,175)
(62%,48%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 123 of 255 = 48%
B 175 of 255 = 69%

157
123
175

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

Portions of RGB colors in percentages

R + G + B =
157 + 123 + 175 = 455 (100%)
R 157 of 455 ~ 34.51%
G 123 of 455 ~ 27.03%
B 175 of 455 ~ 38.46%

%34.51
%27.03
%38.46

CMYK color model

#9D7BAF color CMYK value is (10,30,0,31).

  • cyan value is 10.29%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(10,30,0,31)
C10M30Y0K31 
(10%,30%,0%,31%)
(0.10/0.30/0.00/0.31)	

CMYK percentages

%10.29
%29.71
%0
%31.37

Codes

Color #9D7BAF in popluar color models

9D7BAF
RGB157123175
HSL279°24.53%58.43%
HSB/HSV279°29.71%68.63%
CMYK10.29%29.71%0.00%
31.37%

Color #9D7BAF in popluar number systems.

HEX9D7BAF
Decimal157123175
Binary10011101111101110101111
Octal235173257

Shades and tints

Shades of #9D7BAF

#9D7BAF
(157,123,175)
#8F70A0
(143,112,160)
#816591
(129,101,145)
#735A82
(115,90,130)
#654F73
(101,79,115)
#574464
(87,68,100)
#493955
(73,57,85)
#3B2E46
(59,46,70)
#2D2337
(45,35,55)
#1F1828
(31,24,40)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #9D7BAF

#9D7BAF
(157,123,175)
#A587B6
(165,135,182)
#AD93BD
(173,147,189)
#B59FC4
(181,159,196)
#BDABCB
(189,171,203)
#C5B7D2
(197,183,210)
#CDC3D9
(205,195,217)
#D5CFE0
(213,207,224)
#DDDBE7
(221,219,231)
#E5E7EE
(229,231,238)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7BAF color. Also use rgb(157,123,175) instead hex code.

Text Font Color

.myTextColor { color: #9D7BAF; }

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

This text font color is #9D7BAF.


Background Color

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

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

This div background color is #9D7BAF.


Border color

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

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

This div border color is #9D7BAF.


Opacity

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

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

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

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

This text has shadow with #9D7BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7BAF on black background.


Color preview on white background

This text has color #9D7BAF on white background.



Black color preview on #9D7BAF background

This text has black color on #9D7BAF background.


White color preview on #9D7BAF background

This text has white color on #9D7BAF background.