COLOR #965E8A

HEX: #965E8A
RGB: (150,94,138)

Color info

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

RGB color model

#965E8A color RGB value is (150,94,138).

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

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 138 of 255 = 54%

150
94
138

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 138 = 382 (100%)
R 150 of 382 ~ 39.27%
G 94 of 382 ~ 24.61%
B 138 of 382 ~ 36.13%

%39.27
%24.61
%36.13

CMYK color model

#965E8A color CMYK value is (0,37,8,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(0,37,8,41)
C0M37Y8K41 
(0%,37%,8%,41%)
(0.00/0.37/0.08/0.41)	

CMYK percentages

%0
%37.33
%8
%41.18

Codes

Color #965E8A in popluar color models

965E8A
RGB15094138
HSL313°22.95%47.84%
HSB/HSV313°37.33%58.82%
CMYK0.00%37.33%8.00%
41.18%

Color #965E8A in popluar number systems.

HEX965E8A
Decimal15094138
Binary10010110101111010001010
Octal226136212

Shades and tints

Shades of #965E8A

#965E8A
(150,94,138)
#89567E
(137,86,126)
#7C4E72
(124,78,114)
#6F4666
(111,70,102)
#623E5A
(98,62,90)
#55364E
(85,54,78)
#482E42
(72,46,66)
#3B2636
(59,38,54)
#2E1E2A
(46,30,42)
#21161E
(33,22,30)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #965E8A

#965E8A
(150,94,138)
#9F6C94
(159,108,148)
#A87A9E
(168,122,158)
#B188A8
(177,136,168)
#BA96B2
(186,150,178)
#C3A4BC
(195,164,188)
#CCB2C6
(204,178,198)
#D5C0D0
(213,192,208)
#DECEDA
(222,206,218)
#E7DCE4
(231,220,228)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965E8A; }

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

This text font color is #965E8A.


Background Color

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

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

This div background color is #965E8A.


Border color

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

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

This div border color is #965E8A.


Opacity

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

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

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

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

This text has shadow with #965E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965E8A on black background.


Color preview on white background

This text has color #965E8A on white background.



Black color preview on #965E8A background

This text has black color on #965E8A background.


White color preview on #965E8A background

This text has white color on #965E8A background.