COLOR #9F0AA4

HEX: #9F0AA4
RGB: (159,10,164)

Color info

#9F0AA4 contains mainly red and blue colors. Web safe color of #9F0AA4 is #990099 (or #909).

RGB color model

#9F0AA4 color RGB value is (159,10,164).

  • red value is 159;
  • green value is 10;
  • blue value is 164.
RGB:
(159,10,164)
(62%,4%,64%)

RGB channels and saturation

R 159 of 255 = 62%
G 10 of 255 = 4%
B 164 of 255 = 64%

159
10
164

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

Portions of RGB colors in percentages

R + G + B =
159 + 10 + 164 = 333 (100%)
R 159 of 333 ~ 47.75%
G 10 of 333 ~ 3%
B 164 of 333 ~ 49.25%

%47.75
%49.25

CMYK color model

#9F0AA4 color CMYK value is (3,94,0,36).

  • cyan value is 3.05%
  • magenta value is 93.90%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(3,94,0,36)
C3M94Y0K36 
(3%,94%,0%,36%)
(0.03/0.94/0.00/0.36)	

CMYK percentages

%3.05
%93.9
%0
%35.69

Codes

Color #9F0AA4 in popluar color models

9F0AA4
RGB15910164
HSL298°88.51%34.12%
HSB/HSV298°93.90%64.31%
CMYK3.05%93.90%0.00%
35.69%

Color #9F0AA4 in popluar number systems.

HEX9F0AA4
Decimal15910164
Binary10011111101010100100
Octal23712244

Shades and tints

Shades of #9F0AA4

#9F0AA4
(159,10,164)
#910A96
(145,10,150)
#830A88
(131,10,136)
#750A7A
(117,10,122)
#670A6C
(103,10,108)
#590A5E
(89,10,94)
#4B0A50
(75,10,80)
#3D0A42
(61,10,66)
#2F0A34
(47,10,52)
#210A26
(33,10,38)
#130A18
(19,10,24)
#000000
(0,0,0)

Tints of #9F0AA4

#9F0AA4
(159,10,164)
#A720AC
(167,32,172)
#AF36B4
(175,54,180)
#B74CBC
(183,76,188)
#BF62C4
(191,98,196)
#C778CC
(199,120,204)
#CF8ED4
(207,142,212)
#D7A4DC
(215,164,220)
#DFBAE4
(223,186,228)
#E7D0EC
(231,208,236)
#EFE6F4
(239,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F0AA4 color. Also use rgb(159,10,164) instead hex code.

Text Font Color

.myTextColor { color: #9F0AA4; }

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

This text font color is #9F0AA4.


Background Color

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

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

This div background color is #9F0AA4.


Border color

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

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

This div border color is #9F0AA4.


Opacity

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

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

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

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

This text has shadow with #9F0AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F0AA4 on black background.


Color preview on white background

This text has color #9F0AA4 on white background.



Black color preview on #9F0AA4 background

This text has black color on #9F0AA4 background.


White color preview on #9F0AA4 background

This text has white color on #9F0AA4 background.