COLOR #96518B

HEX: #96518B
RGB: (150,81,139)

Color info

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

RGB color model

#96518B color RGB value is (150,81,139).

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

RGB channels and saturation

R 150 of 255 = 59%
G 81 of 255 = 32%
B 139 of 255 = 55%

150
81
139

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

Portions of RGB colors in percentages

R + G + B =
150 + 81 + 139 = 370 (100%)
R 150 of 370 ~ 40.54%
G 81 of 370 ~ 21.89%
B 139 of 370 ~ 37.57%

%40.54
%21.89
%37.57

CMYK color model

#96518B color CMYK value is (0,46,7,41).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(0,46,7,41)
C0M46Y7K41 
(0%,46%,7%,41%)
(0.00/0.46/0.07/0.41)	

CMYK percentages

%0
%46
%7.33
%41.18

Codes

Color #96518B in popluar color models

96518B
RGB15081139
HSL310°29.87%45.29%
HSB/HSV310°46.00%58.82%
CMYK0.00%46.00%7.33%
41.18%

Color #96518B in popluar number systems.

HEX96518B
Decimal15081139
Binary10010110101000110001011
Octal226121213

Shades and tints

Shades of #96518B

#96518B
(150,81,139)
#894A7F
(137,74,127)
#7C4373
(124,67,115)
#6F3C67
(111,60,103)
#62355B
(98,53,91)
#552E4F
(85,46,79)
#482743
(72,39,67)
#3B2037
(59,32,55)
#2E192B
(46,25,43)
#21121F
(33,18,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #96518B

#96518B
(150,81,139)
#9F6095
(159,96,149)
#A86F9F
(168,111,159)
#B17EA9
(177,126,169)
#BA8DB3
(186,141,179)
#C39CBD
(195,156,189)
#CCABC7
(204,171,199)
#D5BAD1
(213,186,209)
#DEC9DB
(222,201,219)
#E7D8E5
(231,216,229)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96518B; }

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

This text font color is #96518B.


Background Color

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

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

This div background color is #96518B.


Border color

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

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

This div border color is #96518B.


Opacity

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

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

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

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

This text has shadow with #96518B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96518B on black background.


Color preview on white background

This text has color #96518B on white background.



Black color preview on #96518B background

This text has black color on #96518B background.


White color preview on #96518B background

This text has white color on #96518B background.