COLOR #9F3AA8

HEX: #9F3AA8
RGB: (159,58,168)

Color info

#9F3AA8 contains mainly red and blue colors. Web safe color of #9F3AA8 is #993399 (or #939).

RGB color model

#9F3AA8 color RGB value is (159,58,168).

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

RGB channels and saturation

R 159 of 255 = 62%
G 58 of 255 = 23%
B 168 of 255 = 66%

159
58
168

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

Portions of RGB colors in percentages

R + G + B =
159 + 58 + 168 = 385 (100%)
R 159 of 385 ~ 41.3%
G 58 of 385 ~ 15.06%
B 168 of 385 ~ 43.64%

%41.3
%15.06
%43.64

CMYK color model

#9F3AA8 color CMYK value is (5,65,0,34).

  • cyan value is 5.36%
  • magenta value is 65.48%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(5,65,0,34)
C5M65Y0K34 
(5%,65%,0%,34%)
(0.05/0.65/0.00/0.34)	

CMYK percentages

%5.36
%65.48
%0
%34.12

Codes

Color #9F3AA8 in popluar color models

9F3AA8
RGB15958168
HSL295°48.67%44.31%
HSB/HSV295°65.48%65.88%
CMYK5.36%65.48%0.00%
34.12%

Color #9F3AA8 in popluar number systems.

HEX9F3AA8
Decimal15958168
Binary1001111111101010101000
Octal23772250

Shades and tints

Shades of #9F3AA8

#9F3AA8
(159,58,168)
#913599
(145,53,153)
#83308A
(131,48,138)
#752B7B
(117,43,123)
#67266C
(103,38,108)
#59215D
(89,33,93)
#4B1C4E
(75,28,78)
#3D173F
(61,23,63)
#2F1230
(47,18,48)
#210D21
(33,13,33)
#130812
(19,8,18)
#000000
(0,0,0)

Tints of #9F3AA8

#9F3AA8
(159,58,168)
#A74BAF
(167,75,175)
#AF5CB6
(175,92,182)
#B76DBD
(183,109,189)
#BF7EC4
(191,126,196)
#C78FCB
(199,143,203)
#CFA0D2
(207,160,210)
#D7B1D9
(215,177,217)
#DFC2E0
(223,194,224)
#E7D3E7
(231,211,231)
#EFE4EE
(239,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F3AA8; }

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

This text font color is #9F3AA8.


Background Color

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

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

This div background color is #9F3AA8.


Border color

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

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

This div border color is #9F3AA8.


Opacity

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

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

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

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

This text has shadow with #9F3AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F3AA8 on black background.


Color preview on white background

This text has color #9F3AA8 on white background.



Black color preview on #9F3AA8 background

This text has black color on #9F3AA8 background.


White color preview on #9F3AA8 background

This text has white color on #9F3AA8 background.