COLOR #9A55AA

HEX: #9A55AA
RGB: (154,85,170)

Color info

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

RGB color model

#9A55AA color RGB value is (154,85,170).

  • red value is 154;
  • green value is 85;
  • blue value is 170.
RGB:
(154,85,170)
(60%,33%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 85 of 255 = 33%
B 170 of 255 = 67%

154
85
170

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

Portions of RGB colors in percentages

R + G + B =
154 + 85 + 170 = 409 (100%)
R 154 of 409 ~ 37.65%
G 85 of 409 ~ 20.78%
B 170 of 409 ~ 41.56%

%37.65
%20.78
%41.56

CMYK color model

#9A55AA color CMYK value is (9,50,0,33).

  • cyan value is 9.41%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,50,0,33)
C9M50Y0K33 
(9%,50%,0%,33%)
(0.09/0.50/0.00/0.33)	

CMYK percentages

%9.41
%50
%0
%33.33

Codes

Color #9A55AA in popluar color models

9A55AA
RGB15485170
HSL289°33.33%50.00%
HSB/HSV289°50.00%66.67%
CMYK9.41%50.00%0.00%
33.33%

Color #9A55AA in popluar number systems.

HEX9A55AA
Decimal15485170
Binary10011010101010110101010
Octal232125252

Shades and tints

Shades of #9A55AA

#9A55AA
(154,85,170)
#8C4E9B
(140,78,155)
#7E478C
(126,71,140)
#70407D
(112,64,125)
#62396E
(98,57,110)
#54325F
(84,50,95)
#462B50
(70,43,80)
#382441
(56,36,65)
#2A1D32
(42,29,50)
#1C1623
(28,22,35)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #9A55AA

#9A55AA
(154,85,170)
#A364B1
(163,100,177)
#AC73B8
(172,115,184)
#B582BF
(181,130,191)
#BE91C6
(190,145,198)
#C7A0CD
(199,160,205)
#D0AFD4
(208,175,212)
#D9BEDB
(217,190,219)
#E2CDE2
(226,205,226)
#EBDCE9
(235,220,233)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A55AA color. Also use rgb(154,85,170) instead hex code.

Text Font Color

.myTextColor { color: #9A55AA; }

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

This text font color is #9A55AA.


Background Color

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

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

This div background color is #9A55AA.


Border color

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

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

This div border color is #9A55AA.


Opacity

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

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

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

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

This text has shadow with #9A55AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A55AA on black background.


Color preview on white background

This text has color #9A55AA on white background.



Black color preview on #9A55AA background

This text has black color on #9A55AA background.


White color preview on #9A55AA background

This text has white color on #9A55AA background.