COLOR #9591C7

HEX: #9591C7 RGB: (149,145,199)

Color info

#9591C7 contains red, green and blue colors in about the same proportion. Web safe color of #9591C7 is #9999CC (or #99C).

RGB color model

#9591C7 color RGB value is (149,145,199).

RGB: (149,145,199) (58%, 57%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 199 of 255 = 78%

149
145
199

R + G + B ~ 64%. #9591C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 145 + 199 = 493 (100%)
R 149 of 493 ~ 30.22%
G 145 of 493 ~ 29.41%
B 199 of 493 ~ 40.37'%

%30.22
%29.41
%40.37

CMYK color model

#9591C7 color CMYK value is (25,27,0,22).

  • cyan value is 25.13%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (25,27,0,22)
C25M27Y0K22 (25%, 27%, 0%, 22%)
(0.25 / 0.27 / 0.00 / 0.22)

CMYK percentages

%25.13
%27.14
%0
%21.96

Codes

Color #9591C7 in popluar color models

95 91 C7
RGB 149 145 199
HSL 244° 32.53% 67.45%
HSB/HSV 244° 27.14% 78.04%
CMYK 25.13% 27.14% 0.00%
21.96%

Color #9591C7 in popluar number systems.

HEX 95 91 C7
Decimal 149 145 199
Binary 10010101 10010001 11000111
Octal 225 221 307

Shades and tints

Shades of #9591C7

#9591C7
(149,145,199)
#8884B5
(136,132,181)
#7B77A3
(123,119,163)
#6E6A91
(110,106,145)
#615D7F
(97,93,127)
#54506D
(84,80,109)
#47435B
(71,67,91)
#3A3649
(58,54,73)
#2D2937
(45,41,55)
#201C25
(32,28,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #9591C7

#9591C7
(149,145,199)
#9E9BCC
(158,155,204)
#A7A5D1
(167,165,209)
#B0AFD6
(176,175,214)
#B9B9DB
(185,185,219)
#C2C3E0
(194,195,224)
#CBCDE5
(203,205,229)
#D4D7EA
(212,215,234)
#DDE1EF
(221,225,239)
#E6EBF4
(230,235,244)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9591C7 color. Also use rgb(149,145,199) instead hex code.

Text Font Color

.myTextColor { color: #9591C7; }

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

This text font color is #9591C7.

Background Color

.myBgColor { background-color: #9591C7; }

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

This div background color is #9591C7.

Border color

.myBorderColor { border: 1px solid #9591C7; }

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

This div border color is #9591C7.

Opacity

.myOpacity80 { color: #9591C7; opacity: 0.8; }

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

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

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

This text has shadow with #9591C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9591C7.

Preview

Color preview on black background

This text has color #9591C7 on black background.


Color preview on white background

This text has color #9591C7 on white background.


Black color preview on #9591C7 background

This text has black color on #9591C7 background.


White color preview on #9591C7 background

This text has white color on #9591C7 background.


Related colors

Complementary color

Complementary color for #hex is #6A6E38.


I love getcolorcode.com

Triadic colors

1 #C79591 and #91C795 with #9591C7 are triadic colors.

2 #C79195 and #9195C7 with #9591C7 are triadic colors.