COLOR #96589B

HEX: #96589B RGB: (150,88,155)

Color info

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

RGB color model

#96589B color RGB value is (150,88,155).

RGB: (150,88,155) (59%, 35%, 61%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 155 of 255 = 61%

150
88
155

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

Portions of RGB colors in percentages

R + G + B = 150 + 88 + 155 = 393 (100%)
R 150 of 393 ~ 38.17%
G 88 of 393 ~ 22.39%
B 155 of 393 ~ 39.44'%

%38.17
%22.39
%39.44

CMYK color model

#96589B color CMYK value is (3,43,0,39).

  • cyan value is 3.23%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (3,43,0,39) C3M43Y0K39 (3%,43%,0%,39%) (0.03/0.43/0.00/0.39) 

CMYK percentages

%3.23
%43.23
%0
%39.22

Codes

Color #96589B in popluar color models

96 58 9B
RGB 150 88 155
HSL 296° 27.57% 47.65%
HSB/HSV 296° 43.23% 60.78%
CMYK 3.23% 43.23% 0.00%
39.22%

Color #96589B in popluar number systems.

HEX 96 58 9B
Decimal 150 88 155
Binary 10010110 1011000 10011011
Octal 226 130 233

Shades and tints

Shades of #96589B

#96589B
(150,88,155)
#89508D
(137,80,141)
#7C487F
(124,72,127)
#6F4071
(111,64,113)
#623863
(98,56,99)
#553055
(85,48,85)
#482847
(72,40,71)
#3B2039
(59,32,57)
#2E182B
(46,24,43)
#21101D
(33,16,29)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #96589B

#96589B
(150,88,155)
#9F67A4
(159,103,164)
#A876AD
(168,118,173)
#B185B6
(177,133,182)
#BA94BF
(186,148,191)
#C3A3C8
(195,163,200)
#CCB2D1
(204,178,209)
#D5C1DA
(213,193,218)
#DED0E3
(222,208,227)
#E7DFEC
(231,223,236)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96589B; }

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

This text font color is #96589B.

Background Color

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

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

This div background color is #96589B.

Border color

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

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

This div border color is #96589B.

Opacity

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

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

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

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

This text has shadow with #96589B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96589B.

Preview

Color preview on black background

This text has color #96589B on black background.


Color preview on white background

This text has color #96589B on white background.


Black color preview on #96589B background

This text has black color on #96589B background.


White color preview on #96589B background

This text has white color on #96589B background.


Related colors

Complementary color

Complementary color for #hex is #69A764.


I love getcolorcode.com

Triadic colors

1 #9B9658 and #589B96 with #96589B are triadic colors.

2 #9B5896 and #58969B with #96589B are triadic colors.