COLOR #965FE1

HEX: #965FE1
RGB: (150,95,225)

Color info

#965FE1 contains mainly blue color. Web safe color of #965FE1 is #9966CC (or #96C).

RGB color model

#965FE1 color RGB value is (150,95,225).

  • red value is 150;
  • green value is 95;
  • blue value is 225.
RGB:
(150,95,225)
(59%,37%,88%)

RGB channels and saturation

R 150 of 255 = 59%
G 95 of 255 = 37%
B 225 of 255 = 88%

150
95
225

R + G + B ~ 61%. #965FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 95 + 225 = 470 (100%)
R 150 of 470 ~ 31.91%
G 95 of 470 ~ 20.21%
B 225 of 470 ~ 47.87%

%31.91
%20.21
%47.87

CMYK color model

#965FE1 color CMYK value is (33,58,0,12).

  • cyan value is 33.33%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(33,58,0,12)
C33M58Y0K12 
(33%,58%,0%,12%)
(0.33/0.58/0.00/0.12)	

CMYK percentages

%33.33
%57.78
%0
%11.76

Codes

Color #965FE1 in popluar color models

965FE1
RGB15095225
HSL265°68.42%62.75%
HSB/HSV265°57.78%88.24%
CMYK33.33%57.78%0.00%
11.76%

Color #965FE1 in popluar number systems.

HEX965FE1
Decimal15095225
Binary10010110101111111100001
Octal226137341

Shades and tints

Shades of #965FE1

#965FE1
(150,95,225)
#8957CD
(137,87,205)
#7C4FB9
(124,79,185)
#6F47A5
(111,71,165)
#623F91
(98,63,145)
#55377D
(85,55,125)
#482F69
(72,47,105)
#3B2755
(59,39,85)
#2E1F41
(46,31,65)
#21172D
(33,23,45)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #965FE1

#965FE1
(150,95,225)
#9F6DE3
(159,109,227)
#A87BE5
(168,123,229)
#B189E7
(177,137,231)
#BA97E9
(186,151,233)
#C3A5EB
(195,165,235)
#CCB3ED
(204,179,237)
#D5C1EF
(213,193,239)
#DECFF1
(222,207,241)
#E7DDF3
(231,221,243)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965FE1 color. Also use rgb(150,95,225) instead hex code.

Text Font Color

.myTextColor { color: #965FE1; }

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

This text font color is #965FE1.


Background Color

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

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

This div background color is #965FE1.


Border color

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

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

This div border color is #965FE1.


Opacity

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

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

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

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

This text has shadow with #965FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965FE1 on black background.


Color preview on white background

This text has color #965FE1 on white background.



Black color preview on #965FE1 background

This text has black color on #965FE1 background.


White color preview on #965FE1 background

This text has white color on #965FE1 background.