COLOR #9F699C

HEX: #9F699C RGB: (159,105,156)

Color info

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

RGB color model

#9F699C color RGB value is (159,105,156).

RGB: (159,105,156) (62%, 41%, 61%)

RGB channels and saturation

R 159 of 255 = 62%
G 105 of 255 = 41%
B 156 of 255 = 61%

159
105
156

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

Portions of RGB colors in percentages

R + G + B = 159 + 105 + 156 = 420 (100%)
R 159 of 420 ~ 37.86%
G 105 of 420 ~ 25%
B 156 of 420 ~ 37.14'%

%37.86
%25
%37.14

CMYK color model

#9F699C color CMYK value is (0,34,2,38).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 1.89%
  • key color value is 37.65%

CMYK: (0,34,2,38)
C0M34Y2K38 (0%, 34%, 2%, 38%)
(0.00 / 0.34 / 0.02 / 0.38)

CMYK percentages

%0
%33.96
%1.89
%37.65

Codes

Color #9F699C in popluar color models

9F 69 9C
RGB 159 105 156
HSL 303° 21.95% 51.76%
HSB/HSV 303° 33.96% 62.35%
CMYK 0.00% 33.96% 1.89%
37.65%

Color #9F699C in popluar number systems.

HEX 9F 69 9C
Decimal 159 105 156
Binary 10011111 1101001 10011100
Octal 237 151 234

Shades and tints

Shades of #9F699C

#9F699C
(159,105,156)
#91608E
(145,96,142)
#835780
(131,87,128)
#754E72
(117,78,114)
#674564
(103,69,100)
#593C56
(89,60,86)
#4B3348
(75,51,72)
#3D2A3A
(61,42,58)
#2F212C
(47,33,44)
#21181E
(33,24,30)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #9F699C

#9F699C
(159,105,156)
#A776A5
(167,118,165)
#AF83AE
(175,131,174)
#B790B7
(183,144,183)
#BF9DC0
(191,157,192)
#C7AAC9
(199,170,201)
#CFB7D2
(207,183,210)
#D7C4DB
(215,196,219)
#DFD1E4
(223,209,228)
#E7DEED
(231,222,237)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F699C color. Also use rgb(159,105,156) instead hex code.

Text Font Color

.myTextColor { color: #9F699C; }

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

This text font color is #9F699C.

Background Color

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

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

This div background color is #9F699C.

Border color

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

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

This div border color is #9F699C.

Opacity

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

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

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

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

This text has shadow with #9F699C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F699C.

Preview

Color preview on black background

This text has color #9F699C on black background.


Color preview on white background

This text has color #9F699C on white background.


Black color preview on #9F699C background

This text has black color on #9F699C background.


White color preview on #9F699C background

This text has white color on #9F699C background.


Related colors

Complementary color

Complementary color for #hex is #609663.


I love getcolorcode.com

Triadic colors

1 #9C9F69 and #699C9F with #9F699C are triadic colors.

2 #9C699F and #699F9C with #9F699C are triadic colors.