COLOR #995E9E

HEX: #995E9E RGB: (153,94,158)

Color info

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

RGB color model

#995E9E color RGB value is (153,94,158).

RGB: (153,94,158) (60%, 37%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 94 of 255 = 37%
B 158 of 255 = 62%

153
94
158

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

Portions of RGB colors in percentages

R + G + B = 153 + 94 + 158 = 405 (100%)
R 153 of 405 ~ 37.78%
G 94 of 405 ~ 23.21%
B 158 of 405 ~ 39.01'%

%37.78
%23.21
%39.01

CMYK color model

#995E9E color CMYK value is (3,41,0,38).

  • cyan value is 3.16%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK: (3,41,0,38) C3M41Y0K38 (3%,41%,0%,38%) (0.03/0.41/0.00/0.38) 

CMYK percentages

%3.16
%40.51
%0
%38.04

Codes

Color #995E9E in popluar color models

99 5E 9E
RGB 153 94 158
HSL 295° 25.40% 49.41%
HSB/HSV 295° 40.51% 61.96%
CMYK 3.16% 40.51% 0.00%
38.04%

Color #995E9E in popluar number systems.

HEX 99 5E 9E
Decimal 153 94 158
Binary 10011001 1011110 10011110
Octal 231 136 236

Shades and tints

Shades of #995E9E

#995E9E
(153,94,158)
#8C5690
(140,86,144)
#7F4E82
(127,78,130)
#724674
(114,70,116)
#653E66
(101,62,102)
#583658
(88,54,88)
#4B2E4A
(75,46,74)
#3E263C
(62,38,60)
#311E2E
(49,30,46)
#241620
(36,22,32)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #995E9E

#995E9E
(153,94,158)
#A26CA6
(162,108,166)
#AB7AAE
(171,122,174)
#B488B6
(180,136,182)
#BD96BE
(189,150,190)
#C6A4C6
(198,164,198)
#CFB2CE
(207,178,206)
#D8C0D6
(216,192,214)
#E1CEDE
(225,206,222)
#EADCE6
(234,220,230)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995E9E; }

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

This text font color is #995E9E.

Background Color

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

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

This div background color is #995E9E.

Border color

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

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

This div border color is #995E9E.

Opacity

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

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

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

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

This text has shadow with #995E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995E9E.

Preview

Color preview on black background

This text has color #995E9E on black background.


Color preview on white background

This text has color #995E9E on white background.


Black color preview on #995E9E background

This text has black color on #995E9E background.


White color preview on #995E9E background

This text has white color on #995E9E background.


Related colors

Complementary color

Complementary color for #hex is #66A161.


I love getcolorcode.com

Triadic colors

1 #9E995E and #5E9E99 with #995E9E are triadic colors.

2 #9E5E99 and #5E999E with #995E9E are triadic colors.