COLOR #965096

HEX: #965096
RGB: (150,80,150)

Color info

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

RGB color model

#965096 color RGB value is (150,80,150).

  • red value is 150;
  • green value is 80;
  • blue value is 150.
RGB:
(150,80,150)
(59%,31%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 150 of 255 = 59%

150
80
150

R + G + B ~ 50%. #965096 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 150 = 380 (100%)
R 150 of 380 ~ 39.47%
G 80 of 380 ~ 21.05%
B 150 of 380 ~ 39.47%

%39.47
%21.05
%39.47

CMYK color model

#965096 color CMYK value is (0,47,0,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(0,47,0,41)
C0M47Y0K41 
(0%,47%,0%,41%)
(0.00/0.47/0.00/0.41)	

CMYK percentages

%0
%46.67
%0
%41.18

Codes

Color #965096 in popluar color models

965096
RGB15080150
HSL300°30.43%45.10%
HSB/HSV300°46.67%58.82%
CMYK0.00%46.67%0.00%
41.18%

Color #965096 in popluar number systems.

HEX965096
Decimal15080150
Binary10010110101000010010110
Octal226120226

Shades and tints

Shades of #965096

#965096
(150,80,150)
#894989
(137,73,137)
#7C427C
(124,66,124)
#6F3B6F
(111,59,111)
#623462
(98,52,98)
#552D55
(85,45,85)
#482648
(72,38,72)
#3B1F3B
(59,31,59)
#2E182E
(46,24,46)
#211121
(33,17,33)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #965096

#965096
(150,80,150)
#9F5F9F
(159,95,159)
#A86EA8
(168,110,168)
#B17DB1
(177,125,177)
#BA8CBA
(186,140,186)
#C39BC3
(195,155,195)
#CCAACC
(204,170,204)
#D5B9D5
(213,185,213)
#DEC8DE
(222,200,222)
#E7D7E7
(231,215,231)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965096 color. Also use rgb(150,80,150) instead hex code.

Text Font Color

.myTextColor { color: #965096; }

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

This text font color is #965096.


Background Color

.myBgColor { background-color: #965096; }

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

This div background color is #965096.


Border color

.myBorderColor { border: 1px solid #965096; }

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

This div border color is #965096.


Opacity

.myOpacity80 { color: #965096; opacity: 0.8; }

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

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

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

This text has shadow with #965096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965096 on black background.


Color preview on white background

This text has color #965096 on white background.



Black color preview on #965096 background

This text has black color on #965096 background.


White color preview on #965096 background

This text has white color on #965096 background.