COLOR #965878

HEX: #965878 RGB: (150,88,120)

Color info

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

RGB color model

#965878 color RGB value is (150,88,120).

RGB: (150,88,120) (59%, 35%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 120 of 255 = 47%

150
88
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 88 + 120 = 358 (100%)
R 150 of 358 ~ 41.9%
G 88 of 358 ~ 24.58%
B 120 of 358 ~ 33.52'%

%41.9
%24.58
%33.52

CMYK color model

#965878 color CMYK value is (0,41,20,41).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 20.00%
  • key color value is 41.18%

CMYK: (0,41,20,41)
C0M41Y20K41 (0%, 41%, 20%, 41%)
(0.00 / 0.41 / 0.20 / 0.41)

CMYK percentages

%0
%41.33
%20
%41.18

Codes

Color #965878 in popluar color models

96 58 78
RGB 150 88 120
HSL 329° 26.05% 46.67%
HSB/HSV 329° 41.33% 58.82%
CMYK 0.00% 41.33% 20.00%
41.18%

Color #965878 in popluar number systems.

HEX 96 58 78
Decimal 150 88 120
Binary 10010110 1011000 1111000
Octal 226 130 170

Shades and tints

Shades of #965878

#965878
(150,88,120)
#89506E
(137,80,110)
#7C4864
(124,72,100)
#6F405A
(111,64,90)
#623850
(98,56,80)
#553046
(85,48,70)
#48283C
(72,40,60)
#3B2032
(59,32,50)
#2E1828
(46,24,40)
#21101E
(33,16,30)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #965878

#965878
(150,88,120)
#9F6784
(159,103,132)
#A87690
(168,118,144)
#B1859C
(177,133,156)
#BA94A8
(186,148,168)
#C3A3B4
(195,163,180)
#CCB2C0
(204,178,192)
#D5C1CC
(213,193,204)
#DED0D8
(222,208,216)
#E7DFE4
(231,223,228)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965878; }

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

This text font color is #965878.

Background Color

.myBgColor { background-color: #965878; }

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

This div background color is #965878.

Border color

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

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

This div border color is #965878.

Opacity

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

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

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

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

This text has shadow with #965878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965878.

Preview

Color preview on black background

This text has color #965878 on black background.


Color preview on white background

This text has color #965878 on white background.


Black color preview on #965878 background

This text has black color on #965878 background.


White color preview on #965878 background

This text has white color on #965878 background.


Related colors

Complementary color

Complementary color for #hex is #69A787.


I love getcolorcode.com

Triadic colors

1 #789658 and #587896 with #965878 are triadic colors.

2 #785896 and #589678 with #965878 are triadic colors.