COLOR #9B7FAF

HEX: #9B7FAF RGB: (155,127,175)

Color info

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

RGB color model

#9B7FAF color RGB value is (155,127,175).

RGB: (155,127,175) (61%, 50%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 175 of 255 = 69%

155
127
175

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 175 = 457 (100%)
R 155 of 457 ~ 33.92%
G 127 of 457 ~ 27.79%
B 175 of 457 ~ 38.29'%

%33.92
%27.79
%38.29

CMYK color model

#9B7FAF color CMYK value is (11,27,0,31).

  • cyan value is 11.43%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (11,27,0,31)
C11M27Y0K31 (11%, 27%, 0%, 31%)
(0.11 / 0.27 / 0.00 / 0.31)

CMYK percentages

%11.43
%27.43
%0
%31.37

Codes

Color #9B7FAF in popluar color models

9B 7F AF
RGB 155 127 175
HSL 275° 23.08% 59.22%
HSB/HSV 275° 27.43% 68.63%
CMYK 11.43% 27.43% 0.00%
31.37%

Color #9B7FAF in popluar number systems.

HEX 9B 7F AF
Decimal 155 127 175
Binary 10011011 1111111 10101111
Octal 233 177 257

Shades and tints

Shades of #9B7FAF

#9B7FAF
(155,127,175)
#8D74A0
(141,116,160)
#7F6991
(127,105,145)
#715E82
(113,94,130)
#635373
(99,83,115)
#554864
(85,72,100)
#473D55
(71,61,85)
#393246
(57,50,70)
#2B2737
(43,39,55)
#1D1C28
(29,28,40)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #9B7FAF

#9B7FAF
(155,127,175)
#A48AB6
(164,138,182)
#AD95BD
(173,149,189)
#B6A0C4
(182,160,196)
#BFABCB
(191,171,203)
#C8B6D2
(200,182,210)
#D1C1D9
(209,193,217)
#DACCE0
(218,204,224)
#E3D7E7
(227,215,231)
#ECE2EE
(236,226,238)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7FAF; }

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

This text font color is #9B7FAF.

Background Color

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

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

This div background color is #9B7FAF.

Border color

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

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

This div border color is #9B7FAF.

Opacity

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

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

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

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

This text has shadow with #9B7FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7FAF.

Preview

Color preview on black background

This text has color #9B7FAF on black background.


Color preview on white background

This text has color #9B7FAF on white background.


Black color preview on #9B7FAF background

This text has black color on #9B7FAF background.


White color preview on #9B7FAF background

This text has white color on #9B7FAF background.


Related colors

Complementary color

Complementary color for #hex is #648050.


I love getcolorcode.com

Triadic colors

1 #AF9B7F and #7FAF9B with #9B7FAF are triadic colors.

2 #AF7F9B and #7F9BAF with #9B7FAF are triadic colors.