COLOR #96638C

HEX: #96638C RGB: (150,99,140)

Color info

#96638C contains red, green and blue colors in about the same proportion. Web safe color of #96638C is #996699 (or #969).

RGB color model

#96638C color RGB value is (150,99,140).

RGB: (150,99,140) (59%, 39%, 55%)

RGB channels and saturation

R 150 of 255 = 59%
G 99 of 255 = 39%
B 140 of 255 = 55%

150
99
140

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

Portions of RGB colors in percentages

R + G + B = 150 + 99 + 140 = 389 (100%)
R 150 of 389 ~ 38.56%
G 99 of 389 ~ 25.45%
B 140 of 389 ~ 35.99'%

%38.56
%25.45
%35.99

CMYK color model

#96638C color CMYK value is (0,34,7,41).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (0,34,7,41)
C0M34Y7K41 (0%, 34%, 7%, 41%)
(0.00 / 0.34 / 0.07 / 0.41)

CMYK percentages

%0
%34
%6.67
%41.18

Codes

Color #96638C in popluar color models

96 63 8C
RGB 150 99 140
HSL 312° 20.48% 48.82%
HSB/HSV 312° 34.00% 58.82%
CMYK 0.00% 34.00% 6.67%
41.18%

Color #96638C in popluar number systems.

HEX 96 63 8C
Decimal 150 99 140
Binary 10010110 1100011 10001100
Octal 226 143 214

Shades and tints

Shades of #96638C

#96638C
(150,99,140)
#895A80
(137,90,128)
#7C5174
(124,81,116)
#6F4868
(111,72,104)
#623F5C
(98,63,92)
#553650
(85,54,80)
#482D44
(72,45,68)
#3B2438
(59,36,56)
#2E1B2C
(46,27,44)
#211220
(33,18,32)
#140914
(20,9,20)
#000000
(0,0,0)

Tints of #96638C

#96638C
(150,99,140)
#9F7196
(159,113,150)
#A87FA0
(168,127,160)
#B18DAA
(177,141,170)
#BA9BB4
(186,155,180)
#C3A9BE
(195,169,190)
#CCB7C8
(204,183,200)
#D5C5D2
(213,197,210)
#DED3DC
(222,211,220)
#E7E1E6
(231,225,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96638C color. Also use rgb(150,99,140) instead hex code.

Text Font Color

.myTextColor { color: #96638C; }

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

This text font color is #96638C.

Background Color

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

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

This div background color is #96638C.

Border color

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

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

This div border color is #96638C.

Opacity

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

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

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

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

This text has shadow with #96638C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96638C.

Preview

Color preview on black background

This text has color #96638C on black background.


Color preview on white background

This text has color #96638C on white background.


Black color preview on #96638C background

This text has black color on #96638C background.


White color preview on #96638C background

This text has white color on #96638C background.


Related colors

Complementary color

Complementary color for #hex is #699C73.


I love getcolorcode.com

Triadic colors

1 #8C9663 and #638C96 with #96638C are triadic colors.

2 #8C6396 and #63968C with #96638C are triadic colors.