COLOR #9F6795

HEX: #9F6795
RGB: (159,103,149)

Color info

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

RGB color model

#9F6795 color RGB value is (159,103,149).

  • red value is 159;
  • green value is 103;
  • blue value is 149.
RGB:
(159,103,149)
(62%,40%,58%)

RGB channels and saturation

R 159 of 255 = 62%
G 103 of 255 = 40%
B 149 of 255 = 58%

159
103
149

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

Portions of RGB colors in percentages

R + G + B =
159 + 103 + 149 = 411 (100%)
R 159 of 411 ~ 38.69%
G 103 of 411 ~ 25.06%
B 149 of 411 ~ 36.25%

%38.69
%25.06
%36.25

CMYK color model

#9F6795 color CMYK value is (0,35,6,38).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 6.29%
  • key color value is 37.65%
CMYK:
(0,35,6,38)
C0M35Y6K38 
(0%,35%,6%,38%)
(0.00/0.35/0.06/0.38)	

CMYK percentages

%0
%35.22
%6.29
%37.65

Codes

Color #9F6795 in popluar color models

9F6795
RGB159103149
HSL311°22.58%51.37%
HSB/HSV311°35.22%62.35%
CMYK0.00%35.22%6.29%
37.65%

Color #9F6795 in popluar number systems.

HEX9F6795
Decimal159103149
Binary10011111110011110010101
Octal237147225

Shades and tints

Shades of #9F6795

#9F6795
(159,103,149)
#915E88
(145,94,136)
#83557B
(131,85,123)
#754C6E
(117,76,110)
#674361
(103,67,97)
#593A54
(89,58,84)
#4B3147
(75,49,71)
#3D283A
(61,40,58)
#2F1F2D
(47,31,45)
#211620
(33,22,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #9F6795

#9F6795
(159,103,149)
#A7749E
(167,116,158)
#AF81A7
(175,129,167)
#B78EB0
(183,142,176)
#BF9BB9
(191,155,185)
#C7A8C2
(199,168,194)
#CFB5CB
(207,181,203)
#D7C2D4
(215,194,212)
#DFCFDD
(223,207,221)
#E7DCE6
(231,220,230)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6795 color. Also use rgb(159,103,149) instead hex code.

Text Font Color

.myTextColor { color: #9F6795; }

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

This text font color is #9F6795.


Background Color

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

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

This div background color is #9F6795.


Border color

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

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

This div border color is #9F6795.


Opacity

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

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

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

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

This text has shadow with #9F6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6795 on black background.


Color preview on white background

This text has color #9F6795 on white background.



Black color preview on #9F6795 background

This text has black color on #9F6795 background.


White color preview on #9F6795 background

This text has white color on #9F6795 background.