COLOR #9B77AD

HEX: #9B77AD
RGB: (155,119,173)

Color info

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

RGB color model

#9B77AD color RGB value is (155,119,173).

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

RGB channels and saturation

R 155 of 255 = 61%
G 119 of 255 = 47%
B 173 of 255 = 68%

155
119
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 119 + 173 = 447 (100%)
R 155 of 447 ~ 34.68%
G 119 of 447 ~ 26.62%
B 173 of 447 ~ 38.7%

%34.68
%26.62
%38.7

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 31.21%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,31,0,32)
C10M31Y0K32 
(10%,31%,0%,32%)
(0.10/0.31/0.00/0.32)	

CMYK percentages

%10.4
%31.21
%0
%32.16

Codes

Color #9B77AD in popluar color models

9B77AD
RGB155119173
HSL280°24.77%57.25%
HSB/HSV280°31.21%67.84%
CMYK10.40%31.21%0.00%
32.16%

Color #9B77AD in popluar number systems.

HEX9B77AD
Decimal155119173
Binary10011011111011110101101
Octal233167255

Shades and tints

Shades of #9B77AD

#9B77AD
(155,119,173)
#8D6D9E
(141,109,158)
#7F638F
(127,99,143)
#715980
(113,89,128)
#634F71
(99,79,113)
#554562
(85,69,98)
#473B53
(71,59,83)
#393144
(57,49,68)
#2B2735
(43,39,53)
#1D1D26
(29,29,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9B77AD

#9B77AD
(155,119,173)
#A483B4
(164,131,180)
#AD8FBB
(173,143,187)
#B69BC2
(182,155,194)
#BFA7C9
(191,167,201)
#C8B3D0
(200,179,208)
#D1BFD7
(209,191,215)
#DACBDE
(218,203,222)
#E3D7E5
(227,215,229)
#ECE3EC
(236,227,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B77AD; }

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

This text font color is #9B77AD.


Background Color

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

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

This div background color is #9B77AD.


Border color

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

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

This div border color is #9B77AD.


Opacity

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

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

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

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

This text has shadow with #9B77AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B77AD on black background.


Color preview on white background

This text has color #9B77AD on white background.



Black color preview on #9B77AD background

This text has black color on #9B77AD background.


White color preview on #9B77AD background

This text has white color on #9B77AD background.