COLOR #995C93

HEX: #995C93 RGB: (153,92,147)

Color info

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

RGB color model

#995C93 color RGB value is (153,92,147).

RGB: (153,92,147) (60%, 36%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 92 of 255 = 36%
B 147 of 255 = 58%

153
92
147

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

Portions of RGB colors in percentages

R + G + B = 153 + 92 + 147 = 392 (100%)
R 153 of 392 ~ 39.03%
G 92 of 392 ~ 23.47%
B 147 of 392 ~ 37.5'%

%39.03
%23.47
%37.5

CMYK color model

#995C93 color CMYK value is (0,40,4,40).

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

CMYK: (0,40,4,40)
C0M40Y4K40 (0%, 40%, 4%, 40%)
(0.00 / 0.40 / 0.04 / 0.40)

CMYK percentages

%0
%39.87
%3.92
%40

Codes

Color #995C93 in popluar color models

99 5C 93
RGB 153 92 147
HSL 306° 24.90% 48.04%
HSB/HSV 306° 39.87% 60.00%
CMYK 0.00% 39.87% 3.92%
40.00%

Color #995C93 in popluar number systems.

HEX 99 5C 93
Decimal 153 92 147
Binary 10011001 1011100 10010011
Octal 231 134 223

Shades and tints

Shades of #995C93

#995C93
(153,92,147)
#8C5486
(140,84,134)
#7F4C79
(127,76,121)
#72446C
(114,68,108)
#653C5F
(101,60,95)
#583452
(88,52,82)
#4B2C45
(75,44,69)
#3E2438
(62,36,56)
#311C2B
(49,28,43)
#24141E
(36,20,30)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #995C93

#995C93
(153,92,147)
#A26A9C
(162,106,156)
#AB78A5
(171,120,165)
#B486AE
(180,134,174)
#BD94B7
(189,148,183)
#C6A2C0
(198,162,192)
#CFB0C9
(207,176,201)
#D8BED2
(216,190,210)
#E1CCDB
(225,204,219)
#EADAE4
(234,218,228)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995C93; }

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

This text font color is #995C93.

Background Color

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

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

This div background color is #995C93.

Border color

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

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

This div border color is #995C93.

Opacity

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

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

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

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

This text has shadow with #995C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995C93.

Preview

Color preview on black background

This text has color #995C93 on black background.


Color preview on white background

This text has color #995C93 on white background.


Black color preview on #995C93 background

This text has black color on #995C93 background.


White color preview on #995C93 background

This text has white color on #995C93 background.


Related colors

Complementary color

Complementary color for #hex is #66A36C.


I love getcolorcode.com

Triadic colors

1 #93995C and #5C9399 with #995C93 are triadic colors.

2 #935C99 and #5C9993 with #995C93 are triadic colors.