COLOR #965AAC

HEX: #965AAC
RGB: (150,90,172)

Color info

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

RGB color model

#965AAC color RGB value is (150,90,172).

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

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 172 of 255 = 67%

150
90
172

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

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 172 = 412 (100%)
R 150 of 412 ~ 36.41%
G 90 of 412 ~ 21.84%
B 172 of 412 ~ 41.75%

%36.41
%21.84
%41.75

CMYK color model

#965AAC color CMYK value is (13,48,0,33).

  • cyan value is 12.79%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,48,0,33)
C13M48Y0K33 
(13%,48%,0%,33%)
(0.13/0.48/0.00/0.33)	

CMYK percentages

%12.79
%47.67
%0
%32.55

Codes

Color #965AAC in popluar color models

965AAC
RGB15090172
HSL284°33.06%51.37%
HSB/HSV284°47.67%67.45%
CMYK12.79%47.67%0.00%
32.55%

Color #965AAC in popluar number systems.

HEX965AAC
Decimal15090172
Binary10010110101101010101100
Octal226132254

Shades and tints

Shades of #965AAC

#965AAC
(150,90,172)
#89529D
(137,82,157)
#7C4A8E
(124,74,142)
#6F427F
(111,66,127)
#623A70
(98,58,112)
#553261
(85,50,97)
#482A52
(72,42,82)
#3B2243
(59,34,67)
#2E1A34
(46,26,52)
#211225
(33,18,37)
#140A16
(20,10,22)
#000000
(0,0,0)

Tints of #965AAC

#965AAC
(150,90,172)
#9F69B3
(159,105,179)
#A878BA
(168,120,186)
#B187C1
(177,135,193)
#BA96C8
(186,150,200)
#C3A5CF
(195,165,207)
#CCB4D6
(204,180,214)
#D5C3DD
(213,195,221)
#DED2E4
(222,210,228)
#E7E1EB
(231,225,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965AAC; }

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

This text font color is #965AAC.


Background Color

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

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

This div background color is #965AAC.


Border color

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

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

This div border color is #965AAC.


Opacity

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

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

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

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

This text has shadow with #965AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965AAC on black background.


Color preview on white background

This text has color #965AAC on white background.



Black color preview on #965AAC background

This text has black color on #965AAC background.


White color preview on #965AAC background

This text has white color on #965AAC background.