COLOR #9B69B1

HEX: #9B69B1
RGB: (155,105,177)

Color info

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

RGB color model

#9B69B1 color RGB value is (155,105,177).

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

RGB channels and saturation

R 155 of 255 = 61%
G 105 of 255 = 41%
B 177 of 255 = 69%

155
105
177

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

Portions of RGB colors in percentages

R + G + B =
155 + 105 + 177 = 437 (100%)
R 155 of 437 ~ 35.47%
G 105 of 437 ~ 24.03%
B 177 of 437 ~ 40.5%

%35.47
%24.03
%40.5

CMYK color model

#9B69B1 color CMYK value is (12,41,0,31).

  • cyan value is 12.43%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(12,41,0,31)
C12M41Y0K31 
(12%,41%,0%,31%)
(0.12/0.41/0.00/0.31)	

CMYK percentages

%12.43
%40.68
%0
%30.59

Codes

Color #9B69B1 in popluar color models

9B69B1
RGB155105177
HSL282°31.58%55.29%
HSB/HSV282°40.68%69.41%
CMYK12.43%40.68%0.00%
30.59%

Color #9B69B1 in popluar number systems.

HEX9B69B1
Decimal155105177
Binary10011011110100110110001
Octal233151261

Shades and tints

Shades of #9B69B1

#9B69B1
(155,105,177)
#8D60A1
(141,96,161)
#7F5791
(127,87,145)
#714E81
(113,78,129)
#634571
(99,69,113)
#553C61
(85,60,97)
#473351
(71,51,81)
#392A41
(57,42,65)
#2B2131
(43,33,49)
#1D1821
(29,24,33)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #9B69B1

#9B69B1
(155,105,177)
#A476B8
(164,118,184)
#AD83BF
(173,131,191)
#B690C6
(182,144,198)
#BF9DCD
(191,157,205)
#C8AAD4
(200,170,212)
#D1B7DB
(209,183,219)
#DAC4E2
(218,196,226)
#E3D1E9
(227,209,233)
#ECDEF0
(236,222,240)
#F5EBF7
(245,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B69B1; }

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

This text font color is #9B69B1.


Background Color

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

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

This div background color is #9B69B1.


Border color

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

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

This div border color is #9B69B1.


Opacity

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

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

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

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

This text has shadow with #9B69B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B69B1 on black background.


Color preview on white background

This text has color #9B69B1 on white background.



Black color preview on #9B69B1 background

This text has black color on #9B69B1 background.


White color preview on #9B69B1 background

This text has white color on #9B69B1 background.