COLOR #96589D

HEX: #96589D
RGB: (150,88,157)

Color info

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

RGB color model

#96589D color RGB value is (150,88,157).

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

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 157 of 255 = 62%

150
88
157

R + G + B ~ 52%. #96589D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 88 + 157 = 395 (100%)
R 150 of 395 ~ 37.97%
G 88 of 395 ~ 22.28%
B 157 of 395 ~ 39.75%

%37.97
%22.28
%39.75

CMYK color model

#96589D color CMYK value is (4,44,0,38).

  • cyan value is 4.46%
  • magenta value is 43.95%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(4,44,0,38)
C4M44Y0K38 
(4%,44%,0%,38%)
(0.04/0.44/0.00/0.38)	

CMYK percentages

%4.46
%43.95
%0
%38.43

Codes

Color #96589D in popluar color models

96589D
RGB15088157
HSL294°28.16%48.04%
HSB/HSV294°43.95%61.57%
CMYK4.46%43.95%0.00%
38.43%

Color #96589D in popluar number systems.

HEX96589D
Decimal15088157
Binary10010110101100010011101
Octal226130235

Shades and tints

Shades of #96589D

#96589D
(150,88,157)
#89508F
(137,80,143)
#7C4881
(124,72,129)
#6F4073
(111,64,115)
#623865
(98,56,101)
#553057
(85,48,87)
#482849
(72,40,73)
#3B203B
(59,32,59)
#2E182D
(46,24,45)
#21101F
(33,16,31)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #96589D

#96589D
(150,88,157)
#9F67A5
(159,103,165)
#A876AD
(168,118,173)
#B185B5
(177,133,181)
#BA94BD
(186,148,189)
#C3A3C5
(195,163,197)
#CCB2CD
(204,178,205)
#D5C1D5
(213,193,213)
#DED0DD
(222,208,221)
#E7DFE5
(231,223,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96589D; }

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

This text font color is #96589D.


Background Color

.myBgColor { background-color: #96589D; }

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

This div background color is #96589D.


Border color

.myBorderColor { border: 1px solid #96589D; }

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

This div border color is #96589D.


Opacity

.myOpacity80 { color: #96589D; opacity: 0.8; }

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

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

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

This text has shadow with #96589D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96589D on black background.


Color preview on white background

This text has color #96589D on white background.



Black color preview on #96589D background

This text has black color on #96589D background.


White color preview on #96589D background

This text has white color on #96589D background.