COLOR #995C7E

HEX: #995C7E RGB: (153,92,126)

Color info

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

RGB color model

#995C7E color RGB value is (153,92,126).

RGB: (153,92,126) (60%, 36%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 92 of 255 = 36%
B 126 of 255 = 49%

153
92
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 92 + 126 = 371 (100%)
R 153 of 371 ~ 41.24%
G 92 of 371 ~ 24.8%
B 126 of 371 ~ 33.96'%

%41.24
%24.8
%33.96

CMYK color model

#995C7E color CMYK value is (0,40,18,40).

  • cyan value is 0.00%
  • magenta value is 39.87%
  • yellow value is 17.65%
  • key color value is 40.00%

CMYK: (0,40,18,40)
C0M40Y18K40 (0%, 40%, 18%, 40%)
(0.00 / 0.40 / 0.18 / 0.40)

CMYK percentages

%0
%39.87
%17.65
%40

Codes

Color #995C7E in popluar color models

99 5C 7E
RGB 153 92 126
HSL 327° 24.90% 48.04%
HSB/HSV 327° 39.87% 60.00%
CMYK 0.00% 39.87% 17.65%
40.00%

Color #995C7E in popluar number systems.

HEX 99 5C 7E
Decimal 153 92 126
Binary 10011001 1011100 1111110
Octal 231 134 176

Shades and tints

Shades of #995C7E

#995C7E
(153,92,126)
#8C5473
(140,84,115)
#7F4C68
(127,76,104)
#72445D
(114,68,93)
#653C52
(101,60,82)
#583447
(88,52,71)
#4B2C3C
(75,44,60)
#3E2431
(62,36,49)
#311C26
(49,28,38)
#24141B
(36,20,27)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #995C7E

#995C7E
(153,92,126)
#A26A89
(162,106,137)
#AB7894
(171,120,148)
#B4869F
(180,134,159)
#BD94AA
(189,148,170)
#C6A2B5
(198,162,181)
#CFB0C0
(207,176,192)
#D8BECB
(216,190,203)
#E1CCD6
(225,204,214)
#EADAE1
(234,218,225)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995C7E color. Also use rgb(153,92,126) instead hex code.

Text Font Color

.myTextColor { color: #995C7E; }

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

This text font color is #995C7E.

Background Color

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

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

This div background color is #995C7E.

Border color

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

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

This div border color is #995C7E.

Opacity

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

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

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

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

This text has shadow with #995C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995C7E.

Preview

Color preview on black background

This text has color #995C7E on black background.


Color preview on white background

This text has color #995C7E on white background.


Black color preview on #995C7E background

This text has black color on #995C7E background.


White color preview on #995C7E background

This text has white color on #995C7E background.


Related colors

Complementary color

Complementary color for #hex is #66A381.


I love getcolorcode.com

Triadic colors

1 #7E995C and #5C7E99 with #995C7E are triadic colors.

2 #7E5C99 and #5C997E with #995C7E are triadic colors.