COLOR #995D8F

HEX: #995D8F
RGB: (153,93,143)

Color info

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

RGB color model

#995D8F color RGB value is (153,93,143).

  • red value is 153;
  • green value is 93;
  • blue value is 143.
RGB:
(153,93,143)
(60%,36%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 93 of 255 = 36%
B 143 of 255 = 56%

153
93
143

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

Portions of RGB colors in percentages

R + G + B =
153 + 93 + 143 = 389 (100%)
R 153 of 389 ~ 39.33%
G 93 of 389 ~ 23.91%
B 143 of 389 ~ 36.76%

%39.33
%23.91
%36.76

CMYK color model

#995D8F color CMYK value is (0,39,7,40).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(0,39,7,40)
C0M39Y7K40 
(0%,39%,7%,40%)
(0.00/0.39/0.07/0.40)	

CMYK percentages

%0
%39.22
%6.54
%40

Codes

Color #995D8F in popluar color models

995D8F
RGB15393143
HSL310°24.39%48.24%
HSB/HSV310°39.22%60.00%
CMYK0.00%39.22%6.54%
40.00%

Color #995D8F in popluar number systems.

HEX995D8F
Decimal15393143
Binary10011001101110110001111
Octal231135217

Shades and tints

Shades of #995D8F

#995D8F
(153,93,143)
#8C5582
(140,85,130)
#7F4D75
(127,77,117)
#724568
(114,69,104)
#653D5B
(101,61,91)
#58354E
(88,53,78)
#4B2D41
(75,45,65)
#3E2534
(62,37,52)
#311D27
(49,29,39)
#24151A
(36,21,26)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #995D8F

#995D8F
(153,93,143)
#A26B99
(162,107,153)
#AB79A3
(171,121,163)
#B487AD
(180,135,173)
#BD95B7
(189,149,183)
#C6A3C1
(198,163,193)
#CFB1CB
(207,177,203)
#D8BFD5
(216,191,213)
#E1CDDF
(225,205,223)
#EADBE9
(234,219,233)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995D8F; }

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

This text font color is #995D8F.


Background Color

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

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

This div background color is #995D8F.


Border color

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

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

This div border color is #995D8F.


Opacity

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

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

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

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

This text has shadow with #995D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995D8F on black background.


Color preview on white background

This text has color #995D8F on white background.



Black color preview on #995D8F background

This text has black color on #995D8F background.


White color preview on #995D8F background

This text has white color on #995D8F background.