COLOR #9A0471

HEX: #9A0471
RGB: (154,4,113)

Color info

#9A0471 contains mainly red and blue colors. Web safe color of #9A0471 is #990066 (or #906).

RGB color model

#9A0471 color RGB value is (154,4,113).

  • red value is 154;
  • green value is 4;
  • blue value is 113.
RGB:
(154,4,113)
(60%,2%,44%)

RGB channels and saturation

R 154 of 255 = 60%
G 4 of 255 = 2%
B 113 of 255 = 44%

154
4
113

R + G + B ~ 35%. #9A0471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 4 + 113 = 271 (100%)
R 154 of 271 ~ 56.83%
G 4 of 271 ~ 1.48%
B 113 of 271 ~ 41.7%

%56.83
%41.7

CMYK color model

#9A0471 color CMYK value is (0,97,27,40).

  • cyan value is 0.00%
  • magenta value is 97.40%
  • yellow value is 26.62%
  • key color value is 39.61%
CMYK:
(0,97,27,40)
C0M97Y27K40 
(0%,97%,27%,40%)
(0.00/0.97/0.27/0.40)	

CMYK percentages

%0
%97.4
%26.62
%39.61

Codes

Color #9A0471 in popluar color models

9A0471
RGB1544113
HSL316°94.94%30.98%
HSB/HSV316°97.40%60.39%
CMYK0.00%97.40%26.62%
39.61%

Color #9A0471 in popluar number systems.

HEX9A0471
Decimal1544113
Binary100110101001110001
Octal2324161

Shades and tints

Shades of #9A0471

#9A0471
(154,4,113)
#8C0467
(140,4,103)
#7E045D
(126,4,93)
#700453
(112,4,83)
#620449
(98,4,73)
#54043F
(84,4,63)
#460435
(70,4,53)
#38042B
(56,4,43)
#2A0421
(42,4,33)
#1C0417
(28,4,23)
#0E040D
(14,4,13)
#000000
(0,0,0)

Tints of #9A0471

#9A0471
(154,4,113)
#A31A7D
(163,26,125)
#AC3089
(172,48,137)
#B54695
(181,70,149)
#BE5CA1
(190,92,161)
#C772AD
(199,114,173)
#D088B9
(208,136,185)
#D99EC5
(217,158,197)
#E2B4D1
(226,180,209)
#EBCADD
(235,202,221)
#F4E0E9
(244,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A0471 color. Also use rgb(154,4,113) instead hex code.

Text Font Color

.myTextColor { color: #9A0471; }

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

This text font color is #9A0471.


Background Color

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

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

This div background color is #9A0471.


Border color

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

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

This div border color is #9A0471.


Opacity

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

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

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

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

This text has shadow with #9A0471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A0471 on black background.


Color preview on white background

This text has color #9A0471 on white background.



Black color preview on #9A0471 background

This text has black color on #9A0471 background.


White color preview on #9A0471 background

This text has white color on #9A0471 background.