COLOR #965BBE

HEX: #965BBE RGB: (150,91,190)

Color info

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

RGB color model

#965BBE color RGB value is (150,91,190).

RGB: (150,91,190) (59%, 36%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 91 of 255 = 36%
B 190 of 255 = 75%

150
91
190

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

Portions of RGB colors in percentages

R + G + B = 150 + 91 + 190 = 431 (100%)
R 150 of 431 ~ 34.8%
G 91 of 431 ~ 21.11%
B 190 of 431 ~ 44.08'%

%34.8
%21.11
%44.08

CMYK color model

#965BBE color CMYK value is (21,52,0,25).

  • cyan value is 21.05%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,52,0,25)
C21M52Y0K25 (21%, 52%, 0%, 25%)
(0.21 / 0.52 / 0.00 / 0.25)

CMYK percentages

%21.05
%52.11
%0
%25.49

Codes

Color #965BBE in popluar color models

96 5B BE
RGB 150 91 190
HSL 276° 43.23% 55.10%
HSB/HSV 276° 52.11% 74.51%
CMYK 21.05% 52.11% 0.00%
25.49%

Color #965BBE in popluar number systems.

HEX 96 5B BE
Decimal 150 91 190
Binary 10010110 1011011 10111110
Octal 226 133 276

Shades and tints

Shades of #965BBE

#965BBE
(150,91,190)
#8953AD
(137,83,173)
#7C4B9C
(124,75,156)
#6F438B
(111,67,139)
#623B7A
(98,59,122)
#553369
(85,51,105)
#482B58
(72,43,88)
#3B2347
(59,35,71)
#2E1B36
(46,27,54)
#211325
(33,19,37)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #965BBE

#965BBE
(150,91,190)
#9F69C3
(159,105,195)
#A877C8
(168,119,200)
#B185CD
(177,133,205)
#BA93D2
(186,147,210)
#C3A1D7
(195,161,215)
#CCAFDC
(204,175,220)
#D5BDE1
(213,189,225)
#DECBE6
(222,203,230)
#E7D9EB
(231,217,235)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965BBE color. Also use rgb(150,91,190) instead hex code.

Text Font Color

.myTextColor { color: #965BBE; }

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

This text font color is #965BBE.

Background Color

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

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

This div background color is #965BBE.

Border color

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

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

This div border color is #965BBE.

Opacity

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

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

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

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

This text has shadow with #965BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965BBE.

Preview

Color preview on black background

This text has color #965BBE on black background.


Color preview on white background

This text has color #965BBE on white background.


Black color preview on #965BBE background

This text has black color on #965BBE background.


White color preview on #965BBE background

This text has white color on #965BBE background.


Related colors

Complementary color

Complementary color for #hex is #69A441.


I love getcolorcode.com

Triadic colors

1 #BE965B and #5BBE96 with #965BBE are triadic colors.

2 #BE5B96 and #5B96BE with #965BBE are triadic colors.