COLOR #965A8A

HEX: #965A8A
RGB: (150,90,138)

Color info

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

RGB color model

#965A8A color RGB value is (150,90,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 90 of 255 = 35%
B 138 of 255 = 54%

150
90
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 90 + 138 = 378 (100%)
R 150 of 378 ~ 39.68%
G 90 of 378 ~ 23.81%
B 138 of 378 ~ 36.51%

%39.68
%23.81
%36.51

CMYK color model

#965A8A color CMYK value is (0,40,8,41).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,40,8,41)
C0M40Y8K41 
(0%,40%,8%,41%)
(0.00/0.40/0.08/0.41)	

CMYK percentages

%0
%40
%8
%41.18

Codes

Color #965A8A in popluar color models

965A8A
RGB15090138
HSL312°25.00%47.06%
HSB/HSV312°40.00%58.82%
CMYK0.00%40.00%8.00%
41.18%

Color #965A8A in popluar number systems.

HEX965A8A
Decimal15090138
Binary10010110101101010001010
Octal226132212

Shades and tints

Shades of #965A8A

#965A8A
(150,90,138)
#89527E
(137,82,126)
#7C4A72
(124,74,114)
#6F4266
(111,66,102)
#623A5A
(98,58,90)
#55324E
(85,50,78)
#482A42
(72,42,66)
#3B2236
(59,34,54)
#2E1A2A
(46,26,42)
#21121E
(33,18,30)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #965A8A

#965A8A
(150,90,138)
#9F6994
(159,105,148)
#A8789E
(168,120,158)
#B187A8
(177,135,168)
#BA96B2
(186,150,178)
#C3A5BC
(195,165,188)
#CCB4C6
(204,180,198)
#D5C3D0
(213,195,208)
#DED2DA
(222,210,218)
#E7E1E4
(231,225,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965A8A; }

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

This text font color is #965A8A.


Background Color

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

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

This div background color is #965A8A.


Border color

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

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

This div border color is #965A8A.


Opacity

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

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

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

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

This text has shadow with #965A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965A8A on black background.


Color preview on white background

This text has color #965A8A on white background.



Black color preview on #965A8A background

This text has black color on #965A8A background.


White color preview on #965A8A background

This text has white color on #965A8A background.