COLOR #9F5AA8

HEX: #9F5AA8
RGB: (159,90,168)

Color info

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

RGB color model

#9F5AA8 color RGB value is (159,90,168).

  • red value is 159;
  • green value is 90;
  • blue value is 168.
RGB:
(159,90,168)
(62%,35%,66%)

RGB channels and saturation

R 159 of 255 = 62%
G 90 of 255 = 35%
B 168 of 255 = 66%

159
90
168

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

Portions of RGB colors in percentages

R + G + B =
159 + 90 + 168 = 417 (100%)
R 159 of 417 ~ 38.13%
G 90 of 417 ~ 21.58%
B 168 of 417 ~ 40.29%

%38.13
%21.58
%40.29

CMYK color model

#9F5AA8 color CMYK value is (5,46,0,34).

  • cyan value is 5.36%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(5,46,0,34)
C5M46Y0K34 
(5%,46%,0%,34%)
(0.05/0.46/0.00/0.34)	

CMYK percentages

%5.36
%46.43
%0
%34.12

Codes

Color #9F5AA8 in popluar color models

9F5AA8
RGB15990168
HSL293°30.95%50.59%
HSB/HSV293°46.43%65.88%
CMYK5.36%46.43%0.00%
34.12%

Color #9F5AA8 in popluar number systems.

HEX9F5AA8
Decimal15990168
Binary10011111101101010101000
Octal237132250

Shades and tints

Shades of #9F5AA8

#9F5AA8
(159,90,168)
#915299
(145,82,153)
#834A8A
(131,74,138)
#75427B
(117,66,123)
#673A6C
(103,58,108)
#59325D
(89,50,93)
#4B2A4E
(75,42,78)
#3D223F
(61,34,63)
#2F1A30
(47,26,48)
#211221
(33,18,33)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #9F5AA8

#9F5AA8
(159,90,168)
#A769AF
(167,105,175)
#AF78B6
(175,120,182)
#B787BD
(183,135,189)
#BF96C4
(191,150,196)
#C7A5CB
(199,165,203)
#CFB4D2
(207,180,210)
#D7C3D9
(215,195,217)
#DFD2E0
(223,210,224)
#E7E1E7
(231,225,231)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F5AA8 color. Also use rgb(159,90,168) instead hex code.

Text Font Color

.myTextColor { color: #9F5AA8; }

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

This text font color is #9F5AA8.


Background Color

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

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

This div background color is #9F5AA8.


Border color

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

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

This div border color is #9F5AA8.


Opacity

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

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

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

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

This text has shadow with #9F5AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F5AA8 on black background.


Color preview on white background

This text has color #9F5AA8 on white background.



Black color preview on #9F5AA8 background

This text has black color on #9F5AA8 background.


White color preview on #9F5AA8 background

This text has white color on #9F5AA8 background.