COLOR #96557C

HEX: #96557C RGB: (150,85,124)

Color info

#96557C contains mainly red and blue colors. Web safe color of #96557C is #996666 (or #966).

RGB color model

#96557C color RGB value is (150,85,124).

RGB: (150,85,124) (59%, 33%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 85 of 255 = 33%
B 124 of 255 = 49%

150
85
124

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

Portions of RGB colors in percentages

R + G + B = 150 + 85 + 124 = 359 (100%)
R 150 of 359 ~ 41.78%
G 85 of 359 ~ 23.68%
B 124 of 359 ~ 34.54'%

%41.78
%23.68
%34.54

CMYK color model

#96557C color CMYK value is (0,43,17,41).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 17.33%
  • key color value is 41.18%

CMYK: (0,43,17,41)
C0M43Y17K41 (0%, 43%, 17%, 41%)
(0.00 / 0.43 / 0.17 / 0.41)

CMYK percentages

%0
%43.33
%17.33
%41.18

Codes

Color #96557C in popluar color models

96 55 7C
RGB 150 85 124
HSL 324° 27.66% 46.08%
HSB/HSV 324° 43.33% 58.82%
CMYK 0.00% 43.33% 17.33%
41.18%

Color #96557C in popluar number systems.

HEX 96 55 7C
Decimal 150 85 124
Binary 10010110 1010101 1111100
Octal 226 125 174

Shades and tints

Shades of #96557C

#96557C
(150,85,124)
#894E71
(137,78,113)
#7C4766
(124,71,102)
#6F405B
(111,64,91)
#623950
(98,57,80)
#553245
(85,50,69)
#482B3A
(72,43,58)
#3B242F
(59,36,47)
#2E1D24
(46,29,36)
#211619
(33,22,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #96557C

#96557C
(150,85,124)
#9F6487
(159,100,135)
#A87392
(168,115,146)
#B1829D
(177,130,157)
#BA91A8
(186,145,168)
#C3A0B3
(195,160,179)
#CCAFBE
(204,175,190)
#D5BEC9
(213,190,201)
#DECDD4
(222,205,212)
#E7DCDF
(231,220,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96557C; }

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

This text font color is #96557C.

Background Color

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

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

This div background color is #96557C.

Border color

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

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

This div border color is #96557C.

Opacity

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

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

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

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

This text has shadow with #96557C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96557C.

Preview

Color preview on black background

This text has color #96557C on black background.


Color preview on white background

This text has color #96557C on white background.


Black color preview on #96557C background

This text has black color on #96557C background.


White color preview on #96557C background

This text has white color on #96557C background.


Related colors

Complementary color

Complementary color for #hex is #69AA83.


I love getcolorcode.com

Triadic colors

1 #7C9655 and #557C96 with #96557C are triadic colors.

2 #7C5596 and #55967C with #96557C are triadic colors.