COLOR #96679B

HEX: #96679B RGB: (150,103,155)

Color info

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

RGB color model

#96679B color RGB value is (150,103,155).

RGB: (150,103,155) (59%, 40%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 103 of 255 = 40%
B 155 of 255 = 61%

150
103
155

R + G + B ~ 53%. #96679B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 103 + 155 = 408 (100%)
R 150 of 408 ~ 36.76%
G 103 of 408 ~ 25.25%
B 155 of 408 ~ 37.99'%

%36.76
%25.25
%37.99

CMYK color model

#96679B color CMYK value is (3,34,0,39).

  • cyan value is 3.23%
  • magenta value is 33.55%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (3,34,0,39)
C3M34Y0K39 (3%, 34%, 0%, 39%)
(0.03 / 0.34 / 0.00 / 0.39)

CMYK percentages

%3.23
%33.55
%0
%39.22

Codes

Color #96679B in popluar color models

96 67 9B
RGB 150 103 155
HSL 294° 20.63% 50.59%
HSB/HSV 294° 33.55% 60.78%
CMYK 3.23% 33.55% 0.00%
39.22%

Color #96679B in popluar number systems.

HEX 96 67 9B
Decimal 150 103 155
Binary 10010110 1100111 10011011
Octal 226 147 233

Shades and tints

Shades of #96679B

#96679B
(150,103,155)
#895E8D
(137,94,141)
#7C557F
(124,85,127)
#6F4C71
(111,76,113)
#624363
(98,67,99)
#553A55
(85,58,85)
#483147
(72,49,71)
#3B2839
(59,40,57)
#2E1F2B
(46,31,43)
#21161D
(33,22,29)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #96679B

#96679B
(150,103,155)
#9F74A4
(159,116,164)
#A881AD
(168,129,173)
#B18EB6
(177,142,182)
#BA9BBF
(186,155,191)
#C3A8C8
(195,168,200)
#CCB5D1
(204,181,209)
#D5C2DA
(213,194,218)
#DECFE3
(222,207,227)
#E7DCEC
(231,220,236)
#F0E9F5
(240,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96679B color. Also use rgb(150,103,155) instead hex code.

Text Font Color

.myTextColor { color: #96679B; }

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

This text font color is #96679B.

Background Color

.myBgColor { background-color: #96679B; }

<div style="background-color:#96679B">Inner text</div>

This div background color is #96679B.

Border color

.myBorderColor { border: 1px solid #96679B; }

<div style="border:3px solid #96679B">Div</div>

This div border color is #96679B.

Opacity

.myOpacity80 { color: #96679B; opacity: 0.8; }

<p style="color:#96679B;opacity:0.8;">80%</p>

Text with #96679B 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 #96679B;}

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

This text has shadow with #96679B color.


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

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

This text has shadow with #96679B primary color and red secondary color.


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

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

This text has shadow with #96679B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96679B.

Preview

Color preview on black background

This text has color #96679B on black background.


Color preview on white background

This text has color #96679B on white background.


Black color preview on #96679B background

This text has black color on #96679B background.


White color preview on #96679B background

This text has white color on #96679B background.


Related colors

Complementary color

Complementary color for #hex is #699864.


I love getcolorcode.com

Triadic colors

1 #9B9667 and #679B96 with #96679B are triadic colors.

2 #9B6796 and #67969B with #96679B are triadic colors.