COLOR #96648B

HEX: #96648B
RGB: (150,100,139)

Color info

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

RGB color model

#96648B color RGB value is (150,100,139).

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

RGB channels and saturation

R 150 of 255 = 59%
G 100 of 255 = 39%
B 139 of 255 = 55%

150
100
139

R + G + B ~ 51%. #96648B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 100 + 139 = 389 (100%)
R 150 of 389 ~ 38.56%
G 100 of 389 ~ 25.71%
B 139 of 389 ~ 35.73%

%38.56
%25.71
%35.73

CMYK color model

#96648B color CMYK value is (0,33,7,41).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,33,7,41)
C0M33Y7K41 
(0%,33%,7%,41%)
(0.00/0.33/0.07/0.41)	

CMYK percentages

%0
%33.33
%7.33
%41.18

Codes

Color #96648B in popluar color models

96648B
RGB150100139
HSL313°20.00%49.02%
HSB/HSV313°33.33%58.82%
CMYK0.00%33.33%7.33%
41.18%

Color #96648B in popluar number systems.

HEX96648B
Decimal150100139
Binary10010110110010010001011
Octal226144213

Shades and tints

Shades of #96648B

#96648B
(150,100,139)
#895B7F
(137,91,127)
#7C5273
(124,82,115)
#6F4967
(111,73,103)
#62405B
(98,64,91)
#55374F
(85,55,79)
#482E43
(72,46,67)
#3B2537
(59,37,55)
#2E1C2B
(46,28,43)
#21131F
(33,19,31)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #96648B

#96648B
(150,100,139)
#9F7295
(159,114,149)
#A8809F
(168,128,159)
#B18EA9
(177,142,169)
#BA9CB3
(186,156,179)
#C3AABD
(195,170,189)
#CCB8C7
(204,184,199)
#D5C6D1
(213,198,209)
#DED4DB
(222,212,219)
#E7E2E5
(231,226,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96648B color. Also use rgb(150,100,139) instead hex code.

Text Font Color

.myTextColor { color: #96648B; }

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

This text font color is #96648B.


Background Color

.myBgColor { background-color: #96648B; }

<div style="background-color:#96648B">Inner text</div>

This div background color is #96648B.


Border color

.myBorderColor { border: 1px solid #96648B; }

<div style="border:3px solid #96648B">Div</div>

This div border color is #96648B.


Opacity

.myOpacity80 { color: #96648B; opacity: 0.8; }

<p style="color:#96648B;opacity:0.8;">80%</p>

Text with #96648B 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 #96648B;}

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

This text has shadow with #96648B color.

.textShadow {text-shadow: 3px 3px 1px #96648B, 3px 3px 1px red;}

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

This text has shadow with #96648B primary color and red secondary color.


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

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

This text has shadow with #96648B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96648B on black background.


Color preview on white background

This text has color #96648B on white background.



Black color preview on #96648B background

This text has black color on #96648B background.


White color preview on #96648B background

This text has white color on #96648B background.