COLOR #965EB3

HEX: #965EB3
RGB: (150,94,179)

Color info

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

RGB color model

#965EB3 color RGB value is (150,94,179).

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

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 179 of 255 = 70%

150
94
179

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

Portions of RGB colors in percentages

R + G + B =
150 + 94 + 179 = 423 (100%)
R 150 of 423 ~ 35.46%
G 94 of 423 ~ 22.22%
B 179 of 423 ~ 42.32%

%35.46
%22.22
%42.32

CMYK color model

#965EB3 color CMYK value is (16,47,0,30).

  • cyan value is 16.20%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(16,47,0,30)
C16M47Y0K30 
(16%,47%,0%,30%)
(0.16/0.47/0.00/0.30)	

CMYK percentages

%16.2
%47.49
%0
%29.8

Codes

Color #965EB3 in popluar color models

965EB3
RGB15094179
HSL280°35.86%53.53%
HSB/HSV280°47.49%70.20%
CMYK16.20%47.49%0.00%
29.80%

Color #965EB3 in popluar number systems.

HEX965EB3
Decimal15094179
Binary10010110101111010110011
Octal226136263

Shades and tints

Shades of #965EB3

#965EB3
(150,94,179)
#8956A3
(137,86,163)
#7C4E93
(124,78,147)
#6F4683
(111,70,131)
#623E73
(98,62,115)
#553663
(85,54,99)
#482E53
(72,46,83)
#3B2643
(59,38,67)
#2E1E33
(46,30,51)
#211623
(33,22,35)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #965EB3

#965EB3
(150,94,179)
#9F6CB9
(159,108,185)
#A87ABF
(168,122,191)
#B188C5
(177,136,197)
#BA96CB
(186,150,203)
#C3A4D1
(195,164,209)
#CCB2D7
(204,178,215)
#D5C0DD
(213,192,221)
#DECEE3
(222,206,227)
#E7DCE9
(231,220,233)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965EB3; }

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

This text font color is #965EB3.


Background Color

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

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

This div background color is #965EB3.


Border color

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

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

This div border color is #965EB3.


Opacity

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

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

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

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

This text has shadow with #965EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965EB3 on black background.


Color preview on white background

This text has color #965EB3 on white background.



Black color preview on #965EB3 background

This text has black color on #965EB3 background.


White color preview on #965EB3 background

This text has white color on #965EB3 background.