COLOR #964F83

HEX: #964F83 RGB: (150,79,131)

Color info

#964F83 contains mainly red and blue colors. Web safe color of #964F83 is #996699 (or #969).

RGB color model

#964F83 color RGB value is (150,79,131).

RGB: (150,79,131) (59%, 31%, 51%)

RGB channels and saturation

R 150 of 255 = 59%
G 79 of 255 = 31%
B 131 of 255 = 51%

150
79
131

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

Portions of RGB colors in percentages

R + G + B = 150 + 79 + 131 = 360 (100%)
R 150 of 360 ~ 41.67%
G 79 of 360 ~ 21.94%
B 131 of 360 ~ 36.39'%

%41.67
%21.94
%36.39

CMYK color model

#964F83 color CMYK value is (0,47,13,41).

  • cyan value is 0.00%
  • magenta value is 47.33%
  • yellow value is 12.67%
  • key color value is 41.18%

CMYK: (0,47,13,41)
C0M47Y13K41 (0%, 47%, 13%, 41%)
(0.00 / 0.47 / 0.13 / 0.41)

CMYK percentages

%0
%47.33
%12.67
%41.18

Codes

Color #964F83 in popluar color models

96 4F 83
RGB 150 79 131
HSL 316° 31.00% 44.90%
HSB/HSV 316° 47.33% 58.82%
CMYK 0.00% 47.33% 12.67%
41.18%

Color #964F83 in popluar number systems.

HEX 96 4F 83
Decimal 150 79 131
Binary 10010110 1001111 10000011
Octal 226 117 203

Shades and tints

Shades of #964F83

#964F83
(150,79,131)
#894878
(137,72,120)
#7C416D
(124,65,109)
#6F3A62
(111,58,98)
#623357
(98,51,87)
#552C4C
(85,44,76)
#482541
(72,37,65)
#3B1E36
(59,30,54)
#2E172B
(46,23,43)
#211020
(33,16,32)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #964F83

#964F83
(150,79,131)
#9F5F8E
(159,95,142)
#A86F99
(168,111,153)
#B17FA4
(177,127,164)
#BA8FAF
(186,143,175)
#C39FBA
(195,159,186)
#CCAFC5
(204,175,197)
#D5BFD0
(213,191,208)
#DECFDB
(222,207,219)
#E7DFE6
(231,223,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964F83 color. Also use rgb(150,79,131) instead hex code.

Text Font Color

.myTextColor { color: #964F83; }

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

This text font color is #964F83.

Background Color

.myBgColor { background-color: #964F83; }

<div style="background-color:#964F83">Inner text</div>

This div background color is #964F83.

Border color

.myBorderColor { border: 1px solid #964F83; }

<div style="border:3px solid #964F83">Div</div>

This div border color is #964F83.

Opacity

.myOpacity80 { color: #964F83; opacity: 0.8; }

<p style="color:#964F83;opacity:0.8;">80%</p>

Text with #964F83 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 #964F83;}

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

This text has shadow with #964F83 color.


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

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

This text has shadow with #964F83 primary color and red secondary color.


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

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

This text has shadow with #964F83 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #964F83.

Preview

Color preview on black background

This text has color #964F83 on black background.


Color preview on white background

This text has color #964F83 on white background.


Black color preview on #964F83 background

This text has black color on #964F83 background.


White color preview on #964F83 background

This text has white color on #964F83 background.


Related colors

Complementary color

Complementary color for #hex is #69B07C.


I love getcolorcode.com

Triadic colors

1 #83964F and #4F8396 with #964F83 are triadic colors.

2 #834F96 and #4F9683 with #964F83 are triadic colors.