COLOR #9B61AA

HEX: #9B61AA
RGB: (155,97,170)

Color info

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

RGB color model

#9B61AA color RGB value is (155,97,170).

  • red value is 155;
  • green value is 97;
  • blue value is 170.
RGB:
(155,97,170)
(61%,38%,67%)

RGB channels and saturation

R 155 of 255 = 61%
G 97 of 255 = 38%
B 170 of 255 = 67%

155
97
170

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

Portions of RGB colors in percentages

R + G + B =
155 + 97 + 170 = 422 (100%)
R 155 of 422 ~ 36.73%
G 97 of 422 ~ 22.99%
B 170 of 422 ~ 40.28%

%36.73
%22.99
%40.28

CMYK color model

#9B61AA color CMYK value is (9,43,0,33).

  • cyan value is 8.82%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(9,43,0,33)
C9M43Y0K33 
(9%,43%,0%,33%)
(0.09/0.43/0.00/0.33)	

CMYK percentages

%8.82
%42.94
%0
%33.33

Codes

Color #9B61AA in popluar color models

9B61AA
RGB15597170
HSL288°30.04%52.35%
HSB/HSV288°42.94%66.67%
CMYK8.82%42.94%0.00%
33.33%

Color #9B61AA in popluar number systems.

HEX9B61AA
Decimal15597170
Binary10011011110000110101010
Octal233141252

Shades and tints

Shades of #9B61AA

#9B61AA
(155,97,170)
#8D599B
(141,89,155)
#7F518C
(127,81,140)
#71497D
(113,73,125)
#63416E
(99,65,110)
#55395F
(85,57,95)
#473150
(71,49,80)
#392941
(57,41,65)
#2B2132
(43,33,50)
#1D1923
(29,25,35)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #9B61AA

#9B61AA
(155,97,170)
#A46FB1
(164,111,177)
#AD7DB8
(173,125,184)
#B68BBF
(182,139,191)
#BF99C6
(191,153,198)
#C8A7CD
(200,167,205)
#D1B5D4
(209,181,212)
#DAC3DB
(218,195,219)
#E3D1E2
(227,209,226)
#ECDFE9
(236,223,233)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B61AA color. Also use rgb(155,97,170) instead hex code.

Text Font Color

.myTextColor { color: #9B61AA; }

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

This text font color is #9B61AA.


Background Color

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

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

This div background color is #9B61AA.


Border color

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

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

This div border color is #9B61AA.


Opacity

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

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

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

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

This text has shadow with #9B61AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B61AA on black background.


Color preview on white background

This text has color #9B61AA on white background.



Black color preview on #9B61AA background

This text has black color on #9B61AA background.


White color preview on #9B61AA background

This text has white color on #9B61AA background.