COLOR #9F6A98

HEX: #9F6A98
RGB: (159,106,152)

Color info

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

RGB color model

#9F6A98 color RGB value is (159,106,152).

  • red value is 159;
  • green value is 106;
  • blue value is 152.
RGB:
(159,106,152)
(62%,42%,60%)

RGB channels and saturation

R 159 of 255 = 62%
G 106 of 255 = 42%
B 152 of 255 = 60%

159
106
152

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

Portions of RGB colors in percentages

R + G + B =
159 + 106 + 152 = 417 (100%)
R 159 of 417 ~ 38.13%
G 106 of 417 ~ 25.42%
B 152 of 417 ~ 36.45%

%38.13
%25.42
%36.45

CMYK color model

#9F6A98 color CMYK value is (0,33,4,38).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 4.40%
  • key color value is 37.65%
CMYK:
(0,33,4,38)
C0M33Y4K38 
(0%,33%,4%,38%)
(0.00/0.33/0.04/0.38)	

CMYK percentages

%0
%33.33
%4.4
%37.65

Codes

Color #9F6A98 in popluar color models

9F6A98
RGB159106152
HSL308°21.63%51.96%
HSB/HSV308°33.33%62.35%
CMYK0.00%33.33%4.40%
37.65%

Color #9F6A98 in popluar number systems.

HEX9F6A98
Decimal159106152
Binary10011111110101010011000
Octal237152230

Shades and tints

Shades of #9F6A98

#9F6A98
(159,106,152)
#91618B
(145,97,139)
#83587E
(131,88,126)
#754F71
(117,79,113)
#674664
(103,70,100)
#593D57
(89,61,87)
#4B344A
(75,52,74)
#3D2B3D
(61,43,61)
#2F2230
(47,34,48)
#211923
(33,25,35)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9F6A98

#9F6A98
(159,106,152)
#A777A1
(167,119,161)
#AF84AA
(175,132,170)
#B791B3
(183,145,179)
#BF9EBC
(191,158,188)
#C7ABC5
(199,171,197)
#CFB8CE
(207,184,206)
#D7C5D7
(215,197,215)
#DFD2E0
(223,210,224)
#E7DFE9
(231,223,233)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6A98 color. Also use rgb(159,106,152) instead hex code.

Text Font Color

.myTextColor { color: #9F6A98; }

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

This text font color is #9F6A98.


Background Color

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

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

This div background color is #9F6A98.


Border color

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

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

This div border color is #9F6A98.


Opacity

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

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

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

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

This text has shadow with #9F6A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6A98 on black background.


Color preview on white background

This text has color #9F6A98 on white background.



Black color preview on #9F6A98 background

This text has black color on #9F6A98 background.


White color preview on #9F6A98 background

This text has white color on #9F6A98 background.