COLOR #965FBA

HEX: #965FBA RGB: (150,95,186)

Color info

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

RGB color model

#965FBA color RGB value is (150,95,186).

RGB: (150,95,186) (59%, 37%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 95 of 255 = 37%
B 186 of 255 = 73%

150
95
186

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

Portions of RGB colors in percentages

R + G + B = 150 + 95 + 186 = 431 (100%)
R 150 of 431 ~ 34.8%
G 95 of 431 ~ 22.04%
B 186 of 431 ~ 43.16'%

%34.8
%22.04
%43.16

CMYK color model

#965FBA color CMYK value is (19,49,0,27).

  • cyan value is 19.35%
  • magenta value is 48.92%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (19,49,0,27)
C19M49Y0K27 (19%, 49%, 0%, 27%)
(0.19 / 0.49 / 0.00 / 0.27)

CMYK percentages

%19.35
%48.92
%0
%27.06

Codes

Color #965FBA in popluar color models

96 5F BA
RGB 150 95 186
HSL 276° 39.74% 55.10%
HSB/HSV 276° 48.92% 72.94%
CMYK 19.35% 48.92% 0.00%
27.06%

Color #965FBA in popluar number systems.

HEX 96 5F BA
Decimal 150 95 186
Binary 10010110 1011111 10111010
Octal 226 137 272

Shades and tints

Shades of #965FBA

#965FBA
(150,95,186)
#8957AA
(137,87,170)
#7C4F9A
(124,79,154)
#6F478A
(111,71,138)
#623F7A
(98,63,122)
#55376A
(85,55,106)
#482F5A
(72,47,90)
#3B274A
(59,39,74)
#2E1F3A
(46,31,58)
#21172A
(33,23,42)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #965FBA

#965FBA
(150,95,186)
#9F6DC0
(159,109,192)
#A87BC6
(168,123,198)
#B189CC
(177,137,204)
#BA97D2
(186,151,210)
#C3A5D8
(195,165,216)
#CCB3DE
(204,179,222)
#D5C1E4
(213,193,228)
#DECFEA
(222,207,234)
#E7DDF0
(231,221,240)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965FBA; }

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

This text font color is #965FBA.

Background Color

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

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

This div background color is #965FBA.

Border color

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

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

This div border color is #965FBA.

Opacity

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

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

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

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

This text has shadow with #965FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965FBA.

Preview

Color preview on black background

This text has color #965FBA on black background.


Color preview on white background

This text has color #965FBA on white background.


Black color preview on #965FBA background

This text has black color on #965FBA background.


White color preview on #965FBA background

This text has white color on #965FBA background.


Related colors

Complementary color

Complementary color for #hex is #69A045.


I love getcolorcode.com

Triadic colors

1 #BA965F and #5FBA96 with #965FBA are triadic colors.

2 #BA5F96 and #5F96BA with #965FBA are triadic colors.