COLOR #965090

HEX: #965090
RGB: (150,80,144)

Color info

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

RGB color model

#965090 color RGB value is (150,80,144).

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

RGB channels and saturation

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

150
80
144

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

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 144 = 374 (100%)
R 150 of 374 ~ 40.11%
G 80 of 374 ~ 21.39%
B 144 of 374 ~ 38.5%

%40.11
%21.39
%38.5

CMYK color model

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

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

CMYK percentages

%0
%46.67
%4
%41.18

Codes

Color #965090 in popluar color models

965090
RGB15080144
HSL305°30.43%45.10%
HSB/HSV305°46.67%58.82%
CMYK0.00%46.67%4.00%
41.18%

Color #965090 in popluar number systems.

HEX965090
Decimal15080144
Binary10010110101000010010000
Octal226120220

Shades and tints

Shades of #965090

#965090
(150,80,144)
#894983
(137,73,131)
#7C4276
(124,66,118)
#6F3B69
(111,59,105)
#62345C
(98,52,92)
#552D4F
(85,45,79)
#482642
(72,38,66)
#3B1F35
(59,31,53)
#2E1828
(46,24,40)
#21111B
(33,17,27)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #965090

#965090
(150,80,144)
#9F5F9A
(159,95,154)
#A86EA4
(168,110,164)
#B17DAE
(177,125,174)
#BA8CB8
(186,140,184)
#C39BC2
(195,155,194)
#CCAACC
(204,170,204)
#D5B9D6
(213,185,214)
#DEC8E0
(222,200,224)
#E7D7EA
(231,215,234)
#F0E6F4
(240,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965090; }

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

This text font color is #965090.


Background Color

.myBgColor { background-color: #965090; }

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

This div background color is #965090.


Border color

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

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

This div border color is #965090.


Opacity

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

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

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

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

This text has shadow with #965090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965090 on black background.


Color preview on white background

This text has color #965090 on white background.



Black color preview on #965090 background

This text has black color on #965090 background.


White color preview on #965090 background

This text has white color on #965090 background.