COLOR #965880

HEX: #965880
RGB: (150,88,128)

Color info

#965880 contains mainly red and blue colors. Web safe color of #965880 is #996666 (or #966).

RGB color model

#965880 color RGB value is (150,88,128).

  • red value is 150;
  • green value is 88;
  • blue value is 128.
RGB:
(150,88,128)
(59%,35%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 128 of 255 = 50%

150
88
128

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

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 128 = 366 (100%)
R 150 of 366 ~ 40.98%
G 88 of 366 ~ 24.04%
B 128 of 366 ~ 34.97%

%40.98
%24.04
%34.97

CMYK color model

#965880 color CMYK value is (0,41,15,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 14.67%
  • key color value is 41.18%
CMYK:
(0,41,15,41)
C0M41Y15K41 
(0%,41%,15%,41%)
(0.00/0.41/0.15/0.41)	

CMYK percentages

%0
%41.33
%14.67
%41.18

Codes

Color #965880 in popluar color models

965880
RGB15088128
HSL321°26.05%46.67%
HSB/HSV321°41.33%58.82%
CMYK0.00%41.33%14.67%
41.18%

Color #965880 in popluar number systems.

HEX965880
Decimal15088128
Binary10010110101100010000000
Octal226130200

Shades and tints

Shades of #965880

#965880
(150,88,128)
#895075
(137,80,117)
#7C486A
(124,72,106)
#6F405F
(111,64,95)
#623854
(98,56,84)
#553049
(85,48,73)
#48283E
(72,40,62)
#3B2033
(59,32,51)
#2E1828
(46,24,40)
#21101D
(33,16,29)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #965880

#965880
(150,88,128)
#9F678B
(159,103,139)
#A87696
(168,118,150)
#B185A1
(177,133,161)
#BA94AC
(186,148,172)
#C3A3B7
(195,163,183)
#CCB2C2
(204,178,194)
#D5C1CD
(213,193,205)
#DED0D8
(222,208,216)
#E7DFE3
(231,223,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965880; }

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

This text font color is #965880.


Background Color

.myBgColor { background-color: #965880; }

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

This div background color is #965880.


Border color

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

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

This div border color is #965880.


Opacity

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

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

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

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

This text has shadow with #965880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965880 on black background.


Color preview on white background

This text has color #965880 on white background.



Black color preview on #965880 background

This text has black color on #965880 background.


White color preview on #965880 background

This text has white color on #965880 background.