COLOR #9559AA

HEX: #9559AA
RGB: (149,89,170)

Color info

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

RGB color model

#9559AA color RGB value is (149,89,170).

  • red value is 149;
  • green value is 89;
  • blue value is 170.
RGB:
(149,89,170)
(58%,35%,67%)

RGB channels and saturation

R 149 of 255 = 58%
G 89 of 255 = 35%
B 170 of 255 = 67%

149
89
170

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

Portions of RGB colors in percentages

R + G + B =
149 + 89 + 170 = 408 (100%)
R 149 of 408 ~ 36.52%
G 89 of 408 ~ 21.81%
B 170 of 408 ~ 41.67%

%36.52
%21.81
%41.67

CMYK color model

#9559AA color CMYK value is (12,48,0,33).

  • cyan value is 12.35%
  • magenta value is 47.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,48,0,33)
C12M48Y0K33 
(12%,48%,0%,33%)
(0.12/0.48/0.00/0.33)	

CMYK percentages

%12.35
%47.65
%0
%33.33

Codes

Color #9559AA in popluar color models

9559AA
RGB14989170
HSL284°32.27%50.78%
HSB/HSV284°47.65%66.67%
CMYK12.35%47.65%0.00%
33.33%

Color #9559AA in popluar number systems.

HEX9559AA
Decimal14989170
Binary10010101101100110101010
Octal225131252

Shades and tints

Shades of #9559AA

#9559AA
(149,89,170)
#88519B
(136,81,155)
#7B498C
(123,73,140)
#6E417D
(110,65,125)
#61396E
(97,57,110)
#54315F
(84,49,95)
#472950
(71,41,80)
#3A2141
(58,33,65)
#2D1932
(45,25,50)
#201123
(32,17,35)
#130914
(19,9,20)
#000000
(0,0,0)

Tints of #9559AA

#9559AA
(149,89,170)
#9E68B1
(158,104,177)
#A777B8
(167,119,184)
#B086BF
(176,134,191)
#B995C6
(185,149,198)
#C2A4CD
(194,164,205)
#CBB3D4
(203,179,212)
#D4C2DB
(212,194,219)
#DDD1E2
(221,209,226)
#E6E0E9
(230,224,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9559AA color. Also use rgb(149,89,170) instead hex code.

Text Font Color

.myTextColor { color: #9559AA; }

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

This text font color is #9559AA.


Background Color

.myBgColor { background-color: #9559AA; }

<div style="background-color:#9559AA">Inner text</div>

This div background color is #9559AA.


Border color

.myBorderColor { border: 1px solid #9559AA; }

<div style="border:3px solid #9559AA">Div</div>

This div border color is #9559AA.


Opacity

.myOpacity80 { color: #9559AA; opacity: 0.8; }

<p style="color:#9559AA;opacity:0.8;">80%</p>

Text with #9559AA 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 #9559AA;}

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

This text has shadow with #9559AA color.

.textShadow {text-shadow: 3px 3px 1px #9559AA, 3px 3px 1px red;}

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

This text has shadow with #9559AA primary color and red secondary color.


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

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

This text has shadow with #9559AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9559AA on black background.


Color preview on white background

This text has color #9559AA on white background.



Black color preview on #9559AA background

This text has black color on #9559AA background.


White color preview on #9559AA background

This text has white color on #9559AA background.