COLOR #965388

HEX: #965388
RGB: (150,83,136)

Color info

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

RGB color model

#965388 color RGB value is (150,83,136).

  • red value is 150;
  • green value is 83;
  • blue value is 136.
RGB:
(150,83,136)
(59%,33%,53%)

RGB channels and saturation

R 150 of 255 = 59%
G 83 of 255 = 33%
B 136 of 255 = 53%

150
83
136

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

Portions of RGB colors in percentages

R + G + B =
150 + 83 + 136 = 369 (100%)
R 150 of 369 ~ 40.65%
G 83 of 369 ~ 22.49%
B 136 of 369 ~ 36.86%

%40.65
%22.49
%36.86

CMYK color model

#965388 color CMYK value is (0,45,9,41).

  • cyan value is 0.00%
  • magenta value is 44.67%
  • yellow value is 9.33%
  • key color value is 41.18%
CMYK:
(0,45,9,41)
C0M45Y9K41 
(0%,45%,9%,41%)
(0.00/0.45/0.09/0.41)	

CMYK percentages

%0
%44.67
%9.33
%41.18

Codes

Color #965388 in popluar color models

965388
RGB15083136
HSL313°28.76%45.69%
HSB/HSV313°44.67%58.82%
CMYK0.00%44.67%9.33%
41.18%

Color #965388 in popluar number systems.

HEX965388
Decimal15083136
Binary10010110101001110001000
Octal226123210

Shades and tints

Shades of #965388

#965388
(150,83,136)
#894C7C
(137,76,124)
#7C4570
(124,69,112)
#6F3E64
(111,62,100)
#623758
(98,55,88)
#55304C
(85,48,76)
#482940
(72,41,64)
#3B2234
(59,34,52)
#2E1B28
(46,27,40)
#21141C
(33,20,28)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #965388

#965388
(150,83,136)
#9F6292
(159,98,146)
#A8719C
(168,113,156)
#B180A6
(177,128,166)
#BA8FB0
(186,143,176)
#C39EBA
(195,158,186)
#CCADC4
(204,173,196)
#D5BCCE
(213,188,206)
#DECBD8
(222,203,216)
#E7DAE2
(231,218,226)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965388; }

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

This text font color is #965388.


Background Color

.myBgColor { background-color: #965388; }

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

This div background color is #965388.


Border color

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

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

This div border color is #965388.


Opacity

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

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

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

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

This text has shadow with #965388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965388 on black background.


Color preview on white background

This text has color #965388 on white background.



Black color preview on #965388 background

This text has black color on #965388 background.


White color preview on #965388 background

This text has white color on #965388 background.