COLOR #96508B

HEX: #96508B
RGB: (150,80,139)

Color info

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

RGB color model

#96508B color RGB value is (150,80,139).

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

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 139 of 255 = 55%

150
80
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 139 = 369 (100%)
R 150 of 369 ~ 40.65%
G 80 of 369 ~ 21.68%
B 139 of 369 ~ 37.67%

%40.65
%21.68
%37.67

CMYK color model

#96508B color CMYK value is (0,47,7,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,47,7,41)
C0M47Y7K41 
(0%,47%,7%,41%)
(0.00/0.47/0.07/0.41)	

CMYK percentages

%0
%46.67
%7.33
%41.18

Codes

Color #96508B in popluar color models

96508B
RGB15080139
HSL309°30.43%45.10%
HSB/HSV309°46.67%58.82%
CMYK0.00%46.67%7.33%
41.18%

Color #96508B in popluar number systems.

HEX96508B
Decimal15080139
Binary10010110101000010001011
Octal226120213

Shades and tints

Shades of #96508B

#96508B
(150,80,139)
#89497F
(137,73,127)
#7C4273
(124,66,115)
#6F3B67
(111,59,103)
#62345B
(98,52,91)
#552D4F
(85,45,79)
#482643
(72,38,67)
#3B1F37
(59,31,55)
#2E182B
(46,24,43)
#21111F
(33,17,31)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #96508B

#96508B
(150,80,139)
#9F5F95
(159,95,149)
#A86E9F
(168,110,159)
#B17DA9
(177,125,169)
#BA8CB3
(186,140,179)
#C39BBD
(195,155,189)
#CCAAC7
(204,170,199)
#D5B9D1
(213,185,209)
#DEC8DB
(222,200,219)
#E7D7E5
(231,215,229)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96508B; }

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

This text font color is #96508B.


Background Color

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

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

This div background color is #96508B.


Border color

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

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

This div border color is #96508B.


Opacity

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

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

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

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

This text has shadow with #96508B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96508B on black background.


Color preview on white background

This text has color #96508B on white background.



Black color preview on #96508B background

This text has black color on #96508B background.


White color preview on #96508B background

This text has white color on #96508B background.