COLOR #964483

HEX: #964483
RGB: (150,68,131)

Color info

#964483 contains mainly red and blue colors. Web safe color of #964483 is #993399 (or #939).

RGB color model

#964483 color RGB value is (150,68,131).

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

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 131 of 255 = 51%

150
68
131

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

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 131 = 349 (100%)
R 150 of 349 ~ 42.98%
G 68 of 349 ~ 19.48%
B 131 of 349 ~ 37.54%

%42.98
%19.48
%37.54

CMYK color model

#964483 color CMYK value is (0,55,13,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 12.67%
  • key color value is 41.18%
CMYK:
(0,55,13,41)
C0M55Y13K41 
(0%,55%,13%,41%)
(0.00/0.55/0.13/0.41)	

CMYK percentages

%0
%54.67
%12.67
%41.18

Codes

Color #964483 in popluar color models

964483
RGB15068131
HSL314°37.61%42.75%
HSB/HSV314°54.67%58.82%
CMYK0.00%54.67%12.67%
41.18%

Color #964483 in popluar number systems.

HEX964483
Decimal15068131
Binary10010110100010010000011
Octal226104203

Shades and tints

Shades of #964483

#964483
(150,68,131)
#893E78
(137,62,120)
#7C386D
(124,56,109)
#6F3262
(111,50,98)
#622C57
(98,44,87)
#55264C
(85,38,76)
#482041
(72,32,65)
#3B1A36
(59,26,54)
#2E142B
(46,20,43)
#210E20
(33,14,32)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #964483

#964483
(150,68,131)
#9F558E
(159,85,142)
#A86699
(168,102,153)
#B177A4
(177,119,164)
#BA88AF
(186,136,175)
#C399BA
(195,153,186)
#CCAAC5
(204,170,197)
#D5BBD0
(213,187,208)
#DECCDB
(222,204,219)
#E7DDE6
(231,221,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964483; }

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

This text font color is #964483.


Background Color

.myBgColor { background-color: #964483; }

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

This div background color is #964483.


Border color

.myBorderColor { border: 1px solid #964483; }

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

This div border color is #964483.


Opacity

.myOpacity80 { color: #964483; opacity: 0.8; }

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

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

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

This text has shadow with #964483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964483 on black background.


Color preview on white background

This text has color #964483 on white background.



Black color preview on #964483 background

This text has black color on #964483 background.


White color preview on #964483 background

This text has white color on #964483 background.