COLOR #96649D

HEX: #96649D
RGB: (150,100,157)

Color info

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

RGB color model

#96649D color RGB value is (150,100,157).

  • red value is 150;
  • green value is 100;
  • blue value is 157.
RGB:
(150,100,157)
(59%,39%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 157 of 255 = 62%

150
100
157

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

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 157 = 407 (100%)
R 150 of 407 ~ 36.86%
G 100 of 407 ~ 24.57%
B 157 of 407 ~ 38.57%

%36.86
%24.57
%38.57

CMYK color model

#96649D color CMYK value is (4,36,0,38).

  • cyan value is 4.46%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,36,0,38)
C4M36Y0K38 
(4%,36%,0%,38%)
(0.04/0.36/0.00/0.38)	

CMYK percentages

%4.46
%36.31
%0
%38.43

Codes

Color #96649D in popluar color models

96649D
RGB150100157
HSL293°22.53%50.39%
HSB/HSV293°36.31%61.57%
CMYK4.46%36.31%0.00%
38.43%

Color #96649D in popluar number systems.

HEX96649D
Decimal150100157
Binary10010110110010010011101
Octal226144235

Shades and tints

Shades of #96649D

#96649D
(150,100,157)
#895B8F
(137,91,143)
#7C5281
(124,82,129)
#6F4973
(111,73,115)
#624065
(98,64,101)
#553757
(85,55,87)
#482E49
(72,46,73)
#3B253B
(59,37,59)
#2E1C2D
(46,28,45)
#21131F
(33,19,31)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #96649D

#96649D
(150,100,157)
#9F72A5
(159,114,165)
#A880AD
(168,128,173)
#B18EB5
(177,142,181)
#BA9CBD
(186,156,189)
#C3AAC5
(195,170,197)
#CCB8CD
(204,184,205)
#D5C6D5
(213,198,213)
#DED4DD
(222,212,221)
#E7E2E5
(231,226,229)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96649D color. Also use rgb(150,100,157) instead hex code.

Text Font Color

.myTextColor { color: #96649D; }

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

This text font color is #96649D.


Background Color

.myBgColor { background-color: #96649D; }

<div style="background-color:#96649D">Inner text</div>

This div background color is #96649D.


Border color

.myBorderColor { border: 1px solid #96649D; }

<div style="border:3px solid #96649D">Div</div>

This div border color is #96649D.


Opacity

.myOpacity80 { color: #96649D; opacity: 0.8; }

<p style="color:#96649D;opacity:0.8;">80%</p>

Text with #96649D 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 #96649D;}

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

This text has shadow with #96649D color.

.textShadow {text-shadow: 3px 3px 1px #96649D, 3px 3px 1px red;}

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

This text has shadow with #96649D primary color and red secondary color.


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

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

This text has shadow with #96649D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96649D on black background.


Color preview on white background

This text has color #96649D on white background.



Black color preview on #96649D background

This text has black color on #96649D background.


White color preview on #96649D background

This text has white color on #96649D background.