COLOR #9B68B0

HEX: #9B68B0
RGB: (155,104,176)

Color info

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

RGB color model

#9B68B0 color RGB value is (155,104,176).

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

RGB channels and saturation

R 155 of 255 = 61%
G 104 of 255 = 41%
B 176 of 255 = 69%

155
104
176

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

Portions of RGB colors in percentages

R + G + B =
155 + 104 + 176 = 435 (100%)
R 155 of 435 ~ 35.63%
G 104 of 435 ~ 23.91%
B 176 of 435 ~ 40.46%

%35.63
%23.91
%40.46

CMYK color model

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

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

CMYK percentages

%11.93
%40.91
%0
%30.98

Codes

Color #9B68B0 in popluar color models

9B68B0
RGB155104176
HSL283°31.30%54.90%
HSB/HSV283°40.91%69.02%
CMYK11.93%40.91%0.00%
30.98%

Color #9B68B0 in popluar number systems.

HEX9B68B0
Decimal155104176
Binary10011011110100010110000
Octal233150260

Shades and tints

Shades of #9B68B0

#9B68B0
(155,104,176)
#8D5FA0
(141,95,160)
#7F5690
(127,86,144)
#714D80
(113,77,128)
#634470
(99,68,112)
#553B60
(85,59,96)
#473250
(71,50,80)
#392940
(57,41,64)
#2B2030
(43,32,48)
#1D1720
(29,23,32)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #9B68B0

#9B68B0
(155,104,176)
#A475B7
(164,117,183)
#AD82BE
(173,130,190)
#B68FC5
(182,143,197)
#BF9CCC
(191,156,204)
#C8A9D3
(200,169,211)
#D1B6DA
(209,182,218)
#DAC3E1
(218,195,225)
#E3D0E8
(227,208,232)
#ECDDEF
(236,221,239)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B68B0 color. Also use rgb(155,104,176) instead hex code.

Text Font Color

.myTextColor { color: #9B68B0; }

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

This text font color is #9B68B0.


Background Color

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

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

This div background color is #9B68B0.


Border color

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

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

This div border color is #9B68B0.


Opacity

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

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

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

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

This text has shadow with #9B68B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B68B0 on black background.


Color preview on white background

This text has color #9B68B0 on white background.



Black color preview on #9B68B0 background

This text has black color on #9B68B0 background.


White color preview on #9B68B0 background

This text has white color on #9B68B0 background.