COLOR #995679

HEX: #995679
RGB: (153,86,121)

Color info

#995679 contains mainly red and blue colors. Web safe color of #995679 is #996666 (or #966).

RGB color model

#995679 color RGB value is (153,86,121).

  • red value is 153;
  • green value is 86;
  • blue value is 121.
RGB:
(153,86,121)
(60%,34%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 86 of 255 = 34%
B 121 of 255 = 47%

153
86
121

R + G + B ~ 47%. #995679 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 86 + 121 = 360 (100%)
R 153 of 360 ~ 42.5%
G 86 of 360 ~ 23.89%
B 121 of 360 ~ 33.61%

%42.5
%23.89
%33.61

CMYK color model

#995679 color CMYK value is (0,44,21,40).

  • cyan value is 0.00%
  • magenta value is 43.79%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(0,44,21,40)
C0M44Y21K40 
(0%,44%,21%,40%)
(0.00/0.44/0.21/0.40)	

CMYK percentages

%0
%43.79
%20.92
%40

Codes

Color #995679 in popluar color models

995679
RGB15386121
HSL329°28.03%46.86%
HSB/HSV329°43.79%60.00%
CMYK0.00%43.79%20.92%
40.00%

Color #995679 in popluar number systems.

HEX995679
Decimal15386121
Binary1001100110101101111001
Octal231126171

Shades and tints

Shades of #995679

#995679
(153,86,121)
#8C4F6E
(140,79,110)
#7F4863
(127,72,99)
#724158
(114,65,88)
#653A4D
(101,58,77)
#583342
(88,51,66)
#4B2C37
(75,44,55)
#3E252C
(62,37,44)
#311E21
(49,30,33)
#241716
(36,23,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #995679

#995679
(153,86,121)
#A26585
(162,101,133)
#AB7491
(171,116,145)
#B4839D
(180,131,157)
#BD92A9
(189,146,169)
#C6A1B5
(198,161,181)
#CFB0C1
(207,176,193)
#D8BFCD
(216,191,205)
#E1CED9
(225,206,217)
#EADDE5
(234,221,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995679 color. Also use rgb(153,86,121) instead hex code.

Text Font Color

.myTextColor { color: #995679; }

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

This text font color is #995679.


Background Color

.myBgColor { background-color: #995679; }

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

This div background color is #995679.


Border color

.myBorderColor { border: 1px solid #995679; }

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

This div border color is #995679.


Opacity

.myOpacity80 { color: #995679; opacity: 0.8; }

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

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

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

This text has shadow with #995679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995679 on black background.


Color preview on white background

This text has color #995679 on white background.



Black color preview on #995679 background

This text has black color on #995679 background.


White color preview on #995679 background

This text has white color on #995679 background.