COLOR #9F6EAB

HEX: #9F6EAB
RGB: (159,110,171)

Color info

#9F6EAB contains mainly red and blue colors. Web safe color of #9F6EAB is #996699 (or #969).

RGB color model

#9F6EAB color RGB value is (159,110,171).

  • red value is 159;
  • green value is 110;
  • blue value is 171.
RGB:
(159,110,171)
(62%,43%,67%)

RGB channels and saturation

R 159 of 255 = 62%
G 110 of 255 = 43%
B 171 of 255 = 67%

159
110
171

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

Portions of RGB colors in percentages

R + G + B =
159 + 110 + 171 = 440 (100%)
R 159 of 440 ~ 36.14%
G 110 of 440 ~ 25%
B 171 of 440 ~ 38.86%

%36.14
%25
%38.86

CMYK color model

#9F6EAB color CMYK value is (7,36,0,33).

  • cyan value is 7.02%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(7,36,0,33)
C7M36Y0K33 
(7%,36%,0%,33%)
(0.07/0.36/0.00/0.33)	

CMYK percentages

%7.02
%35.67
%0
%32.94

Codes

Color #9F6EAB in popluar color models

9F6EAB
RGB159110171
HSL288°26.64%55.10%
HSB/HSV288°35.67%67.06%
CMYK7.02%35.67%0.00%
32.94%

Color #9F6EAB in popluar number systems.

HEX9F6EAB
Decimal159110171
Binary10011111110111010101011
Octal237156253

Shades and tints

Shades of #9F6EAB

#9F6EAB
(159,110,171)
#91649C
(145,100,156)
#835A8D
(131,90,141)
#75507E
(117,80,126)
#67466F
(103,70,111)
#593C60
(89,60,96)
#4B3251
(75,50,81)
#3D2842
(61,40,66)
#2F1E33
(47,30,51)
#211424
(33,20,36)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #9F6EAB

#9F6EAB
(159,110,171)
#A77BB2
(167,123,178)
#AF88B9
(175,136,185)
#B795C0
(183,149,192)
#BFA2C7
(191,162,199)
#C7AFCE
(199,175,206)
#CFBCD5
(207,188,213)
#D7C9DC
(215,201,220)
#DFD6E3
(223,214,227)
#E7E3EA
(231,227,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6EAB color. Also use rgb(159,110,171) instead hex code.

Text Font Color

.myTextColor { color: #9F6EAB; }

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

This text font color is #9F6EAB.


Background Color

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

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

This div background color is #9F6EAB.


Border color

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

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

This div border color is #9F6EAB.


Opacity

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

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

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

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

This text has shadow with #9F6EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6EAB on black background.


Color preview on white background

This text has color #9F6EAB on white background.



Black color preview on #9F6EAB background

This text has black color on #9F6EAB background.


White color preview on #9F6EAB background

This text has white color on #9F6EAB background.