COLOR #96467A

HEX: #96467A
RGB: (150,70,122)

Color info

#96467A contains mainly red and blue colors. Web safe color of #96467A is #993366 (or #936).

RGB color model

#96467A color RGB value is (150,70,122).

  • red value is 150;
  • green value is 70;
  • blue value is 122.
RGB:
(150,70,122)
(59%,27%,48%)

RGB channels and saturation

R 150 of 255 = 59%
G 70 of 255 = 27%
B 122 of 255 = 48%

150
70
122

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

Portions of RGB colors in percentages

R + G + B =
150 + 70 + 122 = 342 (100%)
R 150 of 342 ~ 43.86%
G 70 of 342 ~ 20.47%
B 122 of 342 ~ 35.67%

%43.86
%20.47
%35.67

CMYK color model

#96467A color CMYK value is (0,53,19,41).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 18.67%
  • key color value is 41.18%
CMYK:
(0,53,19,41)
C0M53Y19K41 
(0%,53%,19%,41%)
(0.00/0.53/0.19/0.41)	

CMYK percentages

%0
%53.33
%18.67
%41.18

Codes

Color #96467A in popluar color models

96467A
RGB15070122
HSL321°36.36%43.14%
HSB/HSV321°53.33%58.82%
CMYK0.00%53.33%18.67%
41.18%

Color #96467A in popluar number systems.

HEX96467A
Decimal15070122
Binary1001011010001101111010
Octal226106172

Shades and tints

Shades of #96467A

#96467A
(150,70,122)
#89406F
(137,64,111)
#7C3A64
(124,58,100)
#6F3459
(111,52,89)
#622E4E
(98,46,78)
#552843
(85,40,67)
#482238
(72,34,56)
#3B1C2D
(59,28,45)
#2E1622
(46,22,34)
#211017
(33,16,23)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #96467A

#96467A
(150,70,122)
#9F5686
(159,86,134)
#A86692
(168,102,146)
#B1769E
(177,118,158)
#BA86AA
(186,134,170)
#C396B6
(195,150,182)
#CCA6C2
(204,166,194)
#D5B6CE
(213,182,206)
#DEC6DA
(222,198,218)
#E7D6E6
(231,214,230)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96467A color. Also use rgb(150,70,122) instead hex code.

Text Font Color

.myTextColor { color: #96467A; }

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

This text font color is #96467A.


Background Color

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

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

This div background color is #96467A.


Border color

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

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

This div border color is #96467A.


Opacity

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

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

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

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

This text has shadow with #96467A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96467A on black background.


Color preview on white background

This text has color #96467A on white background.



Black color preview on #96467A background

This text has black color on #96467A background.


White color preview on #96467A background

This text has white color on #96467A background.