COLOR #965CA3

HEX: #965CA3
RGB: (150,92,163)

Color info

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

RGB color model

#965CA3 color RGB value is (150,92,163).

  • red value is 150;
  • green value is 92;
  • blue value is 163.
RGB:
(150,92,163)
(59%,36%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 92 of 255 = 36%
B 163 of 255 = 64%

150
92
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 92 + 163 = 405 (100%)
R 150 of 405 ~ 37.04%
G 92 of 405 ~ 22.72%
B 163 of 405 ~ 40.25%

%37.04
%22.72
%40.25

CMYK color model

#965CA3 color CMYK value is (8,44,0,36).

  • cyan value is 7.98%
  • magenta value is 43.56%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(8,44,0,36)
C8M44Y0K36 
(8%,44%,0%,36%)
(0.08/0.44/0.00/0.36)	

CMYK percentages

%7.98
%43.56
%0
%36.08

Codes

Color #965CA3 in popluar color models

965CA3
RGB15092163
HSL289°27.84%50.00%
HSB/HSV289°43.56%63.92%
CMYK7.98%43.56%0.00%
36.08%

Color #965CA3 in popluar number systems.

HEX965CA3
Decimal15092163
Binary10010110101110010100011
Octal226134243

Shades and tints

Shades of #965CA3

#965CA3
(150,92,163)
#895495
(137,84,149)
#7C4C87
(124,76,135)
#6F4479
(111,68,121)
#623C6B
(98,60,107)
#55345D
(85,52,93)
#482C4F
(72,44,79)
#3B2441
(59,36,65)
#2E1C33
(46,28,51)
#211425
(33,20,37)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #965CA3

#965CA3
(150,92,163)
#9F6AAB
(159,106,171)
#A878B3
(168,120,179)
#B186BB
(177,134,187)
#BA94C3
(186,148,195)
#C3A2CB
(195,162,203)
#CCB0D3
(204,176,211)
#D5BEDB
(213,190,219)
#DECCE3
(222,204,227)
#E7DAEB
(231,218,235)
#F0E8F3
(240,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965CA3 color. Also use rgb(150,92,163) instead hex code.

Text Font Color

.myTextColor { color: #965CA3; }

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

This text font color is #965CA3.


Background Color

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

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

This div background color is #965CA3.


Border color

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

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

This div border color is #965CA3.


Opacity

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

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

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

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

This text has shadow with #965CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965CA3 on black background.


Color preview on white background

This text has color #965CA3 on white background.



Black color preview on #965CA3 background

This text has black color on #965CA3 background.


White color preview on #965CA3 background

This text has white color on #965CA3 background.