COLOR #966581

HEX: #966581
RGB: (150,101,129)

Color info

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

RGB color model

#966581 color RGB value is (150,101,129).

  • red value is 150;
  • green value is 101;
  • blue value is 129.
RGB:
(150,101,129)
(59%,40%,51%)

RGB channels and saturation

R 150 of 255 = 59%
G 101 of 255 = 40%
B 129 of 255 = 51%

150
101
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 101 + 129 = 380 (100%)
R 150 of 380 ~ 39.47%
G 101 of 380 ~ 26.58%
B 129 of 380 ~ 33.95%

%39.47
%26.58
%33.95

CMYK color model

#966581 color CMYK value is (0,33,14,41).

  • cyan value is 0.00%
  • magenta value is 32.67%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,33,14,41)
C0M33Y14K41 
(0%,33%,14%,41%)
(0.00/0.33/0.14/0.41)	

CMYK percentages

%0
%32.67
%14
%41.18

Codes

Color #966581 in popluar color models

966581
RGB150101129
HSL326°19.52%49.22%
HSB/HSV326°32.67%58.82%
CMYK0.00%32.67%14.00%
41.18%

Color #966581 in popluar number systems.

HEX966581
Decimal150101129
Binary10010110110010110000001
Octal226145201

Shades and tints

Shades of #966581

#966581
(150,101,129)
#895C76
(137,92,118)
#7C536B
(124,83,107)
#6F4A60
(111,74,96)
#624155
(98,65,85)
#55384A
(85,56,74)
#482F3F
(72,47,63)
#3B2634
(59,38,52)
#2E1D29
(46,29,41)
#21141E
(33,20,30)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #966581

#966581
(150,101,129)
#9F738C
(159,115,140)
#A88197
(168,129,151)
#B18FA2
(177,143,162)
#BA9DAD
(186,157,173)
#C3ABB8
(195,171,184)
#CCB9C3
(204,185,195)
#D5C7CE
(213,199,206)
#DED5D9
(222,213,217)
#E7E3E4
(231,227,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #966581 color. Also use rgb(150,101,129) instead hex code.

Text Font Color

.myTextColor { color: #966581; }

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

This text font color is #966581.


Background Color

.myBgColor { background-color: #966581; }

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

This div background color is #966581.


Border color

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

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

This div border color is #966581.


Opacity

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

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

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

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

This text has shadow with #966581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #966581 on black background.


Color preview on white background

This text has color #966581 on white background.



Black color preview on #966581 background

This text has black color on #966581 background.


White color preview on #966581 background

This text has white color on #966581 background.