COLOR #96588F

HEX: #96588F RGB: (150,88,143)

Color info

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

RGB color model

#96588F color RGB value is (150,88,143).

RGB: (150,88,143) (59%, 35%, 56%)

RGB channels and saturation

R 150 of 255 = 59%
G 88 of 255 = 35%
B 143 of 255 = 56%

150
88
143

R + G + B ~ 50%. #96588F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 88 + 143 = 381 (100%)
R 150 of 381 ~ 39.37%
G 88 of 381 ~ 23.1%
B 143 of 381 ~ 37.53'%

%39.37
%23.1
%37.53

CMYK color model

#96588F color CMYK value is (0,41,5,41).

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

CMYK: (0,41,5,41)
C0M41Y5K41 (0%, 41%, 5%, 41%)
(0.00 / 0.41 / 0.05 / 0.41)

CMYK percentages

%0
%41.33
%4.67
%41.18

Codes

Color #96588F in popluar color models

96 58 8F
RGB 150 88 143
HSL 307° 26.05% 46.67%
HSB/HSV 307° 41.33% 58.82%
CMYK 0.00% 41.33% 4.67%
41.18%

Color #96588F in popluar number systems.

HEX 96 58 8F
Decimal 150 88 143
Binary 10010110 1011000 10001111
Octal 226 130 217

Shades and tints

Shades of #96588F

#96588F
(150,88,143)
#895082
(137,80,130)
#7C4875
(124,72,117)
#6F4068
(111,64,104)
#62385B
(98,56,91)
#55304E
(85,48,78)
#482841
(72,40,65)
#3B2034
(59,32,52)
#2E1827
(46,24,39)
#21101A
(33,16,26)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #96588F

#96588F
(150,88,143)
#9F6799
(159,103,153)
#A876A3
(168,118,163)
#B185AD
(177,133,173)
#BA94B7
(186,148,183)
#C3A3C1
(195,163,193)
#CCB2CB
(204,178,203)
#D5C1D5
(213,193,213)
#DED0DF
(222,208,223)
#E7DFE9
(231,223,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96588F; }

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

This text font color is #96588F.

Background Color

.myBgColor { background-color: #96588F; }

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

This div background color is #96588F.

Border color

.myBorderColor { border: 1px solid #96588F; }

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

This div border color is #96588F.

Opacity

.myOpacity80 { color: #96588F; opacity: 0.8; }

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

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

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

This text has shadow with #96588F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96588F.

Preview

Color preview on black background

This text has color #96588F on black background.


Color preview on white background

This text has color #96588F on white background.


Black color preview on #96588F background

This text has black color on #96588F background.


White color preview on #96588F background

This text has white color on #96588F background.


Related colors

Complementary color

Complementary color for #hex is #69A770.


I love getcolorcode.com

Triadic colors

1 #8F9658 and #588F96 with #96588F are triadic colors.

2 #8F5896 and #58968F with #96588F are triadic colors.