COLOR #9F6EAC

HEX: #9F6EAC
RGB: (159,110,172)

Color info

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

RGB color model

#9F6EAC color RGB value is (159,110,172).

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

RGB channels and saturation

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

159
110
172

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

Portions of RGB colors in percentages

R + G + B =
159 + 110 + 172 = 441 (100%)
R 159 of 441 ~ 36.05%
G 110 of 441 ~ 24.94%
B 172 of 441 ~ 39%

%36.05
%24.94
%39

CMYK color model

#9F6EAC color CMYK value is (8,36,0,33).

  • cyan value is 7.56%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(8,36,0,33)
C8M36Y0K33 
(8%,36%,0%,33%)
(0.08/0.36/0.00/0.33)	

CMYK percentages

%7.56
%36.05
%0
%32.55

Codes

Color #9F6EAC in popluar color models

9F6EAC
RGB159110172
HSL287°27.19%55.29%
HSB/HSV287°36.05%67.45%
CMYK7.56%36.05%0.00%
32.55%

Color #9F6EAC in popluar number systems.

HEX9F6EAC
Decimal159110172
Binary10011111110111010101100
Octal237156254

Shades and tints

Shades of #9F6EAC

#9F6EAC
(159,110,172)
#91649D
(145,100,157)
#835A8E
(131,90,142)
#75507F
(117,80,127)
#674670
(103,70,112)
#593C61
(89,60,97)
#4B3252
(75,50,82)
#3D2843
(61,40,67)
#2F1E34
(47,30,52)
#211425
(33,20,37)
#130A16
(19,10,22)
#000000
(0,0,0)

Tints of #9F6EAC

#9F6EAC
(159,110,172)
#A77BB3
(167,123,179)
#AF88BA
(175,136,186)
#B795C1
(183,149,193)
#BFA2C8
(191,162,200)
#C7AFCF
(199,175,207)
#CFBCD6
(207,188,214)
#D7C9DD
(215,201,221)
#DFD6E4
(223,214,228)
#E7E3EB
(231,227,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F6EAC; }

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

This text font color is #9F6EAC.


Background Color

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

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

This div background color is #9F6EAC.


Border color

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

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

This div border color is #9F6EAC.


Opacity

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

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

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

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

This text has shadow with #9F6EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6EAC on black background.


Color preview on white background

This text has color #9F6EAC on white background.



Black color preview on #9F6EAC background

This text has black color on #9F6EAC background.


White color preview on #9F6EAC background

This text has white color on #9F6EAC background.