COLOR #96447C

HEX: #96447C
RGB: (150,68,124)

Color info

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

RGB color model

#96447C color RGB value is (150,68,124).

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

RGB channels and saturation

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

150
68
124

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

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 124 = 342 (100%)
R 150 of 342 ~ 43.86%
G 68 of 342 ~ 19.88%
B 124 of 342 ~ 36.26%

%43.86
%19.88
%36.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 17.33%
  • 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
%17.33
%41.18

Codes

Color #96447C in popluar color models

96447C
RGB15068124
HSL319°37.61%42.75%
HSB/HSV319°54.67%58.82%
CMYK0.00%54.67%17.33%
41.18%

Color #96447C in popluar number systems.

HEX96447C
Decimal15068124
Binary1001011010001001111100
Octal226104174

Shades and tints

Shades of #96447C

#96447C
(150,68,124)
#893E71
(137,62,113)
#7C3866
(124,56,102)
#6F325B
(111,50,91)
#622C50
(98,44,80)
#552645
(85,38,69)
#48203A
(72,32,58)
#3B1A2F
(59,26,47)
#2E1424
(46,20,36)
#210E19
(33,14,25)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #96447C

#96447C
(150,68,124)
#9F5587
(159,85,135)
#A86692
(168,102,146)
#B1779D
(177,119,157)
#BA88A8
(186,136,168)
#C399B3
(195,153,179)
#CCAABE
(204,170,190)
#D5BBC9
(213,187,201)
#DECCD4
(222,204,212)
#E7DDDF
(231,221,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96447C; }

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

This text font color is #96447C.


Background Color

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

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

This div background color is #96447C.


Border color

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

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

This div border color is #96447C.


Opacity

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

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

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

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

This text has shadow with #96447C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96447C on black background.


Color preview on white background

This text has color #96447C on white background.



Black color preview on #96447C background

This text has black color on #96447C background.


White color preview on #96447C background

This text has white color on #96447C background.