COLOR #96447D

HEX: #96447D
RGB: (150,68,125)

Color info

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

RGB color model

#96447D color RGB value is (150,68,125).

  • red value is 150;
  • green value is 68;
  • blue value is 125.
RGB:
(150,68,125)
(59%,27%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 125 of 255 = 49%

150
68
125

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

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 125 = 343 (100%)
R 150 of 343 ~ 43.73%
G 68 of 343 ~ 19.83%
B 125 of 343 ~ 36.44%

%43.73
%19.83
%36.44

CMYK color model

#96447D color CMYK value is (0,55,17,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK:
(0,55,17,41)
C0M55Y17K41 
(0%,55%,17%,41%)
(0.00/0.55/0.17/0.41)	

CMYK percentages

%0
%54.67
%16.67
%41.18

Codes

Color #96447D in popluar color models

96447D
RGB15068125
HSL318°37.61%42.75%
HSB/HSV318°54.67%58.82%
CMYK0.00%54.67%16.67%
41.18%

Color #96447D in popluar number systems.

HEX96447D
Decimal15068125
Binary1001011010001001111101
Octal226104175

Shades and tints

Shades of #96447D

#96447D
(150,68,125)
#893E72
(137,62,114)
#7C3867
(124,56,103)
#6F325C
(111,50,92)
#622C51
(98,44,81)
#552646
(85,38,70)
#48203B
(72,32,59)
#3B1A30
(59,26,48)
#2E1425
(46,20,37)
#210E1A
(33,14,26)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #96447D

#96447D
(150,68,125)
#9F5588
(159,85,136)
#A86693
(168,102,147)
#B1779E
(177,119,158)
#BA88A9
(186,136,169)
#C399B4
(195,153,180)
#CCAABF
(204,170,191)
#D5BBCA
(213,187,202)
#DECCD5
(222,204,213)
#E7DDE0
(231,221,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96447D color. Also use rgb(150,68,125) instead hex code.

Text Font Color

.myTextColor { color: #96447D; }

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

This text font color is #96447D.


Background Color

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

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

This div background color is #96447D.


Border color

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

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

This div border color is #96447D.


Opacity

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

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

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

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

This text has shadow with #96447D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96447D on black background.


Color preview on white background

This text has color #96447D on white background.



Black color preview on #96447D background

This text has black color on #96447D background.


White color preview on #96447D background

This text has white color on #96447D background.