COLOR #9B76A9

HEX: #9B76A9
RGB: (155,118,169)

Color info

#9B76A9 contains red, green and blue colors in about the same proportion. Web safe color of #9B76A9 is #996699 (or #969).

RGB color model

#9B76A9 color RGB value is (155,118,169).

  • red value is 155;
  • green value is 118;
  • blue value is 169.
RGB:
(155,118,169)
(61%,46%,66%)

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 169 of 255 = 66%

155
118
169

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 169 = 442 (100%)
R 155 of 442 ~ 35.07%
G 118 of 442 ~ 26.7%
B 169 of 442 ~ 38.24%

%35.07
%26.7
%38.24

CMYK color model

#9B76A9 color CMYK value is (8,30,0,34).

  • cyan value is 8.28%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(8,30,0,34)
C8M30Y0K34 
(8%,30%,0%,34%)
(0.08/0.30/0.00/0.34)	

CMYK percentages

%8.28
%30.18
%0
%33.73

Codes

Color #9B76A9 in popluar color models

9B76A9
RGB155118169
HSL284°22.87%56.27%
HSB/HSV284°30.18%66.27%
CMYK8.28%30.18%0.00%
33.73%

Color #9B76A9 in popluar number systems.

HEX9B76A9
Decimal155118169
Binary10011011111011010101001
Octal233166251

Shades and tints

Shades of #9B76A9

#9B76A9
(155,118,169)
#8D6C9A
(141,108,154)
#7F628B
(127,98,139)
#71587C
(113,88,124)
#634E6D
(99,78,109)
#55445E
(85,68,94)
#473A4F
(71,58,79)
#393040
(57,48,64)
#2B2631
(43,38,49)
#1D1C22
(29,28,34)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B76A9

#9B76A9
(155,118,169)
#A482B0
(164,130,176)
#AD8EB7
(173,142,183)
#B69ABE
(182,154,190)
#BFA6C5
(191,166,197)
#C8B2CC
(200,178,204)
#D1BED3
(209,190,211)
#DACADA
(218,202,218)
#E3D6E1
(227,214,225)
#ECE2E8
(236,226,232)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B76A9 color. Also use rgb(155,118,169) instead hex code.

Text Font Color

.myTextColor { color: #9B76A9; }

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

This text font color is #9B76A9.


Background Color

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

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

This div background color is #9B76A9.


Border color

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

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

This div border color is #9B76A9.


Opacity

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

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

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

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

This text has shadow with #9B76A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B76A9 on black background.


Color preview on white background

This text has color #9B76A9 on white background.



Black color preview on #9B76A9 background

This text has black color on #9B76A9 background.


White color preview on #9B76A9 background

This text has white color on #9B76A9 background.