COLOR #995799

HEX: #995799
RGB: (153,87,153)

Color info

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

RGB color model

#995799 color RGB value is (153,87,153).

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

RGB channels and saturation

R 153 of 255 = 60%
G 87 of 255 = 34%
B 153 of 255 = 60%

153
87
153

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

Portions of RGB colors in percentages

R + G + B =
153 + 87 + 153 = 393 (100%)
R 153 of 393 ~ 38.93%
G 87 of 393 ~ 22.14%
B 153 of 393 ~ 38.93%

%38.93
%22.14
%38.93

CMYK color model

#995799 color CMYK value is (0,43,0,40).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(0,43,0,40)
C0M43Y0K40 
(0%,43%,0%,40%)
(0.00/0.43/0.00/0.40)	

CMYK percentages

%0
%43.14
%0
%40

Codes

Color #995799 in popluar color models

995799
RGB15387153
HSL300°27.50%47.06%
HSB/HSV300°43.14%60.00%
CMYK0.00%43.14%0.00%
40.00%

Color #995799 in popluar number systems.

HEX995799
Decimal15387153
Binary10011001101011110011001
Octal231127231

Shades and tints

Shades of #995799

#995799
(153,87,153)
#8C508C
(140,80,140)
#7F497F
(127,73,127)
#724272
(114,66,114)
#653B65
(101,59,101)
#583458
(88,52,88)
#4B2D4B
(75,45,75)
#3E263E
(62,38,62)
#311F31
(49,31,49)
#241824
(36,24,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #995799

#995799
(153,87,153)
#A266A2
(162,102,162)
#AB75AB
(171,117,171)
#B484B4
(180,132,180)
#BD93BD
(189,147,189)
#C6A2C6
(198,162,198)
#CFB1CF
(207,177,207)
#D8C0D8
(216,192,216)
#E1CFE1
(225,207,225)
#EADEEA
(234,222,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995799; }

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

This text font color is #995799.


Background Color

.myBgColor { background-color: #995799; }

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

This div background color is #995799.


Border color

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

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

This div border color is #995799.


Opacity

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

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

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

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

This text has shadow with #995799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995799 on black background.


Color preview on white background

This text has color #995799 on white background.



Black color preview on #995799 background

This text has black color on #995799 background.


White color preview on #995799 background

This text has white color on #995799 background.