COLOR #9B66AF

HEX: #9B66AF
RGB: (155,102,175)

Color info

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

RGB color model

#9B66AF color RGB value is (155,102,175).

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

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 175 of 255 = 69%

155
102
175

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

Portions of RGB colors in percentages

R + G + B =
155 + 102 + 175 = 432 (100%)
R 155 of 432 ~ 35.88%
G 102 of 432 ~ 23.61%
B 175 of 432 ~ 40.51%

%35.88
%23.61
%40.51

CMYK color model

#9B66AF color CMYK value is (11,42,0,31).

  • cyan value is 11.43%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(11,42,0,31)
C11M42Y0K31 
(11%,42%,0%,31%)
(0.11/0.42/0.00/0.31)	

CMYK percentages

%11.43
%41.71
%0
%31.37

Codes

Color #9B66AF in popluar color models

9B66AF
RGB155102175
HSL284°31.33%54.31%
HSB/HSV284°41.71%68.63%
CMYK11.43%41.71%0.00%
31.37%

Color #9B66AF in popluar number systems.

HEX9B66AF
Decimal155102175
Binary10011011110011010101111
Octal233146257

Shades and tints

Shades of #9B66AF

#9B66AF
(155,102,175)
#8D5DA0
(141,93,160)
#7F5491
(127,84,145)
#714B82
(113,75,130)
#634273
(99,66,115)
#553964
(85,57,100)
#473055
(71,48,85)
#392746
(57,39,70)
#2B1E37
(43,30,55)
#1D1528
(29,21,40)
#0F0C19
(15,12,25)
#000000
(0,0,0)

Tints of #9B66AF

#9B66AF
(155,102,175)
#A473B6
(164,115,182)
#AD80BD
(173,128,189)
#B68DC4
(182,141,196)
#BF9ACB
(191,154,203)
#C8A7D2
(200,167,210)
#D1B4D9
(209,180,217)
#DAC1E0
(218,193,224)
#E3CEE7
(227,206,231)
#ECDBEE
(236,219,238)
#F5E8F5
(245,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B66AF; }

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

This text font color is #9B66AF.


Background Color

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

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

This div background color is #9B66AF.


Border color

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

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

This div border color is #9B66AF.


Opacity

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

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

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

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

This text has shadow with #9B66AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B66AF on black background.


Color preview on white background

This text has color #9B66AF on white background.



Black color preview on #9B66AF background

This text has black color on #9B66AF background.


White color preview on #9B66AF background

This text has white color on #9B66AF background.