COLOR #995D9E

HEX: #995D9E RGB: (153,93,158)

Color info

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

RGB color model

#995D9E color RGB value is (153,93,158).

RGB: (153,93,158) (60%, 36%, 62%)

RGB channels and saturation

R 153 of 255 = 60%
G 93 of 255 = 36%
B 158 of 255 = 62%

153
93
158

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

Portions of RGB colors in percentages

R + G + B = 153 + 93 + 158 = 404 (100%)
R 153 of 404 ~ 37.87%
G 93 of 404 ~ 23.02%
B 158 of 404 ~ 39.11'%

%37.87
%23.02
%39.11

CMYK color model

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

  • cyan value is 3.16%
  • magenta value is 41.14%
  • 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
%41.14
%0
%38.04

Codes

Color #995D9E in popluar color models

99 5D 9E
RGB 153 93 158
HSL 295° 25.90% 49.22%
HSB/HSV 295° 41.14% 61.96%
CMYK 3.16% 41.14% 0.00%
38.04%

Color #995D9E in popluar number systems.

HEX 99 5D 9E
Decimal 153 93 158
Binary 10011001 1011101 10011110
Octal 231 135 236

Shades and tints

Shades of #995D9E

#995D9E
(153,93,158)
#8C5590
(140,85,144)
#7F4D82
(127,77,130)
#724574
(114,69,116)
#653D66
(101,61,102)
#583558
(88,53,88)
#4B2D4A
(75,45,74)
#3E253C
(62,37,60)
#311D2E
(49,29,46)
#241520
(36,21,32)
#170D12
(23,13,18)
#000000
(0,0,0)

Tints of #995D9E

#995D9E
(153,93,158)
#A26BA6
(162,107,166)
#AB79AE
(171,121,174)
#B487B6
(180,135,182)
#BD95BE
(189,149,190)
#C6A3C6
(198,163,198)
#CFB1CE
(207,177,206)
#D8BFD6
(216,191,214)
#E1CDDE
(225,205,222)
#EADBE6
(234,219,230)
#F3E9EE
(243,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995D9E; }

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

This text font color is #995D9E.

Background Color

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

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

This div background color is #995D9E.

Border color

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

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

This div border color is #995D9E.

Opacity

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

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

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

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

This text has shadow with #995D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995D9E.

Preview

Color preview on black background

This text has color #995D9E on black background.


Color preview on white background

This text has color #995D9E on white background.


Black color preview on #995D9E background

This text has black color on #995D9E background.


White color preview on #995D9E background

This text has white color on #995D9E background.


Related colors

Complementary color

Complementary color for #hex is #66A261.


I love getcolorcode.com

Triadic colors

1 #9E995D and #5D9E99 with #995D9E are triadic colors.

2 #9E5D99 and #5D999E with #995D9E are triadic colors.