COLOR #9B6AAF

HEX: #9B6AAF
RGB: (155,106,175)

Color info

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

RGB color model

#9B6AAF color RGB value is (155,106,175).

  • red value is 155;
  • green value is 106;
  • blue value is 175.
RGB:
(155,106,175)
(61%,42%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 106 of 255 = 42%
B 175 of 255 = 69%

155
106
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 106 + 175 = 436 (100%)
R 155 of 436 ~ 35.55%
G 106 of 436 ~ 24.31%
B 175 of 436 ~ 40.14%

%35.55
%24.31
%40.14

CMYK color model

#9B6AAF color CMYK value is (11,39,0,31).

  • cyan value is 11.43%
  • magenta value is 39.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,39,0,31)
C11M39Y0K31 
(11%,39%,0%,31%)
(0.11/0.39/0.00/0.31)	

CMYK percentages

%11.43
%39.43
%0
%31.37

Codes

Color #9B6AAF in popluar color models

9B6AAF
RGB155106175
HSL283°30.13%55.10%
HSB/HSV283°39.43%68.63%
CMYK11.43%39.43%0.00%
31.37%

Color #9B6AAF in popluar number systems.

HEX9B6AAF
Decimal155106175
Binary10011011110101010101111
Octal233152257

Shades and tints

Shades of #9B6AAF

#9B6AAF
(155,106,175)
#8D61A0
(141,97,160)
#7F5891
(127,88,145)
#714F82
(113,79,130)
#634673
(99,70,115)
#553D64
(85,61,100)
#473455
(71,52,85)
#392B46
(57,43,70)
#2B2237
(43,34,55)
#1D1928
(29,25,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #9B6AAF

#9B6AAF
(155,106,175)
#A477B6
(164,119,182)
#AD84BD
(173,132,189)
#B691C4
(182,145,196)
#BF9ECB
(191,158,203)
#C8ABD2
(200,171,210)
#D1B8D9
(209,184,217)
#DAC5E0
(218,197,224)
#E3D2E7
(227,210,231)
#ECDFEE
(236,223,238)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6AAF color. Also use rgb(155,106,175) instead hex code.

Text Font Color

.myTextColor { color: #9B6AAF; }

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

This text font color is #9B6AAF.


Background Color

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

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

This div background color is #9B6AAF.


Border color

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

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

This div border color is #9B6AAF.


Opacity

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

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

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

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

This text has shadow with #9B6AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6AAF on black background.


Color preview on white background

This text has color #9B6AAF on white background.



Black color preview on #9B6AAF background

This text has black color on #9B6AAF background.


White color preview on #9B6AAF background

This text has white color on #9B6AAF background.