COLOR #965EF2

HEX: #965EF2 RGB: (150,94,242)

Color info

#965EF2 contains mainly blue color. Web safe color of #965EF2 is #9966FF (or #96F).

RGB color model

#965EF2 color RGB value is (150,94,242).

RGB: (150,94,242) (59%, 37%, 95%)

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 242 of 255 = 95%

150
94
242

R + G + B ~ 64%. #965EF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 94 + 242 = 486 (100%)
R 150 of 486 ~ 30.86%
G 94 of 486 ~ 19.34%
B 242 of 486 ~ 49.79'%

%30.86
%19.34
%49.79

CMYK color model

#965EF2 color CMYK value is (38,61,0,5).

  • cyan value is 38.02%
  • magenta value is 61.16%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (38,61,0,5)
C38M61Y0K5 (38%, 61%, 0%, 5%)
(0.38 / 0.61 / 0.00 / 0.05)

CMYK percentages

%38.02
%61.16
%0
%5.1

Codes

Color #965EF2 in popluar color models

96 5E F2
RGB 150 94 242
HSL 263° 85.06% 65.88%
HSB/HSV 263° 61.16% 94.90%
CMYK 38.02% 61.16% 0.00%
5.10%

Color #965EF2 in popluar number systems.

HEX 96 5E F2
Decimal 150 94 242
Binary 10010110 1011110 11110010
Octal 226 136 362

Shades and tints

Shades of #965EF2

#965EF2
(150,94,242)
#8956DC
(137,86,220)
#7C4EC6
(124,78,198)
#6F46B0
(111,70,176)
#623E9A
(98,62,154)
#553684
(85,54,132)
#482E6E
(72,46,110)
#3B2658
(59,38,88)
#2E1E42
(46,30,66)
#21162C
(33,22,44)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #965EF2

#965EF2
(150,94,242)
#9F6CF3
(159,108,243)
#A87AF4
(168,122,244)
#B188F5
(177,136,245)
#BA96F6
(186,150,246)
#C3A4F7
(195,164,247)
#CCB2F8
(204,178,248)
#D5C0F9
(213,192,249)
#DECEFA
(222,206,250)
#E7DCFB
(231,220,251)
#F0EAFC
(240,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965EF2; }

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

This text font color is #965EF2.

Background Color

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

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

This div background color is #965EF2.

Border color

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

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

This div border color is #965EF2.

Opacity

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

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

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

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

This text has shadow with #965EF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965EF2.

Preview

Color preview on black background

This text has color #965EF2 on black background.


Color preview on white background

This text has color #965EF2 on white background.


Black color preview on #965EF2 background

This text has black color on #965EF2 background.


White color preview on #965EF2 background

This text has white color on #965EF2 background.


Related colors

Complementary color

Complementary color for #hex is #69A10D.


I love getcolorcode.com

Triadic colors

1 #F2965E and #5EF296 with #965EF2 are triadic colors.

2 #F25E96 and #5E96F2 with #965EF2 are triadic colors.