COLOR #965A81

HEX: #965A81
RGB: (150,90,129)

Color info

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

RGB color model

#965A81 color RGB value is (150,90,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 129 of 255 = 51%

150
90
129

R + G + B ~ 48%. #965A81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 129 = 369 (100%)
R 150 of 369 ~ 40.65%
G 90 of 369 ~ 24.39%
B 129 of 369 ~ 34.96%

%40.65
%24.39
%34.96

CMYK color model

#965A81 color CMYK value is (0,40,14,41).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(0,40,14,41)
C0M40Y14K41 
(0%,40%,14%,41%)
(0.00/0.40/0.14/0.41)	

CMYK percentages

%0
%40
%14
%41.18

Codes

Color #965A81 in popluar color models

965A81
RGB15090129
HSL321°25.00%47.06%
HSB/HSV321°40.00%58.82%
CMYK0.00%40.00%14.00%
41.18%

Color #965A81 in popluar number systems.

HEX965A81
Decimal15090129
Binary10010110101101010000001
Octal226132201

Shades and tints

Shades of #965A81

#965A81
(150,90,129)
#895276
(137,82,118)
#7C4A6B
(124,74,107)
#6F4260
(111,66,96)
#623A55
(98,58,85)
#55324A
(85,50,74)
#482A3F
(72,42,63)
#3B2234
(59,34,52)
#2E1A29
(46,26,41)
#21121E
(33,18,30)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #965A81

#965A81
(150,90,129)
#9F698C
(159,105,140)
#A87897
(168,120,151)
#B187A2
(177,135,162)
#BA96AD
(186,150,173)
#C3A5B8
(195,165,184)
#CCB4C3
(204,180,195)
#D5C3CE
(213,195,206)
#DED2D9
(222,210,217)
#E7E1E4
(231,225,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965A81; }

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

This text font color is #965A81.


Background Color

.myBgColor { background-color: #965A81; }

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

This div background color is #965A81.


Border color

.myBorderColor { border: 1px solid #965A81; }

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

This div border color is #965A81.


Opacity

.myOpacity80 { color: #965A81; opacity: 0.8; }

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

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

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

This text has shadow with #965A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965A81 on black background.


Color preview on white background

This text has color #965A81 on white background.



Black color preview on #965A81 background

This text has black color on #965A81 background.


White color preview on #965A81 background

This text has white color on #965A81 background.