COLOR #965EB7

HEX: #965EB7
RGB: (150,94,183)

Color info

#965EB7 contains mainly red and blue colors. Web safe color of #965EB7 is #9966CC (or #96C).

RGB color model

#965EB7 color RGB value is (150,94,183).

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

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 183 of 255 = 72%

150
94
183

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 183 = 427 (100%)
R 150 of 427 ~ 35.13%
G 94 of 427 ~ 22.01%
B 183 of 427 ~ 42.86%

%35.13
%22.01
%42.86

CMYK color model

#965EB7 color CMYK value is (18,49,0,28).

  • cyan value is 18.03%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(18,49,0,28)
C18M49Y0K28 
(18%,49%,0%,28%)
(0.18/0.49/0.00/0.28)	

CMYK percentages

%18.03
%48.63
%0
%28.24

Codes

Color #965EB7 in popluar color models

965EB7
RGB15094183
HSL278°38.20%54.31%
HSB/HSV278°48.63%71.76%
CMYK18.03%48.63%0.00%
28.24%

Color #965EB7 in popluar number systems.

HEX965EB7
Decimal15094183
Binary10010110101111010110111
Octal226136267

Shades and tints

Shades of #965EB7

#965EB7
(150,94,183)
#8956A7
(137,86,167)
#7C4E97
(124,78,151)
#6F4687
(111,70,135)
#623E77
(98,62,119)
#553667
(85,54,103)
#482E57
(72,46,87)
#3B2647
(59,38,71)
#2E1E37
(46,30,55)
#211627
(33,22,39)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #965EB7

#965EB7
(150,94,183)
#9F6CBD
(159,108,189)
#A87AC3
(168,122,195)
#B188C9
(177,136,201)
#BA96CF
(186,150,207)
#C3A4D5
(195,164,213)
#CCB2DB
(204,178,219)
#D5C0E1
(213,192,225)
#DECEE7
(222,206,231)
#E7DCED
(231,220,237)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965EB7; }

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

This text font color is #965EB7.


Background Color

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

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

This div background color is #965EB7.


Border color

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

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

This div border color is #965EB7.


Opacity

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

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

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

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

This text has shadow with #965EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965EB7 on black background.


Color preview on white background

This text has color #965EB7 on white background.



Black color preview on #965EB7 background

This text has black color on #965EB7 background.


White color preview on #965EB7 background

This text has white color on #965EB7 background.