COLOR #9B76AD

HEX: #9B76AD
RGB: (155,118,173)

Color info

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

RGB color model

#9B76AD color RGB value is (155,118,173).

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

RGB channels and saturation

R 155 of 255 = 61%
G 118 of 255 = 46%
B 173 of 255 = 68%

155
118
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 118 + 173 = 446 (100%)
R 155 of 446 ~ 34.75%
G 118 of 446 ~ 26.46%
B 173 of 446 ~ 38.79%

%34.75
%26.46
%38.79

CMYK color model

#9B76AD color CMYK value is (10,32,0,32).

  • cyan value is 10.40%
  • magenta value is 31.79%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,32,0,32)
C10M32Y0K32 
(10%,32%,0%,32%)
(0.10/0.32/0.00/0.32)	

CMYK percentages

%10.4
%31.79
%0
%32.16

Codes

Color #9B76AD in popluar color models

9B76AD
RGB155118173
HSL280°25.11%57.06%
HSB/HSV280°31.79%67.84%
CMYK10.40%31.79%0.00%
32.16%

Color #9B76AD in popluar number systems.

HEX9B76AD
Decimal155118173
Binary10011011111011010101101
Octal233166255

Shades and tints

Shades of #9B76AD

#9B76AD
(155,118,173)
#8D6C9E
(141,108,158)
#7F628F
(127,98,143)
#715880
(113,88,128)
#634E71
(99,78,113)
#554462
(85,68,98)
#473A53
(71,58,83)
#393044
(57,48,68)
#2B2635
(43,38,53)
#1D1C26
(29,28,38)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #9B76AD

#9B76AD
(155,118,173)
#A482B4
(164,130,180)
#AD8EBB
(173,142,187)
#B69AC2
(182,154,194)
#BFA6C9
(191,166,201)
#C8B2D0
(200,178,208)
#D1BED7
(209,190,215)
#DACADE
(218,202,222)
#E3D6E5
(227,214,229)
#ECE2EC
(236,226,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B76AD; }

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

This text font color is #9B76AD.


Background Color

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

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

This div background color is #9B76AD.


Border color

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

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

This div border color is #9B76AD.


Opacity

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

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

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

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

This text has shadow with #9B76AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B76AD on black background.


Color preview on white background

This text has color #9B76AD on white background.



Black color preview on #9B76AD background

This text has black color on #9B76AD background.


White color preview on #9B76AD background

This text has white color on #9B76AD background.