COLOR #96659A

HEX: #96659A
RGB: (150,101,154)

Color info

#96659A contains red, green and blue colors in about the same proportion. Web safe color of #96659A is #996699 (or #969).

RGB color model

#96659A color RGB value is (150,101,154).

  • red value is 150;
  • green value is 101;
  • blue value is 154.
RGB:
(150,101,154)
(59%,40%,60%)

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 154 of 255 = 60%

150
101
154

R + G + B ~ 53%. #96659A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 154 = 405 (100%)
R 150 of 405 ~ 37.04%
G 101 of 405 ~ 24.94%
B 154 of 405 ~ 38.02%

%37.04
%24.94
%38.02

CMYK color model

#96659A color CMYK value is (3,34,0,40).

  • cyan value is 2.60%
  • magenta value is 34.42%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(3,34,0,40)
C3M34Y0K40 
(3%,34%,0%,40%)
(0.03/0.34/0.00/0.40)	

CMYK percentages

%2.6
%34.42
%0
%39.61

Codes

Color #96659A in popluar color models

96659A
RGB150101154
HSL295°20.78%50.00%
HSB/HSV295°34.42%60.39%
CMYK2.60%34.42%0.00%
39.61%

Color #96659A in popluar number systems.

HEX96659A
Decimal150101154
Binary10010110110010110011010
Octal226145232

Shades and tints

Shades of #96659A

#96659A
(150,101,154)
#895C8C
(137,92,140)
#7C537E
(124,83,126)
#6F4A70
(111,74,112)
#624162
(98,65,98)
#553854
(85,56,84)
#482F46
(72,47,70)
#3B2638
(59,38,56)
#2E1D2A
(46,29,42)
#21141C
(33,20,28)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #96659A

#96659A
(150,101,154)
#9F73A3
(159,115,163)
#A881AC
(168,129,172)
#B18FB5
(177,143,181)
#BA9DBE
(186,157,190)
#C3ABC7
(195,171,199)
#CCB9D0
(204,185,208)
#D5C7D9
(213,199,217)
#DED5E2
(222,213,226)
#E7E3EB
(231,227,235)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96659A color. Also use rgb(150,101,154) instead hex code.

Text Font Color

.myTextColor { color: #96659A; }

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

This text font color is #96659A.


Background Color

.myBgColor { background-color: #96659A; }

<div style="background-color:#96659A">Inner text</div>

This div background color is #96659A.


Border color

.myBorderColor { border: 1px solid #96659A; }

<div style="border:3px solid #96659A">Div</div>

This div border color is #96659A.


Opacity

.myOpacity80 { color: #96659A; opacity: 0.8; }

<p style="color:#96659A;opacity:0.8;">80%</p>

Text with #96659A 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 #96659A;}

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

This text has shadow with #96659A color.

.textShadow {text-shadow: 3px 3px 1px #96659A, 3px 3px 1px red;}

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

This text has shadow with #96659A primary color and red secondary color.


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

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

This text has shadow with #96659A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96659A on black background.


Color preview on white background

This text has color #96659A on white background.



Black color preview on #96659A background

This text has black color on #96659A background.


White color preview on #96659A background

This text has white color on #96659A background.