COLOR #9B69AD

HEX: #9B69AD
RGB: (155,105,173)

Color info

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

RGB color model

#9B69AD color RGB value is (155,105,173).

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

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 173 of 255 = 68%

155
105
173

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

Portions of RGB colors in percentages

R + G + B =
155 + 105 + 173 = 433 (100%)
R 155 of 433 ~ 35.8%
G 105 of 433 ~ 24.25%
B 173 of 433 ~ 39.95%

%35.8
%24.25
%39.95

CMYK color model

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

  • cyan value is 10.40%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,39,0,32)
C10M39Y0K32 
(10%,39%,0%,32%)
(0.10/0.39/0.00/0.32)	

CMYK percentages

%10.4
%39.31
%0
%32.16

Codes

Color #9B69AD in popluar color models

9B69AD
RGB155105173
HSL284°29.31%54.51%
HSB/HSV284°39.31%67.84%
CMYK10.40%39.31%0.00%
32.16%

Color #9B69AD in popluar number systems.

HEX9B69AD
Decimal155105173
Binary10011011110100110101101
Octal233151255

Shades and tints

Shades of #9B69AD

#9B69AD
(155,105,173)
#8D609E
(141,96,158)
#7F578F
(127,87,143)
#714E80
(113,78,128)
#634571
(99,69,113)
#553C62
(85,60,98)
#473353
(71,51,83)
#392A44
(57,42,68)
#2B2135
(43,33,53)
#1D1826
(29,24,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #9B69AD

#9B69AD
(155,105,173)
#A476B4
(164,118,180)
#AD83BB
(173,131,187)
#B690C2
(182,144,194)
#BF9DC9
(191,157,201)
#C8AAD0
(200,170,208)
#D1B7D7
(209,183,215)
#DAC4DE
(218,196,222)
#E3D1E5
(227,209,229)
#ECDEEC
(236,222,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B69AD; }

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

This text font color is #9B69AD.


Background Color

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

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

This div background color is #9B69AD.


Border color

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

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

This div border color is #9B69AD.


Opacity

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

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

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

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

This text has shadow with #9B69AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B69AD on black background.


Color preview on white background

This text has color #9B69AD on white background.



Black color preview on #9B69AD background

This text has black color on #9B69AD background.


White color preview on #9B69AD background

This text has white color on #9B69AD background.