COLOR #995E91

HEX: #995E91 RGB: (153,94,145)

Color info

#995E91 contains red, green and blue colors in about the same proportion. Web safe color of #995E91 is #996699 (or #969).

RGB color model

#995E91 color RGB value is (153,94,145).

RGB: (153,94,145) (60%, 37%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 94 of 255 = 37%
B 145 of 255 = 57%

153
94
145

R + G + B ~ 51%. #995E91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 94 + 145 = 392 (100%)
R 153 of 392 ~ 39.03%
G 94 of 392 ~ 23.98%
B 145 of 392 ~ 36.99'%

%39.03
%23.98
%36.99

CMYK color model

#995E91 color CMYK value is (0,39,5,40).

  • cyan value is 0.00%
  • magenta value is 38.56%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK: (0,39,5,40) C0M39Y5K40 (0%,39%,5%,40%) (0.00/0.39/0.05/0.40) 

CMYK percentages

%0
%38.56
%5.23
%40

Codes

Color #995E91 in popluar color models

99 5E 91
RGB 153 94 145
HSL 308° 23.89% 48.43%
HSB/HSV 308° 38.56% 60.00%
CMYK 0.00% 38.56% 5.23%
40.00%

Color #995E91 in popluar number systems.

HEX 99 5E 91
Decimal 153 94 145
Binary 10011001 1011110 10010001
Octal 231 136 221

Shades and tints

Shades of #995E91

#995E91
(153,94,145)
#8C5684
(140,86,132)
#7F4E77
(127,78,119)
#72466A
(114,70,106)
#653E5D
(101,62,93)
#583650
(88,54,80)
#4B2E43
(75,46,67)
#3E2636
(62,38,54)
#311E29
(49,30,41)
#24161C
(36,22,28)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #995E91

#995E91
(153,94,145)
#A26C9B
(162,108,155)
#AB7AA5
(171,122,165)
#B488AF
(180,136,175)
#BD96B9
(189,150,185)
#C6A4C3
(198,164,195)
#CFB2CD
(207,178,205)
#D8C0D7
(216,192,215)
#E1CEE1
(225,206,225)
#EADCEB
(234,220,235)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995E91 color. Also use rgb(153,94,145) instead hex code.

Text Font Color

.myTextColor { color: #995E91; }

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

This text font color is #995E91.

Background Color

.myBgColor { background-color: #995E91; }

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

This div background color is #995E91.

Border color

.myBorderColor { border: 1px solid #995E91; }

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

This div border color is #995E91.

Opacity

.myOpacity80 { color: #995E91; opacity: 0.8; }

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

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

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

This text has shadow with #995E91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995E91.

Preview

Color preview on black background

This text has color #995E91 on black background.


Color preview on white background

This text has color #995E91 on white background.


Black color preview on #995E91 background

This text has black color on #995E91 background.


White color preview on #995E91 background

This text has white color on #995E91 background.


Related colors

Complementary color

Complementary color for #hex is #66A16E.


I love getcolorcode.com

Triadic colors

1 #91995E and #5E9199 with #995E91 are triadic colors.

2 #915E99 and #5E9991 with #995E91 are triadic colors.